From 0856e9b2fd1ffc2cead64f8d5609e4f9042936cc Mon Sep 17 00:00:00 2001 From: Christian Bianchi Date: Tue, 8 Mar 2022 14:59:15 +0100 Subject: [PATCH] Use GS-built 1.22 image to deliver upstream unreleased fix https://github.com/kubernetes/autoscaler/pull/4600 --- CHANGELOG.md | 1 + helm/cluster-autoscaler-app/values.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9aa536..d62ba536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s ### Fixed - Updated to correct cluster-autoscaler version +- Use GS-built 1.22 image to deliver upstream unreleased fix https://github.com/kubernetes/autoscaler/pull/4600 ## [1.22.2-gs3] - 2022-02-07 diff --git a/helm/cluster-autoscaler-app/values.yaml b/helm/cluster-autoscaler-app/values.yaml index 6063e29c..ed8f992f 100644 --- a/helm/cluster-autoscaler-app/values.yaml +++ b/helm/cluster-autoscaler-app/values.yaml @@ -26,7 +26,7 @@ managementCluster: image: registry: docker.io name: giantswarm/cluster-autoscaler - tag: v1.22.2 + tag: v1.22.2-gsfix # clusterID is dynamic environment value, calculated after cluster creation # applies only to Giant Swarm clusters