Skip to content

Commit d8e1c19

Browse files
author
armab
committed
Install Helm manually
1 parent c5821bf commit d8e1c19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,11 @@ jobs:
7878
command: sudo -E minikube start --vm-driver=none
7979
environment:
8080
CHANGE_MINIKUBE_NONE_USER: true
81-
- helm/install-helm-client
8281
- run:
8382
name: Helm Init
84-
command: helm init --stable-repo-url https://charts.helm.sh/stable
83+
command: |
84+
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
85+
helm init --stable-repo-url https://charts.helm.sh/stable
8586
- run:
8687
name: Update stackstorm-ha chart dependencies
8788
command: helm dependency update

0 commit comments

Comments
 (0)