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 a0b8ef0 commit df288d6Copy full SHA for df288d6
.circleci/config.yml
@@ -14,7 +14,6 @@ jobs:
14
helm-lint:
15
working_directory: ~/stackstorm-ha
16
docker:
17
- # Pin Helm to v2.x, see https://github.com/StackStorm/stackstorm-ha/issues/98
18
- image: lachlanevenson/k8s-helm:v3.3.4
19
steps:
20
- checkout
@@ -75,7 +74,6 @@ jobs:
75
74
command: sudo -E minikube start --vm-driver=none
76
environment:
77
CHANGE_MINIKUBE_NONE_USER: true
78
- - helm/install-helm-on-cluster
79
- run:
80
name: Update stackstorm-ha chart dependencies
81
command: helm dependency update
0 commit comments