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

Migrate more images to the new registry #5182

Merged
merged 5 commits into from
Jun 20, 2022
Merged
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
2 changes: 1 addition & 1 deletion cluster/manifests/etcd-backup/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
restartPolicy: Never
containers:
- name: etcd-backup
image: container-registry.zalando.net/teapot/etcd-backup:master-15
image: container-registry.zalando.net/teapot/etcd-backup:master-16
env:
- name: ETCD_S3_BACKUP_BUCKET
value: "{{ .ConfigItems.etcd_s3_backup_bucket }}"
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/kube-cluster-autoscaler/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
effect: NoSchedule
containers:
- name: cluster-autoscaler
image: registry.opensource.zalan.do/teapot/kube-cluster-autoscaler:v1.18.2-internal.37
image: container-registry.zalando.net/teapot/kube-cluster-autoscaler:v1.18.2-internal.39
command:
- ./cluster-autoscaler
- --v=1
Expand Down
6 changes: 3 additions & 3 deletions cluster/node-pools/master-default/userdata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ write_files:
readOnly: true
{{- if or (eq .Cluster.ConfigItems.routegroups_validation "provisioned") (eq .Cluster.ConfigItems.routegroups_validation "enabled") }}
- name: routegroups-admission-webhook
image: registry.opensource.zalan.do/teapot/skipper:v0.13.150
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.13.218
args:
- webhook
- --address=:9085
Expand Down Expand Up @@ -410,7 +410,7 @@ write_files:
value: {{ .Cluster.ConfigItems.apiserver_business_partner_ids }}
{{ end }}
- name: skipper-proxy
image: registry.opensource.zalan.do/teapot/skipper:v0.13.150
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.13.218
args:
- skipper
- -access-log-strip-query
Expand Down Expand Up @@ -461,7 +461,7 @@ write_files:
name: ssl-certs-kubernetes
readOnly: true
- name: skipper-metrics
image: registry.opensource.zalan.do/teapot/skipper:v0.13.150
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.13.218
args:
- skipper
- -access-log-strip-query
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/loadtest/client/loadtest-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
application: e2e-vegeta
spec:
containers:
- image: registry.opensource.zalan.do/teapot/skipper:v0.13.179
- image: container-registry.zalando.net/teapot/skipper:v0.13.218
imagePullPolicy: IfNotPresent
name: skipper
args:
Expand Down