Release 0.32.0

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-04-30 22:36:31 -04:00
parent 6c821d3093
commit 446845114c
13 changed files with 288 additions and 248 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v1
name: ingress-nginx
version: 2.0.2
appVersion: 0.31.1
version: 2.0.3
appVersion: 0.32.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,7 +4,7 @@
controller:
image:
repository: quay.io/kubernetes-ingress-controller/nginx-ingress-controller
tag: "0.31.1"
tag: "0.32.0"
pullPolicy: IfNotPresent
# www-data -> uid 101
runAsUser: 101