Skip to content

Commit ac63461

Browse files
authored
Merge pull request #9297 from zalando-incubator/dev-to-kube-1.32
dev to kube-1.32
2 parents 552976a + dd05dbb commit ac63461

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cluster/manifests/02-skipper-validation-webhook/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
priorityClassName: system-cluster-critical
3333
containers:
3434
- name: skipper-admission-webhook
35-
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.22.6
35+
image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.22.21
3636
args:
3737
- webhook
3838
- --address=:9085

cluster/manifests/04-ebs-csi/controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ spec:
160160
allowPrivilegeEscalation: false
161161
readOnlyRootFilesystem: true
162162
- name: liveness-probe
163-
image: container-registry.zalando.net/teapot/livenessprobe:v2.14.0-eks-1-31-10-master-27
163+
image: container-registry.zalando.net/teapot/livenessprobe:v2.14.0-eks-1-31-10-master-29
164164
args:
165165
- --csi-address=/csi/csi.sock
166166
resources:

cluster/manifests/s3-csi-driver/daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
fieldPath: spec.nodeName
4949
- name: HOST_PLUGIN_DIR
5050
value: /opt/podruntime/kubelet/plugins/s3.csi.aws.com/
51-
image: container-registry.zalando.net/teapot/aws-mountpoint-s3-csi-driver:v1.11.0-master-23
51+
image: container-registry.zalando.net/teapot/aws-mountpoint-s3-csi-driver:v1.14.1-master-29
5252
resources:
5353
requests:
5454
cpu: 1m
@@ -134,7 +134,7 @@ spec:
134134
env:
135135
- name: MOUNTPOINT_INSTALL_DIR
136136
value: /target
137-
image: container-registry.zalando.net/teapot/aws-mountpoint-s3-csi-driver:v1.11.0-master-23
137+
image: container-registry.zalando.net/teapot/aws-mountpoint-s3-csi-driver:v1.14.1-master-29
138138
imagePullPolicy: IfNotPresent
139139
name: install-mountpoint
140140
resources:

cluster/manifests/skipper/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{/* image-updater-bot detects *image variables so use print to disable it for main image */}}
22

33
{{ $main_image := print "container-registry.zalando.net/teapot/skipper-internal:" "v0.22.7-1117" }}
4-
{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.22.7-1117" }}
4+
{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.22.21-1130" }}
55

66
{{/* Optional canary arguments separated by "[cf724afc]" to allow whitespaces, e.g. "-foo=has a whitespace[cf724afc]-baz=qux" */}}
77
{{ $canary_args := "" }}

0 commit comments

Comments
 (0)