Skip to content

Commit b9173a5

Browse files
committed
Raise KinD Ingress controller version to v1.9.6
1 parent 1edd775 commit b9173a5

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://github.com/raw/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)