Skip to content

Commit ac891c4

Browse files
committed
Bump helm version
1 parent 1d29352 commit ac891c4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
tags:
88
- flagsmith-*.*.*
99

10+
env:
11+
HELM_VERSION: v3.12.3
12+
1013
jobs:
1114
release:
1215
runs-on: ubuntu-latest
@@ -22,7 +25,7 @@ jobs:
2225
uses: azure/setup-helm@v1
2326
with:
2427
# TODO: standardise the version of Helm used across this workflow
25-
version: v3.5.4
28+
version: ${{ env.HELM_VERSION }}
2629

2730
- name: Add chart repo dependencies
2831
# Note: this repos should match with the repos set in ct.yaml
@@ -37,7 +40,7 @@ jobs:
3740
# TODO: relax this to just v2
3841
uses: helm/[email protected]
3942
with:
40-
version: v3.3.0
43+
version: ${{ env.HELM_VERSION }}
4144

4245
- name: Run chart-testing (lint)
4346
run: ct lint --config ct.yaml --lint-conf lintconf.yaml

0 commit comments

Comments
 (0)