bump nginx ingress to version 0.12.0 (#4383)

* bump nginx ingress to version 0.12.0

* bump nginx ingress version

* fix lint adding home value

* Update Chart.yaml

* Update Chart.yaml
This commit is contained in:
Giancarlo Rubio
2018-03-30 02:36:03 -07:00
committed by k8s-ci-robot
parent 6ed28d1f11
commit 074d16fae3
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,6 +1,7 @@
name: nginx-ingress
version: 0.12.0
appVersion: 0.11.0
version: 0.12.1
appVersion: 0.12.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
keywords:
@@ -8,7 +9,6 @@ keywords:
- nginx
sources:
- https://github.com/kubernetes/ingress-nginx
home: https://nginx.org/en/
maintainers:
- name: jackzampolin
email: jack.zampolin@gmail.com
+1 -1
View File
@@ -5,7 +5,7 @@ controller:
name: controller
image:
repository: quay.io/kubernetes-ingress-controller/nginx-ingress-controller
tag: "0.11.0"
tag: "0.12.0"
pullPolicy: IfNotPresent
config: {}