From f7e8daec6235994b827fbddb113095d6fd34046c Mon Sep 17 00:00:00 2001 From: Denis O Date: Sun, 5 Nov 2023 12:01:20 -0800 Subject: [PATCH] Helm installation fix --- .circleci/config.yml | 2 +- modules/helm/install_test.go | 1 + modules/helm/upgrade_test.go | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0061c2cb9..fc18740a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ env: &env GO111MODULE: auto K8S_VERSION: v1.18.20 # Same as EKS MINIKUBE_VERSION: v1.22.0 - HELM_VERSION: v3.8.0 + HELM_VERSION: v3.13.1 KUBECONFIG: /home/circleci/.kube/config BIN_BUILD_PARALLELISM: 3 diff --git a/modules/helm/install_test.go b/modules/helm/install_test.go index 5c0c4bf5e..147b87024 100644 --- a/modules/helm/install_test.go +++ b/modules/helm/install_test.go @@ -54,6 +54,7 @@ func TestRemoteChartInstall(t *testing.T) { SetValues: map[string]string{ "service.type": "NodePort", }, + Version: remoteChartVersion, } // Add the stable repo under a random name so as not to touch existing repo configs diff --git a/modules/helm/upgrade_test.go b/modules/helm/upgrade_test.go index c4da70da9..6e1b470d8 100644 --- a/modules/helm/upgrade_test.go +++ b/modules/helm/upgrade_test.go @@ -46,6 +46,7 @@ func TestRemoteChartInstallUpgradeRollback(t *testing.T) { SetValues: map[string]string{ "service.type": "NodePort", }, + Version: remoteChartVersion, } // Add the stable repo under a random name so as not to touch existing repo configs