Skip to content

Commit 1b22897

Browse files
committed
Return to hard-coded versions
1 parent 9940260 commit 1b22897

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/release.yaml

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

10-
env:
11-
HELM_VERSION: v3.5.4
12-
1310
jobs:
1411
release:
1512
runs-on: ubuntu-latest
@@ -21,11 +18,9 @@ jobs:
2118
fetch-depth: 0
2219

2320
- name: Install Helm
24-
# TODO: bump this to v3
25-
uses: azure/setup-helm@v1
21+
uses: azure/setup-helm@v3
2622
with:
27-
# TODO: standardise the version of Helm used across this workflow
28-
version: ${{ env.HELM_VERSION }}
23+
version: v3.5.4
2924

3025
- name: Add chart repo dependencies
3126
# Note: this repos should match with the repos set in ct.yaml
@@ -37,10 +32,9 @@ jobs:
3732
helm repo add bitnami https://charts.bitnami.com/bitnami
3833
3934
- name: Set up chart-testing
40-
# TODO: relax this to just v2
41-
uses: helm/[email protected]
35+
uses: helm/chart-testing-action@v2
4236
with:
43-
version: ${{ env.HELM_VERSION }}
37+
version: v3.3.0
4438

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

0 commit comments

Comments
 (0)