File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
02-skipper-validation-webhook Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
priorityClassName : system-cluster-critical
33
33
containers :
34
34
- 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
36
36
args :
37
37
- webhook
38
38
- --address=:9085
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ spec:
160
160
allowPrivilegeEscalation : false
161
161
readOnlyRootFilesystem : true
162
162
- 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
164
164
args :
165
165
- --csi-address=/csi/csi.sock
166
166
resources :
Original file line number Diff line number Diff line change 48
48
fieldPath : spec.nodeName
49
49
- name : HOST_PLUGIN_DIR
50
50
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
52
52
resources :
53
53
requests :
54
54
cpu : 1m
@@ -134,7 +134,7 @@ spec:
134
134
env :
135
135
- name : MOUNTPOINT_INSTALL_DIR
136
136
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
138
138
imagePullPolicy : IfNotPresent
139
139
name : install-mountpoint
140
140
resources :
Original file line number Diff line number Diff line change 1
1
{{/* image-updater-bot detects *image variables so use print to disable it for main image */}}
2
2
3
3
{{ $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 " }}
5
5
6
6
{{/* Optional canary arguments separated by "[cf724afc]" to allow whitespaces, e.g. "-foo=has a whitespace[cf724afc]-baz=qux" */}}
7
7
{{ $canary_args := "" }}
You can’t perform that action at this time.
0 commit comments