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 358cc9b commit a0b8ef0Copy full SHA for a0b8ef0
.circleci/config.yml
@@ -4,8 +4,6 @@ version: 2.1
4
orbs:
5
# https://circleci.com/orbs/registry/orb/circleci/kubernetes
6
kubernetes: circleci/[email protected]
7
- # Pins Helm to v2.x
8
- # TODO: Consider upgrading Helm to v3.0 (https://github.com/StackStorm/stackstorm-ha/issues/98)
9
# https://circleci.com/orbs/registry/orb/circleci/helm
10
helm: circleci/[email protected]
11
# https://circleci.com/orbs/registry/orb/ccpgames/minikube
@@ -24,7 +22,6 @@ jobs:
24
22
name: Prepare Helm
25
23
command: |
26
set -x
27
- helm init --client-only
28
helm dependency update
29
- run:
30
name: Helm Lint Check
0 commit comments