mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
[bitnami/contour] Release 19.2.2 (#30198)
* [bitnami/contour] Release 19.2.2 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md 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:
@@ -1,8 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 19.2.1 (2024-10-21)
|
||||
## 19.2.2 (2024-11-04)
|
||||
|
||||
* [bitnami/contour]: Fix invalid volume indentation ([#29890](https://github.com/bitnami/charts/pull/29890))
|
||||
* [bitnami/contour] Release 19.2.2 ([#30198](https://github.com/bitnami/charts/pull/30198))
|
||||
|
||||
## <small>19.2.1 (2024-10-21)</small>
|
||||
|
||||
* [bitnami/contour]: Fix invalid volume indentation (#29890) ([d135756](https://github.com/bitnami/charts/commit/d135756e51a90a958255a4551c5d79dfb468402d)), closes [#29890](https://github.com/bitnami/charts/issues/29890)
|
||||
* Update documentation links to techdocs.broadcom.com (#29931) ([f0d9ad7](https://github.com/bitnami/charts/commit/f0d9ad78f39f633d275fc576d32eae78ded4d0b8)), closes [#29931](https://github.com/bitnami/charts/issues/29931)
|
||||
|
||||
## 19.2.0 (2024-10-14)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.23.0
|
||||
digest: sha256:fbd6439f12ded949c04553b9c52a4c8153a8f2790147d972b314ddcd46921a14
|
||||
generated: "2024-10-02T00:06:27.278135593Z"
|
||||
version: 2.26.0
|
||||
digest: sha256:5ff7837915aef0067bd32271ee2b10c990774c16c4b6fe0a7c5eb6e53530ce08
|
||||
generated: "2024-11-04T17:59:27.291351068Z"
|
||||
|
||||
@@ -6,13 +6,13 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: contour
|
||||
image: docker.io/bitnami/contour:1.30.0-debian-12-r6
|
||||
image: docker.io/bitnami/contour:1.30.1-debian-12-r0
|
||||
- name: envoy
|
||||
image: docker.io/bitnami/envoy:1.31.2-debian-12-r0
|
||||
image: docker.io/bitnami/envoy:1.31.3-debian-12-r0
|
||||
- name: nginx
|
||||
image: docker.io/bitnami/nginx:1.27.1-debian-12-r5
|
||||
image: docker.io/bitnami/nginx:1.27.2-debian-12-r2
|
||||
apiVersion: v2
|
||||
appVersion: 1.30.0
|
||||
appVersion: 1.30.1
|
||||
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: 19.2.1
|
||||
version: 19.2.2
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Source: https://raw.githubusercontent.com/projectcontour/contour/v{version}/examples/contour/01-crds.yaml
|
||||
# Version: 1.30.0
|
||||
# Version: 1.30.1
|
||||
# Conditional: .Values.contour.manageCRDs
|
||||
{{- if .Values.contour.manageCRDs }}
|
||||
---
|
||||
|
||||
@@ -103,7 +103,7 @@ contour:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/contour
|
||||
tag: 1.30.0-debian-12-r6
|
||||
tag: 1.30.1-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -663,7 +663,7 @@ envoy:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/envoy
|
||||
tag: 1.31.2-debian-12-r0
|
||||
tag: 1.31.3-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -1337,7 +1337,7 @@ defaultBackend:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nginx
|
||||
tag: 1.27.1-debian-12-r5
|
||||
tag: 1.27.2-debian-12-r2
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
||||
Reference in New Issue
Block a user