File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
node-pools/master-default Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -614,7 +614,7 @@ Resources:
614
614
Properties :
615
615
AlpnPolicy :
616
616
- {{ if eq .Cluster.ConfigItems.experimental_nlb_alpn_h2_enabled "true" }}HTTP2Preferred{{else}}None{{end}}
617
- SslPolicy : " ELBSecurityPolicy-TLS -1-2-2017-01 "
617
+ SslPolicy : " ELBSecurityPolicy-TLS13 -1-2-2021-06 "
618
618
Certificates :
619
619
- CertificateArn : " {{.Values.load_balancer_certificate}}"
620
620
DefaultActions :
@@ -681,7 +681,7 @@ Resources:
681
681
Properties :
682
682
AlpnPolicy :
683
683
- {{ if eq .Cluster.ConfigItems.experimental_nlb_alpn_h2_enabled "true" }}HTTP2Preferred{{else}}None{{end}}
684
- SslPolicy : " ELBSecurityPolicy-TLS -1-2-2017-01 "
684
+ SslPolicy : " ELBSecurityPolicy-TLS13 -1-2-2021-06 "
685
685
Certificates :
686
686
- CertificateArn : " {{.Values.load_balancer_certificate}}"
687
687
DefaultActions :
Original file line number Diff line number Diff line change 27
27
serviceAccountName : custom-metrics-apiserver
28
28
containers :
29
29
- name : kube-metrics-adapter
30
- image : container-registry.zalando.net/teapot/kube-metrics-adapter:v0.2.4-16-g3acdacf
30
+ image : container-registry.zalando.net/teapot/kube-metrics-adapter:v0.2.4-19-g30dcc24
31
31
env :
32
32
- name : AWS_REGION
33
33
value : {{ .Cluster.Region }}
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
- {{ $main_image := print "container-registry.zalando.net/teapot/skipper-internal:" "v0.22.7-1117 " }}
3
+ {{ $main_image := print "container-registry.zalando.net/teapot/skipper-internal:" "v0.22.21-1130 " }}
4
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" */}}
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ write_files:
257
257
name : admission-controller-kubeconfig
258
258
readOnly : true
259
259
- name : skipper-admission-webhook
260
- image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.22.22
260
+ image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.22.24
261
261
args :
262
262
- webhook
263
263
- --address=:9085
@@ -434,7 +434,7 @@ write_files:
434
434
value : {{ .Cluster.ConfigItems.apiserver_business_partner_ids }}
435
435
{{ end }}
436
436
- name : skipper-proxy
437
- image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.22.22
437
+ image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.22.24
438
438
args :
439
439
- skipper
440
440
- -access-log-strip-query
@@ -485,7 +485,7 @@ write_files:
485
485
name : ssl-certs-kubernetes
486
486
readOnly : true
487
487
- name : skipper-metrics
488
- image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.22.22
488
+ image : 926694233939.dkr.ecr.eu-central-1.amazonaws.com/production_namespace/teapot/skipper:v0.22.24
489
489
args :
490
490
- skipper
491
491
- -access-log-strip-query
You can’t perform that action at this time.
0 commit comments