From 470ced91f5accde35dc5c0fc8882b29534cc6d0e Mon Sep 17 00:00:00 2001 From: soer3n Date: Thu, 12 Dec 2024 08:21:17 +0100 Subject: [PATCH 1/2] fix typo for namespace condition in node group auto discovery helm deployment Signed-off-by: soer3n --- charts/cluster-autoscaler/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cluster-autoscaler/templates/deployment.yaml b/charts/cluster-autoscaler/templates/deployment.yaml index 4850c7903805..32b3e957afe4 100644 --- a/charts/cluster-autoscaler/templates/deployment.yaml +++ b/charts/cluster-autoscaler/templates/deployment.yaml @@ -103,7 +103,7 @@ spec: - --cluster-name={{ tpl (.Values.magnumClusterName) . }} {{- end }} {{- else if eq .Values.cloudProvider "clusterapi" }} - {{- if or .Values.autoDiscovery.clusterName .Values.autoDiscovery.labels .Values.autoDiscovery.namepace }} + {{- if or .Values.autoDiscovery.clusterName .Values.autoDiscovery.labels .Values.autoDiscovery.namespace }} - --node-group-auto-discovery=clusterapi:{{ template "cluster-autoscaler.capiAutodiscoveryConfig" . }} {{- end }} {{- if eq .Values.clusterAPIMode "incluster-kubeconfig"}} From 833af67cbd38998c70f5f10a5c47913724f7359f Mon Sep 17 00:00:00 2001 From: soer3n Date: Fri, 20 Dec 2024 09:33:46 +0100 Subject: [PATCH 2/2] bump chart version Signed-off-by: soer3n --- 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 bc5aab925d0e..6a2836800349 100644 --- a/charts/cluster-autoscaler/Chart.yaml +++ b/charts/cluster-autoscaler/Chart.yaml @@ -11,4 +11,4 @@ name: cluster-autoscaler sources: - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler type: application -version: 9.43.2 +version: 9.43.3