Skip to content

Commit f6a6de1

Browse files
authored
Merge pull request #8705 from hjmodi/update_ingress_images
Update ingress images
2 parents dfd6b8b + ce6688b commit f6a6de1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/addons/ingress/ingress-dp.yaml.tmpl

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
serviceAccountName: ingress-nginx
4949
containers:
5050
- name: controller
51-
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.32.0
51+
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.33.0
5252
imagePullPolicy: IfNotPresent
5353
lifecycle:
5454
preStop:
@@ -212,7 +212,7 @@ spec:
212212
spec:
213213
containers:
214214
- name: create
215-
image: jettech/kube-webhook-certgen:v1.2.0
215+
image: jettech/kube-webhook-certgen:v1.2.2
216216
imagePullPolicy: IfNotPresent
217217
args:
218218
- create
@@ -247,7 +247,7 @@ spec:
247247
spec:
248248
containers:
249249
- name: patch
250-
image: jettech/kube-webhook-certgen:v1.2.0
250+
image: jettech/kube-webhook-certgen:v1.2.2
251251
imagePullPolicy:
252252
args:
253253
- patch

0 commit comments

Comments
 (0)