mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
[bitnami/contour] Release 18.2.11 (#28614)
* [bitnami/contour] Release 18.2.11 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,12 @@
|
||||
# Changelog
|
||||
|
||||
## 18.2.10 (2024-07-22)
|
||||
## 18.2.11 (2024-08-01)
|
||||
|
||||
* [bitnami/contour] Global StorageClass as default value ([#28008](https://github.com/bitnami/charts/pull/28008))
|
||||
* [bitnami/contour] Release 18.2.11 ([#28614](https://github.com/bitnami/charts/pull/28614))
|
||||
|
||||
## <small>18.2.10 (2024-07-22)</small>
|
||||
|
||||
* [bitnami/contour] Global StorageClass as default value (#28008) ([6c4a9bb](https://github.com/bitnami/charts/commit/6c4a9bb690baa192c5ff853950a9bc47ec5dfe68)), closes [#28008](https://github.com/bitnami/charts/issues/28008)
|
||||
|
||||
## <small>18.2.9 (2024-07-04)</small>
|
||||
|
||||
|
||||
@@ -6,30 +6,30 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: contour
|
||||
image: docker.io/bitnami/contour:1.29.1-debian-12-r3
|
||||
image: docker.io/bitnami/contour:1.29.2-debian-12-r0
|
||||
- name: envoy
|
||||
image: docker.io/bitnami/envoy:1.30.2-debian-12-r1
|
||||
image: docker.io/bitnami/envoy:1.30.4-debian-12-r5
|
||||
- name: nginx
|
||||
image: docker.io/bitnami/nginx:1.27.0-debian-12-r3
|
||||
image: docker.io/bitnami/nginx:1.27.0-debian-12-r5
|
||||
apiVersion: v2
|
||||
appVersion: 1.29.1
|
||||
appVersion: 1.29.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: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: contour
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/contour
|
||||
version: 18.2.10
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/contour
|
||||
version: 18.2.11
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Source: https://raw.githubusercontent.com/projectcontour/contour/v{version}/examples/contour/01-crds.yaml
|
||||
# Version: 1.29.1
|
||||
# Version: 1.29.2
|
||||
# Conditional: .Values.contour.manageCRDs
|
||||
{{- if .Values.contour.manageCRDs }}
|
||||
---
|
||||
|
||||
@@ -103,7 +103,7 @@ contour:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/contour
|
||||
tag: 1.29.1-debian-12-r3
|
||||
tag: 1.29.2-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -663,7 +663,7 @@ envoy:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/envoy
|
||||
tag: 1.30.2-debian-12-r1
|
||||
tag: 1.30.4-debian-12-r5
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1334,7 +1334,7 @@ defaultBackend:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nginx
|
||||
tag: 1.27.0-debian-12-r3
|
||||
tag: 1.27.0-debian-12-r5
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user