Release 0.31.0

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-04-24 17:30:58 -04:00
parent ccef5fe7ce
commit c7c06e0e6f
13 changed files with 254 additions and 113 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v1
name: ingress-nginx
version: 2.0.0
appVersion: 0.30.0
appVersion: 0.31.0
home: https://github.com/kubernetes/ingress-nginx
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
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.30.0"
tag: "0.31.0"
pullPolicy: IfNotPresent
# www-data -> uid 101
runAsUser: 101