We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5821bf commit d8e1c19Copy full SHA for d8e1c19
.circleci/config.yml
@@ -78,10 +78,11 @@ jobs:
78
command: sudo -E minikube start --vm-driver=none
79
environment:
80
CHANGE_MINIKUBE_NONE_USER: true
81
- - helm/install-helm-client
82
- run:
83
name: Helm Init
84
- command: helm init --stable-repo-url https://charts.helm.sh/stable
+ command: |
+ curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
85
+ helm init --stable-repo-url https://charts.helm.sh/stable
86
87
name: Update stackstorm-ha chart dependencies
88
command: helm dependency update
0 commit comments