Update helm chart

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-10-02 15:14:56 -03:00
parent f7f3815bc7
commit 4632497a95
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v1
name: ingress-nginx
version: 3.3.1
appVersion: 0.40.0
version: 3.4.0
appVersion: 0.40.1
home: https://github.com/kubernetes/ingress-nginx
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

View file

@ -25,6 +25,7 @@ webhooks:
sideEffects: None
admissionReviewVersions:
- v1
- v1beta1
clientConfig:
service:
namespace: {{ .Release.Namespace }}

View file

@ -4,8 +4,8 @@
controller:
image:
repository: k8s.gcr.io/ingress-nginx/controller
tag: "v0.40.0"
digest: sha256:b954d8ff1466eb236162c644bd64e9027a212c82b484cbe47cc21da45fe8bc59
tag: "v0.40.1"
digest: sha256:abffcf2d25e3e7c7b67a315a7c664ec79a1588c9c945d3c7a75637c2f55caec6
pullPolicy: IfNotPresent
# www-data -> uid 101
runAsUser: 101