chore(helm): ingress-nginx update image to latest
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
e0b32a78bf
commit
f64464de58
1 changed files with 9 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue