Skip to content

Commit

Permalink
Helm installation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed Nov 5, 2023
1 parent 237816f commit f7e8dae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions modules/helm/install_test.go
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 f7e8dae

Please sign in to comment.