Skip to content

Commit 111c76e

Browse files
authored
fix: move helm versioning back in controlled source (#504)
1 parent 73a5874 commit 111c76e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/create-versioning-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: setup-helm
3333
uses: azure/setup-helm@v4.3.0
3434
with:
35-
version: ${{ vars.HELM_VERSION }}
35+
version: v3.19.4
3636

3737
- name: Cache .pnpm-store
3838
uses: actions/cache@v4

.github/workflows/kubernetes-agent-publish-chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Helm
3737
uses: azure/setup-helm@v4.3.0
3838
with:
39-
version: ${{ vars.HELM_VERSION }}
39+
version: v3.19.4
4040

4141
- name: Run Helm unit tests
4242
run: |
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install Helm
7373
uses: azure/setup-helm@v4.3.0
7474
with:
75-
version: ${{ vars.HELM_VERSION }}
75+
version: v3.19.4
7676

7777
- name: Parse Chart config
7878
uses: pietrobolcato/action-read-yaml@1.1.0

.github/workflows/octopus-publish-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Helm
3636
uses: azure/setup-helm@v4.3.0
3737
with:
38-
version: ${{ vars.HELM_VERSION }}
38+
version: v3.19.4
3939

4040
- name: Run Helm unit tests
4141
run: |

.github/workflows/octopus-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Helm
1919
uses: azure/setup-helm@v4.3.0
2020
with:
21-
version: ${{ vars.HELM_VERSION }}
21+
version: v3.19.4
2222
- name: Run Helm unit tests
2323
run: |
2424
helm plugin install https://github.com/helm-unittest/helm-unittest

charts/kubernetes-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"description": "The Octopus Kubernetes Agent",
66
"author": "Octopus Deploy Ptd Ltd",
77
"scripts": {
8-
"test": "cross-env-shell docker run -ti --rm -v $INIT_CWD:/apps helmunittest/helm-unittest:3.18.3-0.8.2 .",
9-
"update-test-snapshots": "cross-env-shell docker run -ti --rm -v $INIT_CWD:/apps helmunittest/3.18.3-0.8.2 . -u",
8+
"test": "cross-env-shell docker run -ti --rm -v $INIT_CWD:/apps helmunittest/helm-unittest:3.19.0-1.0.3 .",
9+
"update-test-snapshots": "cross-env-shell docker run -ti --rm -v $INIT_CWD:/apps helmunittest/3.19.0-1.0.3 . -u",
1010
"generate-agent-docs": "docker run --rm --volume \".:/helm-docs\" jnorwood/helm-docs:latest"
1111
},
1212
"dependencies": {

0 commit comments

Comments
 (0)