From 32f5cf0c1254be562405b69c301085fcfcc52aa5 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Tue, 8 Jun 2021 09:39:02 -0400 Subject: [PATCH] Bump default Helm version to 2.17.0 The `helm init` command fails under releases of Helm prior to 2.17.0 due to the fact that the stable charts have been moved[1]. Helm 2 is EOL and ideally this should be bumped to Helm 3 at some point, but that is a bigger exercise that will require notifying all users so this minor bump should improve overall UX without affecting users. [1]: https://helm.sh/blog/new-location-stable-incubator-charts/ Change-Id: Ica60f3225bd7bb3f9cce0af27b486604bfb9b2d5 --- roles/ensure-helm/defaults/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ensure-helm/defaults/main.yaml b/roles/ensure-helm/defaults/main.yaml index 7842d2a0d..e716db001 100644 --- a/roles/ensure-helm/defaults/main.yaml +++ b/roles/ensure-helm/defaults/main.yaml @@ -1,2 +1,2 @@ --- -helm_version: 2.16.1 +helm_version: 2.17.0