Skip to content

Commit ed1cd31

Browse files
Merge branch 'main' into kind-port-config
2 parents 6578f9e + b9173a5 commit ed1cd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-actions/kind/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ runs:
6161
- name: Install Ingress controller
6262
shell: bash
6363
run: |
64-
VERSION=controller-v1.6.4
64+
VERSION=controller-v1.9.6
6565
echo "Deploying Ingress controller into KinD cluster"
6666
curl https://raw.githubusercontent.com/kubernetes/ingress-nginx/"${VERSION}"/deploy/static/provider/kind/deploy.yaml | sed "s/--publish-status-address=localhost/--report-node-internal-ip-address\\n - --status-update-interval=10/g" | kubectl apply -f -
6767
kubectl annotate ingressclass nginx "ingressclass.kubernetes.io/is-default-class=true"

0 commit comments

Comments
 (0)