Skip to content

Commit a0b8ef0

Browse files
author
Chris Russell
committed
removing pin to helm2 comments, removing helm init
1 parent 358cc9b commit a0b8ef0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ version: 2.1
44
orbs:
55
# https://circleci.com/orbs/registry/orb/circleci/kubernetes
66
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)
97
# https://circleci.com/orbs/registry/orb/circleci/helm
108
helm: circleci/[email protected]
119
# https://circleci.com/orbs/registry/orb/ccpgames/minikube
@@ -24,7 +22,6 @@ jobs:
2422
name: Prepare Helm
2523
command: |
2624
set -x
27-
helm init --client-only
2825
helm dependency update
2926
- run:
3027
name: Helm Lint Check

0 commit comments

Comments
 (0)