diff --git a/.circleci/config.yml b/.circleci/config.yml index 0061c2cb9..162c7a90b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,9 +9,9 @@ env: &env OPA_VERSION: v0.33.1 GO_VERSION: 1.21.1 GO111MODULE: auto - K8S_VERSION: v1.18.20 # Same as EKS + K8S_VERSION: v1.20.0 # 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