From 1a108aaddf7bea5d4cddc20bbdc6b27d8539d72e Mon Sep 17 00:00:00 2001 From: Michael Coward Date: Fri, 19 Mar 2021 15:14:34 +0000 Subject: [PATCH 1/2] Fix typo in values.yaml example for extraVolumeMounts --- charts/cluster-autoscaler/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cluster-autoscaler/values.yaml b/charts/cluster-autoscaler/values.yaml index 9f8cf1495824..b4afd293867c 100644 --- a/charts/cluster-autoscaler/values.yaml +++ b/charts/cluster-autoscaler/values.yaml @@ -186,7 +186,7 @@ extraVolumes: [] extraVolumeMounts: [] # - name: ssl-certs # mountPath: /etc/ssl/certs/ca-certificates.crt - # readonly: true + # readOnly: true # fullnameOverride -- String to fully override `cluster-autoscaler.fullname` template. fullnameOverride: "" From 7dc9911d79ec25801036156b8b19dd537002e549 Mon Sep 17 00:00:00 2001 From: Michael Coward Date: Wed, 24 Mar 2021 10:11:55 +0000 Subject: [PATCH 2/2] Bump charts/cluster-autoscaler to 9.9.2 --- charts/cluster-autoscaler/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cluster-autoscaler/Chart.yaml b/charts/cluster-autoscaler/Chart.yaml index f1978ce21990..596b9290cce0 100644 --- a/charts/cluster-autoscaler/Chart.yaml +++ b/charts/cluster-autoscaler/Chart.yaml @@ -17,4 +17,4 @@ name: cluster-autoscaler sources: - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler type: application -version: 9.9.1 +version: 9.9.2