[bitnami/contour] Release 17.0.12 (#25601)

* [bitnami/contour] Release 17.0.12 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CRDs automatically

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
2024-05-08 02:36:34 +02:00
committed by GitHub
parent 36b07ca303
commit a80e33e40a
3 changed files with 5 additions and 5 deletions

View File

@@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: contour
image: docker.io/bitnami/contour:1.28.3-debian-12-r4
image: docker.io/bitnami/contour:1.28.4-debian-12-r0
- name: envoy
image: docker.io/bitnami/envoy:1.29.4-debian-12-r4
- name: nginx
image: docker.io/bitnami/nginx:1.25.5-debian-12-r2
apiVersion: v2
appVersion: 1.28.3
appVersion: 1.28.4
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -32,4 +32,4 @@ maintainers:
name: contour
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/contour
version: 17.0.11
version: 17.0.12

View File

@@ -1,5 +1,5 @@
# Source: https://raw.githubusercontent.com/projectcontour/contour/v{version}/examples/contour/01-crds.yaml
# Version: 1.28.3
# Version: 1.28.4
# Conditional: .Values.contour.manageCRDs
{{- if .Values.contour.manageCRDs }}
---

View File

@@ -101,7 +101,7 @@ contour:
image:
registry: docker.io
repository: bitnami/contour
tag: 1.28.3-debian-12-r4
tag: 1.28.4-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'