We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0296863 commit 14346ddCopy full SHA for 14346dd
.github/workflows/lint-test-chart.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install Helm
33
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
34
with:
35
- version: latest
+ version: v3.19.3 # TODO: change to latest once plugins fully support helm v4
36
37
- name: Configure Helm
38
run: |
.github/workflows/release-chart.yaml
@@ -147,7 +147,7 @@ jobs:
147
148
149
150
151
152
- name: Run chart-releaser
153
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
0 commit comments