Skip to content

Commit 2a1c9cc

Browse files
authored
ci(toolVersions): set kubectl and helm version from github environment variable (#6471)
1 parent d650cb4 commit 2a1c9cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nonprod-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838

3939
- uses: alexellis/arkade-get@master # https://github.com/alexellis/arkade-get?tab=readme-ov-file#why-do-we-use-use-master
4040
with:
41-
kubectl: v1.33.3
42-
helm: latest
41+
kubectl: ${{ vars.KUBECTL_VERSION }}
42+
helm: ${{ vars.HELM_VERSION }}
4343

4444
- name: Update kubeconfig
4545
run: |

0 commit comments

Comments
 (0)