Change chart minor version. Adds note to README

Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com>
This commit is contained in:
Rafael Rios Saavedra
2020-01-14 15:25:11 +00:00
parent 2db197d5a5
commit 428a184cb5
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: nginx-ingress-controller
version: 5.2.2
version: 5.3.0
appVersion: 0.26.2
description: Chart for the nginx Ingress controller
keywords:

View File

@@ -145,7 +145,7 @@ Parameter | Description | Default
`configMapNamespace` | The nginx-configmap namespace name | `""`
`tcpConfigMapNamespace` | The tcp-services-configmap namespace name | `""`
`udpConfigMapNamespace` | The udp-services-configmap namespace name | `""`
`maxmindLicenseKey` | License key used to download GeoLite2 databases | `""`
`maxmindLicenseKey` | Maxmind license key to download GeoLite2 Databases. See [Accessing and using GeoLite2 database](https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/) | `""`
`defaultBackend.enabled` | If false, defaultBackendService must be provided | `true`
`defaultBackend.name` | Name of the default backend component | `default-backend`
`defaultBackend.image.repository` | Default backend container image repository | `k8s.gcr.io/defaultbackend`
@@ -217,6 +217,11 @@ This chart includes a `values-production.yaml` file where you can find some para
- metrics.enabled: false
+ metrics.enabled: true
```
## Notable changes
### 5.3.0
In this version you can indicate the key to download the GeoLite2 databases using the [parameter](#parameters) `maxmindLicenseKey`.
## Upgrading