Skip to content

Commit

Permalink
[bitnami/contour] Release 18.2.11 (#28614)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
bitnami-bot authored Aug 1, 2024
1 parent adfc0d1 commit 59b5029
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 22 deletions.
8 changes: 6 additions & 2 deletions bitnami/contour/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
32 changes: 16 additions & 16 deletions bitnami/contour/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion bitnami/contour/templates/crds/contour-crds.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
---
Expand Down
6 changes: 3 additions & 3 deletions bitnami/contour/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 59b5029

Please sign in to comment.