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 40212bc commit f9d8cc3Copy full SHA for f9d8cc3
.github/workflows/cd-helm.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
version: v3.12.1
36
- uses: helm/[email protected]
37
- - uses: helm/kind-action@v1.10.0
+ - uses: helm/kind-action@v1.12.0
38
39
node_image: kindest/node:v1.30.2
40
- run: ct install --target-branch ${{ github.event.repository.default_branch }}
.github/workflows/ci-helm.yml
@@ -45,7 +45,7 @@ jobs:
45
run: ct lint --config=.ct.yml --target-branch ${{ github.event.repository.default_branch }} --check-version-increment=false
46
- name: Set up Kind
47
if: steps.list-changed.outputs.changed == 'true'
48
- uses: helm/kind-action@v1.10.0
+ uses: helm/kind-action@v1.12.0
49
50
51
- name: Install Chart
0 commit comments