We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb77716 + c1fa639 commit 0d09a29Copy full SHA for 0d09a29
.github/workflows/chart-lint-and-test.yaml
@@ -55,7 +55,7 @@ jobs:
55
run: ct lint --config ./.github/configs/ct-lint.yaml
56
57
- name: Create kind cluster
58
- uses: helm/kind-action@v1.5.0
+ uses: helm/kind-action@v1.7.0
59
if: steps.list-changed.outputs.changed == 'true'
60
61
- name: Run chart-testing (install)
.github/workflows/e2e-test.yaml
@@ -19,7 +19,7 @@ jobs:
19
cache: true
20
21
- name: Install KIND
22
23
with:
24
install_only: true
25
.github/workflows/getting-started-usecase.yaml
0 commit comments