[bitnami/contour] Release 11.1.1 (#15560)

* [bitnami/contour] Release 11.1.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:
Bitnami Bot
2023-03-18 23:10:20 +01:00
committed by GitHub
parent ceee4565d8
commit 62b445856a
3 changed files with 5 additions and 5 deletions

View File

@@ -25,4 +25,4 @@ sources:
- https://github.com/envoyproxy/envoy
- https://github.com/bitnami/containers/tree/main/bitnami/contour
- https://projectcontour.io
version: 11.1.0
version: 11.1.1

View File

@@ -90,7 +90,7 @@ helm uninstall my-release
| `contour.enabled` | Contour Deployment creation. | `true` |
| `contour.image.registry` | Contour image registry | `docker.io` |
| `contour.image.repository` | Contour image name | `bitnami/contour` |
| `contour.image.tag` | Contour image tag | `1.24.2-debian-11-r0` |
| `contour.image.tag` | Contour image tag | `1.24.2-debian-11-r1` |
| `contour.image.digest` | Contour image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `contour.image.pullPolicy` | Contour Image pull policy | `IfNotPresent` |
| `contour.image.pullSecrets` | Contour Image pull secrets | `[]` |
@@ -312,7 +312,7 @@ helm uninstall my-release
| `defaultBackend.enabled` | Enable a default backend based on NGINX | `false` |
| `defaultBackend.image.registry` | Default backend image registry | `docker.io` |
| `defaultBackend.image.repository` | Default backend image name | `bitnami/nginx` |
| `defaultBackend.image.tag` | Default backend image tag | `1.23.3-debian-11-r35` |
| `defaultBackend.image.tag` | Default backend image tag | `1.23.3-debian-11-r36` |
| `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 | `[]` |

View File

@@ -93,7 +93,7 @@ contour:
image:
registry: docker.io
repository: bitnami/contour
tag: 1.24.2-debian-11-r0
tag: 1.24.2-debian-11-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -922,7 +922,7 @@ defaultBackend:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.23.3-debian-11-r35
tag: 1.23.3-debian-11-r36
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'