Skip to content

Commit a515c69

Browse files
author
armab
committed
Update helm to latest v2.16.7 in CI env
1 parent 2ce507a commit a515c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ orbs:
77
# Pins Helm to v2.x
88
# TODO: Consider upgrading Helm to v3.0 (https://github.com/StackStorm/stackstorm-ha/issues/98)
99
# https://circleci.com/orbs/registry/orb/circleci/helm
10-
helm: circleci/[email protected].0
10+
helm: circleci/[email protected].3
1111
# https://circleci.com/orbs/registry/orb/ccpgames/minikube
1212
minikube: ccpgames/[email protected]
1313

@@ -17,7 +17,7 @@ jobs:
1717
working_directory: ~/stackstorm-ha
1818
docker:
1919
# Pin Helm to v2.x, see https://github.com/StackStorm/stackstorm-ha/issues/98
20-
- image: lachlanevenson/k8s-helm:v2.16.1
20+
- image: lachlanevenson/k8s-helm:v2.16.7
2121
steps:
2222
- checkout
2323
- run:

0 commit comments

Comments
 (0)