Skip to content

Commit

Permalink
Merge pull request #991 from michaelbeaumont/fix/webhook_certgen
Browse files Browse the repository at this point in the history
Migrate kube-webhook-certgen to k8s.gcr.io/ingress-nginx:v1.1.1
  • Loading branch information
k8s-ci-robot authored Jan 14, 2022
2 parents 60e1838 + ec41fd7 commit 2dd57df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/certificate_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
spec:
containers:
- name: create
image: docker.io/jettech/kube-webhook-certgen:v1.5.0
image: k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.1.1
imagePullPolicy: IfNotPresent
args:
- create
Expand Down Expand Up @@ -130,7 +130,7 @@ spec:
spec:
containers:
- name: patch
image: docker.io/jettech/kube-webhook-certgen:v1.5.0
image: k8s.gcr.io/ingress-nginx/kube-webhook-certgen:v1.1.1
imagePullPolicy: IfNotPresent
args:
- patch
Expand Down

0 comments on commit 2dd57df

Please sign in to comment.