Skip to content

Commit

Permalink
nginx-ingress/values.yaml: Updated tag to 0.15.0. (helm#5947)
Browse files Browse the repository at this point in the history
* nginx-ingress/values.yaml: Updated tag to 0.15.0.

* Update README.md
  • Loading branch information
jpds authored and k8s-ci-robot committed Jun 25, 2018
1 parent 6ad581b commit 5d890ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/nginx-ingress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nginx-ingress
version: 0.21.0
appVersion: 0.14.0
version: 0.22.0
appVersion: 0.15.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
Expand Down
2 changes: 1 addition & 1 deletion stable/nginx-ingress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Parameter | Description | Default
--- | --- | ---
`controller.name` | name of the controller component | `controller`
`controller.image.repository` | controller container image repository | `quay.io/kubernetes-ingress-controller/nginx-ingress-controller`
`controller.image.tag` | controller container image tag | `0.14.0`
`controller.image.tag` | controller container image tag | `0.15.0`
`controller.image.pullPolicy` | controller container image pull policy | `IfNotPresent`
`controller.config` | nginx ConfigMap entries | none
`controller.hostNetwork` | If the nginx deployment / daemonset should run on the host's network namespace. Do not set this when `controller.service.externalIPs` is set and `kube-proxy` is used as there will be a port-conflict for port `80` | false
Expand Down
2 changes: 1 addition & 1 deletion stable/nginx-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ controller:
name: controller
image:
repository: quay.io/kubernetes-ingress-controller/nginx-ingress-controller
tag: "0.14.0"
tag: "0.15.0"
pullPolicy: IfNotPresent

config: {}
Expand Down

0 comments on commit 5d890ad

Please sign in to comment.