Release v0.40.0

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-09-30 19:41:07 -03:00
parent 237afda3d1
commit 680378b334
11 changed files with 395 additions and 293 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v1
name: ingress-nginx
version: 3.3.0
appVersion: 0.35.0
version: 3.4.0
appVersion: 0.40.0
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

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