Skip to content

Commit

Permalink
Merge pull request #1368 from gruntwork-io/bug/helm-install-fix
Browse files Browse the repository at this point in the history
Helm tests fixes
  • Loading branch information
denis256 committed Nov 6, 2023
2 parents 3ca3294 + b9c40d1 commit bfd6c0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions modules/helm/install_test.go
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions modules/helm/upgrade_test.go
Expand Up @@ -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
Expand Down

0 comments on commit bfd6c0a

Please sign in to comment.