File tree Expand file tree Collapse file tree 3 files changed +12
-17
lines changed
Expand file tree Collapse file tree 3 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 33
44annotations :
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
157apiVersion : v2
168appVersion : 1.32.0
179description : 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/
2012icon : https://dyltqmyl993wv.cloudfront.net/assets/stacks/contour/img/contour-stack-220x234.png
2113keywords :
2214- ingress
@@ -28,4 +20,4 @@ maintainers:
2820name : contour
2921sources :
3022- https://github.com/bitnami/charts/tree/main/bitnami/contour
31- version : 21.1.1
23+ version : 21.1.2
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments