From cc136b78ff5206d93a5e998b9456d7e87ce954de Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Tue, 18 Jan 2022 13:32:50 +0000 Subject: [PATCH] [bitnami/contour-operator] Release 0.2.4 updating components versions Signed-off-by: Bitnami Containers --- bitnami/contour-operator/Chart.yaml | 2 +- bitnami/contour-operator/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/contour-operator/Chart.yaml b/bitnami/contour-operator/Chart.yaml index d911809d24..d39cd4d3a1 100644 --- a/bitnami/contour-operator/Chart.yaml +++ b/bitnami/contour-operator/Chart.yaml @@ -24,4 +24,4 @@ name: contour-operator sources: - https://github.com/projectcontour/contour-operator - https://github.com/bitnami/bitnami-docker-contour-operator -version: 0.2.3 +version: 0.2.4 diff --git a/bitnami/contour-operator/values.yaml b/bitnami/contour-operator/values.yaml index 0ce28af97e..56a71d8653 100644 --- a/bitnami/contour-operator/values.yaml +++ b/bitnami/contour-operator/values.yaml @@ -53,7 +53,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/contour-operator - tag: 1.19.1-scratch-r2 + tag: 1.19.1-scratch-r3 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -78,7 +78,7 @@ image: contourImage: registry: docker.io repository: bitnami/contour - tag: 1.19.1-debian-10-r33 + tag: 1.19.1-debian-10-r63 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-contourImage-private-registry/ @@ -98,7 +98,7 @@ contourImage: envoyImage: registry: docker.io repository: bitnami/envoy - tag: 1.19.1-debian-10-r109 + tag: 1.19.1-debian-10-r136 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-envoyImage-private-registry/