Skip to content

Commit e9958cf

Browse files
committed
Bump metrics-server to v0.6.3 and update tls-cipher-suites
Signed-off-by: Brad Davidson <[email protected]>
1 parent 93279d2 commit e9958cf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifests/metrics-server/metrics-server-deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ spec:
4444
emptyDir: {}
4545
containers:
4646
- name: metrics-server
47-
image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-metrics-server:v0.6.2
47+
image: %{SYSTEM_DEFAULT_REGISTRY}%rancher/mirrored-metrics-server:v0.6.3
4848
args:
4949
- --cert-dir=/tmp
5050
- --secure-port=10250
5151
- --kubelet-preferred-address-types=%{PREFERRED_ADDRESS_TYPES}%
5252
- --kubelet-use-node-status-port
5353
- --metric-resolution=15s
54+
- --tls-cipher-suites=TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
5455
resources:
5556
requests:
5657
cpu: 100m

pkg/deploy/zz_generated_bindata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/airgap/image-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ docker.io/rancher/local-path-provisioner:v0.0.24
44
docker.io/rancher/mirrored-coredns-coredns:1.10.1
55
docker.io/rancher/mirrored-library-busybox:1.34.1
66
docker.io/rancher/mirrored-library-traefik:2.9.10
7-
docker.io/rancher/mirrored-metrics-server:v0.6.2
7+
docker.io/rancher/mirrored-metrics-server:v0.6.3
88
docker.io/rancher/mirrored-pause:3.6

0 commit comments

Comments
 (0)