chore(helm): ingress-nginx update image to latest

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-07-12 11:38:43 +02:00
parent e0b32a78bf
commit f64464de58

View file

@ -94,3 +94,12 @@ nginx-ingress:
ingress-nginx:
enabled: true
controller:
name: controller
image:
registry: k8s.gcr.io
image: ingress-nginx/controller
## for backwards compatibility consider setting the full image url via the repository value below
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
## repository:
tag: "v1.2.1"