Skip to content

Commit

Permalink
Merge pull request #1700 from wy65701436/up-kind
Browse files Browse the repository at this point in the history
upgrade ingress
  • Loading branch information
zyyw committed Feb 22, 2024
2 parents 54979d8 + c82d98a commit 8d2e551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install Nginx ingress controller
run: |
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.0.3/deploy/static/provider/kind/deploy.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.9.0/deploy/static/provider/kind/deploy.yaml
kubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=120s
- name: Set up Go 1.19
Expand Down

0 comments on commit 8d2e551

Please sign in to comment.