commit
f6a6de1be2
|
@ -48,7 +48,7 @@ spec:
|
||||||
serviceAccountName: ingress-nginx
|
serviceAccountName: ingress-nginx
|
||||||
containers:
|
containers:
|
||||||
- name: controller
|
- name: controller
|
||||||
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.32.0
|
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.33.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
|
@ -212,7 +212,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: create
|
- name: create
|
||||||
image: jettech/kube-webhook-certgen:v1.2.0
|
image: jettech/kube-webhook-certgen:v1.2.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- create
|
- create
|
||||||
|
@ -247,7 +247,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: patch
|
- name: patch
|
||||||
image: jettech/kube-webhook-certgen:v1.2.0
|
image: jettech/kube-webhook-certgen:v1.2.2
|
||||||
imagePullPolicy:
|
imagePullPolicy:
|
||||||
args:
|
args:
|
||||||
- patch
|
- patch
|
||||||
|
|
Loading…
Reference in New Issue