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 4b57ed6 commit 4a15590Copy full SHA for 4a15590
.github/workflows/ci-chart.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Create kind cluster
42
if: steps.list-changed.outputs.changed == 'true'
43
- uses: helm/kind-action@v1.11.0
+ uses: helm/kind-action@v1.12.0
44
45
- name: Run chart-testing (install)
46
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
# version: v1.46
25
args: -v --timeout 5m --no-config ./...
26
- name: Install k8s Kind Cluster
27
28
with:
29
install_only: true
30
- name: Prepare test environment
0 commit comments