mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/nginx-ingress-controller] Release 9.3.27 (#14712)
* [bitnami/nginx-ingress-controller] Release 9.3.27 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.0
|
||||
appVersion: 1.6.1
|
||||
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.3.26
|
||||
version: 9.3.27
|
||||
|
||||
@@ -7,7 +7,7 @@ NGINX Ingress Controller is an Ingress controller that manages external access t
|
||||
[Overview of NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx/)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -81,7 +81,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.0-debian-11-r11` |
|
||||
| `image.tag` | Nginx Ingress Controller image tag (immutable tags are recommended) | `1.6.1-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 | `[]` |
|
||||
@@ -194,7 +194,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-r26` |
|
||||
| `defaultBackend.image.tag` | Default backend image tag (immutable tags are recommended) | `1.22.1-debian-11-r35` |
|
||||
| `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.0-debian-11-r11
|
||||
tag: 1.6.1-debian-11-r0
|
||||
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-r26
|
||||
tag: 1.22.1-debian-11-r35
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user