Skip to content

Commit 945444d

Browse files
Merge dev to dev-to-kube-1.32
2 parents 6053ee5 + f80411d commit 945444d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.21-1130" }}
4-
{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.22.21-1130" }}
4+
{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.22.24-1131" }}
55

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

cluster/node-pools/master-default/userdata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ write_files:
284284
- mountPath: /etc/kubernetes/ssl
285285
name: ssl-certs-kubernetes
286286
readOnly: true
287-
- image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/k8s-authnz-webhook:master-138
287+
- image: 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/k8s-authnz-webhook:master-141
288288
name: webhook
289289
ports:
290290
- containerPort: 8081

0 commit comments

Comments
 (0)