mirror of
https://github.com/bitnami/charts.git
synced 2026-04-05 00:37:12 +08:00
[bitnami/contour] ⚡ ⬆️ Update dependency references (#36080)
* [bitnami/contour] Release 21.1.3 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CRDs automatically Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 21.1.2 (2025-08-13)
|
||||
## 21.1.3 (2025-08-15)
|
||||
|
||||
* [bitnami/contour] :zap: :arrow_up: Update dependency references ([#35845](https://github.com/bitnami/charts/pull/35845))
|
||||
* [bitnami/contour] :zap: :arrow_up: Update dependency references ([#36080](https://github.com/bitnami/charts/pull/36080))
|
||||
|
||||
## <small>21.1.2 (2025-08-13)</small>
|
||||
|
||||
* [bitnami/contour] :zap: :arrow_up: Update dependency references (#35845) ([e8c7fe9](https://github.com/bitnami/charts/commit/e8c7fe904f6006b2cc9ca4ba17f4322cb690d8f5)), closes [#35845](https://github.com/bitnami/charts/issues/35845)
|
||||
|
||||
## <small>21.1.1 (2025-08-13)</small>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ annotations:
|
||||
category: Infrastructure
|
||||
images: |
|
||||
- name: contour
|
||||
image: docker.io/bitnami/contour:1.32.0-debian-12-r8
|
||||
image: docker.io/bitnami/contour:1.32.1-debian-12-r0
|
||||
- name: envoy
|
||||
image: docker.io/bitnami/envoy:1.34.4-debian-12-r0
|
||||
- name: nginx
|
||||
@@ -13,7 +13,7 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: clusterUtility
|
||||
apiVersion: v2
|
||||
appVersion: 1.32.0
|
||||
appVersion: 1.32.1
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
@@ -34,4 +34,4 @@ maintainers:
|
||||
name: contour
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/contour
|
||||
version: 21.1.2
|
||||
version: 21.1.3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Source: https://raw.githubusercontent.com/projectcontour/contour/v{version}/examples/contour/01-crds.yaml
|
||||
# Version: 1.32.0
|
||||
# Version: 1.32.1
|
||||
# Conditional: .Values.contour.manageCRDs
|
||||
{{- if .Values.contour.manageCRDs }}
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Source: https://raw.githubusercontent.com/projectcontour/contour/v{version}/examples/gateway/00-crds.yaml
|
||||
# Version: 1.32.0
|
||||
# Version: 1.32.1
|
||||
# Conditional: .Values.gatewayAPI.manageCRDs
|
||||
{{- if .Values.gatewayAPI.manageCRDs }}
|
||||
# Copyright 2024 The Kubernetes Authors.
|
||||
|
||||
@@ -108,7 +108,7 @@ contour:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/contour
|
||||
tag: 1.32.0-debian-12-r8
|
||||
tag: 1.32.1-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
||||
Reference in New Issue
Block a user