[bitnami/contour] Release 12.6.2 (#19232)

* [bitnami/contour] Release 12.6.2 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-09-11 17:19:49 +02:00
committed by GitHub
parent 91a349f7e4
commit 56045b95a6
4 changed files with 24 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.10.0
digest: sha256:023ded170632d04528f30332370f34fc8fb96efb2886a01d934cb3bd6e6d2e09
generated: "2023-09-05T11:31:52.099258+02:00"
version: 2.10.1
digest: sha256:daa1b58d8ebece125719a584651716f45f3b32268d691e449da396b34ae89c27
generated: "2023-09-11T15:02:51.085278318Z"

View File

@@ -6,30 +6,30 @@ annotations:
licenses: Apache-2.0
images: |
- name: contour
image: docker.io/bitnami/contour:1.25.2-debian-11-r22
image: docker.io/bitnami/contour:1.25.2-debian-11-r45
- name: envoy
image: docker.io/bitnami/envoy:1.26.4-debian-11-r20
image: docker.io/bitnami/envoy:1.26.4-debian-11-r43
- name: nginx
image: docker.io/bitnami/nginx:1.25.2-debian-11-r2
image: docker.io/bitnami/nginx:1.25.2-debian-11-r22
apiVersion: v2
appVersion: 1.25.2
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Contour is an open source Kubernetes ingress controller that works by deploying the Envoy proxy as a reverse proxy and load balancer.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/contour/img/contour-stack-220x234.png
keywords:
- ingress
- envoy
- contour
- ingress
- envoy
- contour
maintainers:
- name: VMware, Inc.
url: https://github.com/bitnami/charts
- name: VMware, Inc.
url: https://github.com/bitnami/charts
name: contour
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/contour
version: 12.6.1
- https://github.com/bitnami/charts/tree/main/bitnami/contour
version: 12.6.2

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.25.2-debian-11-r22` |
| `contour.image.tag` | Contour image tag | `1.25.2-debian-11-r45` |
| `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 | `[]` |
@@ -198,7 +198,7 @@ helm uninstall my-release
| `envoy.enabled` | Envoy Proxy creation | `true` |
| `envoy.image.registry` | Envoy Proxy image registry | `docker.io` |
| `envoy.image.repository` | Envoy Proxy image repository | `bitnami/envoy` |
| `envoy.image.tag` | Envoy Proxy image tag (immutable tags are recommended) | `1.26.4-debian-11-r20` |
| `envoy.image.tag` | Envoy Proxy image tag (immutable tags are recommended) | `1.26.4-debian-11-r43` |
| `envoy.image.digest` | Envoy Proxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `envoy.image.pullPolicy` | Envoy image pull policy | `IfNotPresent` |
| `envoy.image.pullSecrets` | Envoy image pull secrets | `[]` |
@@ -329,7 +329,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.25.2-debian-11-r2` |
| `defaultBackend.image.tag` | Default backend image tag | `1.25.2-debian-11-r22` |
| `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

@@ -96,7 +96,7 @@ contour:
image:
registry: docker.io
repository: bitnami/contour
tag: 1.25.2-debian-11-r22
tag: 1.25.2-debian-11-r45
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -502,7 +502,7 @@ envoy:
image:
registry: docker.io
repository: bitnami/envoy
tag: 1.26.4-debian-11-r20
tag: 1.26.4-debian-11-r43
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -974,7 +974,7 @@ defaultBackend:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.25.2-debian-11-r2
tag: 1.25.2-debian-11-r22
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'