Release 0.31.0
This commit is contained in:
parent
ccef5fe7ce
commit
c7c06e0e6f
13 changed files with 254 additions and 113 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue