mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[bitnami/nginx-ingress-controller] Release 9.3.32 (#15266)
* [bitnami/nginx-ingress-controller] Release 9.3.32 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -27,4 +27,4 @@ name: nginx-ingress-controller
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/nginx-ingress-controller
|
||||
- https://github.com/kubernetes/ingress-nginx
|
||||
version: 9.3.31
|
||||
version: 9.3.32
|
||||
|
||||
@@ -79,7 +79,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
|
||||
| `image.registry` | Nginx Ingress Controller image registry | `docker.io` |
|
||||
| `image.repository` | Nginx Ingress Controller image repository | `bitnami/nginx-ingress-controller` |
|
||||
| `image.tag` | Nginx Ingress Controller image tag (immutable tags are recommended) | `1.6.4-debian-11-r3` |
|
||||
| `image.tag` | Nginx Ingress Controller image tag (immutable tags are recommended) | `1.6.4-debian-11-r5` |
|
||||
| `image.digest` | Nginx Ingress Controller image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | Nginx Ingress Controller image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -190,7 +190,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `defaultBackend.hostAliases` | Add deployment host aliases | `[]` |
|
||||
| `defaultBackend.image.registry` | Default backend image registry | `docker.io` |
|
||||
| `defaultBackend.image.repository` | Default backend image repository | `bitnami/nginx` |
|
||||
| `defaultBackend.image.tag` | Default backend image tag (immutable tags are recommended) | `1.22.1-debian-11-r43` |
|
||||
| `defaultBackend.image.tag` | Default backend image tag (immutable tags are recommended) | `1.22.1-debian-11-r44` |
|
||||
| `defaultBackend.image.digest` | Default backend image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `defaultBackend.image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `defaultBackend.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
|
||||
@@ -55,7 +55,7 @@ clusterDomain: cluster.local
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nginx-ingress-controller
|
||||
tag: 1.6.4-debian-11-r3
|
||||
tag: 1.6.4-debian-11-r5
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -481,7 +481,7 @@ defaultBackend:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nginx
|
||||
tag: 1.22.1-debian-11-r43
|
||||
tag: 1.22.1-debian-11-r44
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user