Update to 0.40.2 in helm chart
This commit is contained in:
parent
528d214f20
commit
8fc2bfeff7
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: ingress-nginx
|
name: ingress-nginx
|
||||||
version: 3.4.0
|
version: 3.4.1
|
||||||
appVersion: 0.40.1
|
appVersion: 0.40.2
|
||||||
home: https://github.com/kubernetes/ingress-nginx
|
home: https://github.com/kubernetes/ingress-nginx
|
||||||
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
||||||
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
|
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
controller:
|
controller:
|
||||||
image:
|
image:
|
||||||
repository: k8s.gcr.io/ingress-nginx/controller
|
repository: k8s.gcr.io/ingress-nginx/controller
|
||||||
tag: "v0.40.1"
|
tag: "v0.40.2"
|
||||||
digest: sha256:abffcf2d25e3e7c7b67a315a7c664ec79a1588c9c945d3c7a75637c2f55caec6
|
digest: sha256:46ba23c3fbaafd9e5bd01ea85b2f921d9f2217be082580edc22e6c704a83f02f
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# www-data -> uid 101
|
# www-data -> uid 101
|
||||||
runAsUser: 101
|
runAsUser: 101
|
||||||
|
|
Loading…
Reference in a new issue