Skip to content

Commit

Permalink
chore(deps): replace k8s.gcr.io/ingress-nginx/controller docker tag w…
Browse files Browse the repository at this point in the history
…ith registry.k8s.io/ingress-nginx/controller
  • Loading branch information
renovate[bot] authored Feb 23, 2024
1 parent c6058d2 commit 0fac87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure/ingress-nginx/mandatory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: nginx-ingress-controller
image: k8s.gcr.io/ingress-nginx/controller:v1.2.0@sha256:d8196e3bc1e72547c5dec66d6556c0ff92a23f6d0919b206be170bc90d5f9185
image: registry.k8s.io/ingress-nginx/controller:v1.2.0@sha256:d8196e3bc1e72547c5dec66d6556c0ff92a23f6d0919b206be170bc90d5f9185
terminationMessagePolicy: FallbackToLogsOnError
args:
- /nginx-ingress-controller
Expand Down

0 comments on commit 0fac87e

Please sign in to comment.