mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 11:37:23 +08:00
[bitnami/nginx-ingress-controller] Update image with logs to stdout/stderr (#13585)
* [bitnami/nginx-ingress-controller] Update image linking logs to stdout/stderr Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
committed by
GitHub
parent
722e6decb7
commit
0825f709e4
@@ -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.21
|
||||
version: 9.3.22
|
||||
|
||||
@@ -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.3.0-debian-11-r9` |
|
||||
| `image.tag` | Nginx Ingress Controller image tag (immutable tags are recommended) | `1.5.1-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 | `[]` |
|
||||
@@ -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.23.1-debian-11-r6` |
|
||||
| `defaultBackend.image.tag` | Default backend image tag (immutable tags are recommended) | `1.22.1-debian-11-r7` |
|
||||
| `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.5.1-debian-11-r2
|
||||
tag: 1.5.1-debian-11-r5
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user