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

Kubernetes 1.32 images #3568

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
754 changes: 377 additions & 377 deletions .prow/generated.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions addons/backups-restic/backups-restic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
{{ end }}
initContainers:
- name: snapshotter
image: {{ Registry "gcr.io" }}/etcd-development/etcd:v3.5.16
image: {{ Registry "registry.k8s.io" }}/etcd:3.5.16-0
imagePullPolicy: IfNotPresent
command:
- etcdctl
Expand Down Expand Up @@ -86,7 +86,7 @@ spec:
readOnly: true
containers:
- name: uploader
image: {{ Registry "docker.io" }}/restic/restic:0.17.1
image: {{ Registry "ghcr.io" }}/restic/restic:0.17.3
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down
93 changes: 0 additions & 93 deletions addons/calico-vxlan/Kustomization

This file was deleted.

57 changes: 0 additions & 57 deletions addons/calico-vxlan/README.md

This file was deleted.

74 changes: 0 additions & 74 deletions addons/calico-vxlan/calico-config.yaml

This file was deleted.

Loading