Skip to content

Commit

Permalink
Update nginx version.
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Huang <[email protected]>
  • Loading branch information
huaichehuang committed Jul 23, 2024
1 parent 9889b8e commit 3679235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/k3d/setup-k3d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ kubectl --namespace=kube-system wait --for=condition=Available --timeout=5m apis
echo "init nginx-ingress"
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm install nginx-ingress ingress-nginx/ingress-nginx \
--version 4.9.1 \
--create-namespace \
--namespace nginx-ingress \
--set controller.hostNetwork=true \
Expand Down

0 comments on commit 3679235

Please sign in to comment.