Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kubernetes 1.27.6 and other bumps #25

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ sources:
tag: v3.21.4
- repository: calico/pod2daemon-flexvol
tag: v3.21.4
# v3.26.3
- repository: calico/cni
host: docker.io
tag: v3.26.3
- repository: calico/kube-controllers
host: docker.io
tag: v3.26.3
- repository: calico/node
host: docker.io
tag: v3.26.3
- repository: calico/pod2daemon-flexvol
host: docker.io
tag: v3.26.3

# Conformance
- repository: conformance
Expand All @@ -40,6 +53,9 @@ sources:
- repository: coredns/coredns
host: docker.io
tag: 1.10.0
- reposutory: coredns/coredns
host: docker.io
tag: 1.11.1

# etcd
- repository: coreos/etcd
Expand All @@ -48,10 +64,16 @@ sources:
- repository: coreos/etcd
host: quay.io
tag: v3.5.4
- repository: coreos/etcd
host: quay.io
tag: v3.5.10

# Grafana
- repository: grafana/grafana
tag: 8.3.6
- repository: grafana/grafana
host: docker.io
tag: 10.2.0

# ingress-nginx
- repository: ingress-nginx/kube-webhook-certgen
Expand Down Expand Up @@ -138,6 +160,10 @@ sources:
- repository: rancher/hyperkube
tag: v1.27.5-rancher1
target_tag: v1.27.5
- repository: rancher/hyperkube
host: docker.io
tag: v1.27.6
target_tag: v1.27.6

# Thanos
- repository: thanos/thanos
Expand Down
Loading