Skip to content

Commit 9e4b68f

Browse files
chore(ci): revert version changes in release pipeline (#402)
* Revert version changes and add temporary changes for testing * Bump helm version * Revert to 3.5.4 * Return to hard-coded versions * Revert to pinned version * Revert temporary changes
1 parent 14b5d67 commit 9e4b68f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
tags:
66
- flagsmith-*.*.*
77

8-
env:
9-
HELM_VERSION: v3.12.3
10-
118
jobs:
129
release:
1310
runs-on: ubuntu-latest
@@ -21,7 +18,7 @@ jobs:
2118
- name: Install Helm
2219
uses: azure/setup-helm@v3
2320
with:
24-
version: ${{ env.HELM_VERSION }}
21+
version: v3.5.4
2522

2623
- name: Add chart repo dependencies
2724
# Note: this repos should match with the repos set in ct.yaml
@@ -33,9 +30,9 @@ jobs:
3330
helm repo add bitnami https://charts.bitnami.com/bitnami
3431
3532
- name: Set up chart-testing
36-
uses: helm/chart-testing-action@v2
33+
uses: helm/chart-testing-action@v2.0.1
3734
with:
38-
version: ${{ env.HELM_VERSION }}
35+
version: v3.3.0
3936

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

0 commit comments

Comments
 (0)