We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 998da69 + 7c52668 commit f68e051Copy full SHA for f68e051
1 file changed
.github/workflows/helm-test.yml
@@ -148,7 +148,7 @@ jobs:
148
echo "✅ Chart linting completed for ${{ matrix.chart }}"
149
150
- name: Create kind cluster
151
- uses: helm/kind-action@v1.10.0
+ uses: helm/kind-action@v1.13.0
152
153
- name: Install Helm Chart
154
run: helm install ${{ matrix.chart }}-test ./charts/${{ matrix.chart }} --namespace ${{ matrix.chart }}-test --create-namespace
0 commit comments