mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
Change chart minor version. Adds note to README
Signed-off-by: Rafael Rios Saavedra <rafael.rios.saavedra@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user