mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[bitnami/nginx-ingress-controller] Release 9.4.1 (#15726)
* [bitnami/nginx-ingress-controller] Release 9.4.1 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:
@@ -2,7 +2,7 @@ annotations:
|
||||
category: Infrastructure
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 1.6.4
|
||||
appVersion: 1.7.0
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
@@ -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.4.0
|
||||
version: 9.4.1
|
||||
|
||||
@@ -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-r11` |
|
||||
| `image.tag` | Nginx Ingress Controller image tag (immutable tags are recommended) | `1.7.0-debian-11-r0` |
|
||||
| `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 | `[]` |
|
||||
@@ -191,7 +191,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-r50` |
|
||||
| `defaultBackend.image.tag` | Default backend image tag (immutable tags are recommended) | `1.22.1-debian-11-r52` |
|
||||
| `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-r11
|
||||
tag: 1.7.0-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -486,7 +486,7 @@ defaultBackend:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nginx
|
||||
tag: 1.22.1-debian-11-r50
|
||||
tag: 1.22.1-debian-11-r52
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user