We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfd6b8b + ce6688b commit f6a6de1Copy full SHA for f6a6de1
deploy/addons/ingress/ingress-dp.yaml.tmpl
@@ -48,7 +48,7 @@ spec:
48
serviceAccountName: ingress-nginx
49
containers:
50
- name: controller
51
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.32.0
+ image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.33.0
52
imagePullPolicy: IfNotPresent
53
lifecycle:
54
preStop:
@@ -212,7 +212,7 @@ spec:
212
spec:
213
214
- name: create
215
- image: jettech/kube-webhook-certgen:v1.2.0
+ image: jettech/kube-webhook-certgen:v1.2.2
216
217
args:
218
- create
@@ -247,7 +247,7 @@ spec:
247
248
249
- name: patch
250
251
imagePullPolicy:
252
253
- patch
0 commit comments