Skip to content

Commit db2dd9e

Browse files
committed
Use official images for envoy and contour
1 parent 905db9f commit db2dd9e

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

bitnami/contour/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 21.1.2
4+
* Use images directly from contour and envoy instead of bitnami
5+
36
## 21.1.1
47
* Copy the functions used from `bitnami/common` into the chart
58
* Remove the dependency on `bitnami/common`

bitnami/contour/Chart.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,12 @@
33

44
annotations:
55
category: Infrastructure
6-
images: |
7-
- name: contour
8-
image: docker.io/bitnami/contour:1.32.0-debian-12-r7
9-
- name: envoy
10-
image: docker.io/bitnami/envoy:1.34.4-debian-12-r0
11-
- name: nginx
12-
image: docker.io/bitnami/nginx:1.29.0-debian-12-r6
136
licenses: Apache-2.0
14-
tanzuCategory: clusterUtility
157
apiVersion: v2
168
appVersion: 1.32.0
179
description: Contour is an open source Kubernetes ingress controller that works by
1810
deploying the Envoy proxy as a reverse proxy and load balancer.
19-
home: https://bitnami.com
11+
home: https://projectcontour.io/
2012
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/contour/img/contour-stack-220x234.png
2113
keywords:
2214
- ingress
@@ -28,4 +20,4 @@ maintainers:
2820
name: contour
2921
sources:
3022
- https://github.com/bitnami/charts/tree/main/bitnami/contour
31-
version: 21.1.1
23+
version: 21.1.2

bitnami/contour/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ contour:
101101
## @param contour.image.debug Enable image debug mode
102102
##
103103
image:
104-
registry: docker.io
105-
repository: bitnami/contour
106-
tag: 1.32.0-debian-12-r7
104+
registry: ghcr.io
105+
repository: projectcontour/contour
106+
tag: v1.32.0
107107
digest: ""
108108
## Specify a imagePullPolicy
109109
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -651,8 +651,8 @@ envoy:
651651
## @param envoy.enabled Envoy Proxy creation
652652
##
653653
enabled: true
654-
## Bitnami Envoy image
655-
## ref: https://hub.docker.com/r/bitnami/envoy/tags/
654+
## Envoy image
655+
## ref: https://hub.docker.com/r/envoyproxy/envoy/tags/
656656
## @param envoy.image.registry [default: REGISTRY_NAME] Envoy Proxy image registry
657657
## @param envoy.image.repository [default: REPOSITORY_NAME/envoy] Envoy Proxy image repository
658658
## @skip envoy.image.tag Envoy Proxy image tag (immutable tags are recommended)
@@ -662,8 +662,8 @@ envoy:
662662
##
663663
image:
664664
registry: docker.io
665-
repository: bitnami/envoy
666-
tag: 1.34.4-debian-12-r0
665+
repository: envoyproxy/envoy
666+
tag: v1.34.1
667667
digest: ""
668668
## Specify a imagePullPolicy
669669
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

0 commit comments

Comments
 (0)