mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Readme fix: default version is 0.12.0 (#4707)
* Default version is 0.12.0 * Bump 0.13.1
This commit is contained in:
committed by
k8s-ci-robot
parent
4070903083
commit
1ce66e0fd1
@@ -1,5 +1,5 @@
|
||||
name: nginx-ingress
|
||||
version: 0.13.0
|
||||
version: 0.13.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.
|
||||
|
||||
@@ -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.11.0`
|
||||
`controller.image.tag` | controller container image tag | `0.12.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
|
||||
|
||||
Reference in New Issue
Block a user