We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1aaf2e commit ad059cdCopy full SHA for ad059cd
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
run: ct lint --config ct.yaml
59
60
- name: Create KIND Cluster
61
- uses: helm/kind-action@d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00 # pin@v1.5.0
+ uses: helm/kind-action@fa81e57adff234b2908110485695db0f181f3c67 # pin@v1.7.0
62
63
- name: Install Ingress Controller
64
run: "helm install ingress-nginx/ingress-nginx --generate-name --set controller.service.type='NodePort' --set controller.admissionWebhooks.enabled=false"
0 commit comments