Skip to content

Commit 8ffab03

Browse files
.github/workflows: update helm and kustomize env
1 parent 0a658e1 commit 8ffab03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/installation-chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# validate any chart changes under charts directory
22
name: Chart
33
env:
4-
HELM_VERSION: v3.11.2
5-
KUSTOMIZE_VERSION: 5.4.3
4+
HELM_VERSION: v3.17.3
5+
KUSTOMIZE_VERSION: 5.6.0
66
on:
77
push:
88
# Exclude branches created by Dependabot to avoid triggering current workflow
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Helm
4242
uses: azure/setup-helm@v4
4343
with:
44-
version: v3.17.3
44+
version: ${{ env.HELM_VERSION }}
4545

4646
- name: Set up Kustomize
4747
uses: syntaqx/setup-kustomize@v1

0 commit comments

Comments
 (0)