Skip to content

Commit c5821bf

Browse files
author
armab
committed
Fix Helm init with new repo URL for e2e tests
1 parent 81df3ca commit c5821bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ jobs:
7878
command: sudo -E minikube start --vm-driver=none
7979
environment:
8080
CHANGE_MINIKUBE_NONE_USER: true
81-
- helm/install-helm-on-cluster
81+
- helm/install-helm-client
82+
- run:
83+
name: Helm Init
84+
command: helm init --stable-repo-url https://charts.helm.sh/stable
8285
- run:
8386
name: Update stackstorm-ha chart dependencies
8487
command: helm dependency update

0 commit comments

Comments
 (0)