From a5b31b47f03b20ff67dd6ff34c2ccd37ccf74b6d Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Sat, 8 Oct 2022 06:20:28 +0000 Subject: [PATCH] [bitnami/contour-operator] Release 2.1.6 updating components versions Signed-off-by: Bitnami Containers --- bitnami/contour-operator/Chart.lock | 6 +++--- bitnami/contour-operator/Chart.yaml | 2 +- bitnami/contour-operator/README.md | 2 +- bitnami/contour-operator/values.yaml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/contour-operator/Chart.lock b/bitnami/contour-operator/Chart.lock index eced9fbaab..a993bc3813 100644 --- a/bitnami/contour-operator/Chart.lock +++ b/bitnami/contour-operator/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 2.0.2 -digest: sha256:b36d5a7fe729a1fc43ad9ec93fe0e098bfe5f6a2676262ed4d6ecac731c0a248 -generated: "2022-09-08T05:41:57.69744254Z" + version: 2.0.3 +digest: sha256:7d4a98a9fabc3be62a3898cc530d0979b6a0a4d29c87ed2d128821f21c89ba40 +generated: "2022-10-04T09:56:27.20834716Z" diff --git a/bitnami/contour-operator/Chart.yaml b/bitnami/contour-operator/Chart.yaml index de70b96acf..457608b2a8 100644 --- a/bitnami/contour-operator/Chart.yaml +++ b/bitnami/contour-operator/Chart.yaml @@ -25,4 +25,4 @@ name: contour-operator sources: - https://github.com/projectcontour/contour-operator - https://github.com/bitnami/containers/tree/main/bitnami/contour-operator -version: 2.1.5 +version: 2.1.6 diff --git a/bitnami/contour-operator/README.md b/bitnami/contour-operator/README.md index c565562231..4265c1995a 100644 --- a/bitnami/contour-operator/README.md +++ b/bitnami/contour-operator/README.md @@ -7,7 +7,7 @@ The Contour Operator extends the Kubernetes API to create, configure and manage [Overview of Contour Operator](https://github.com/projectcontour/contour-operator) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. - + ## TL;DR ```console diff --git a/bitnami/contour-operator/values.yaml b/bitnami/contour-operator/values.yaml index 7c53f005e3..23cc0c02dd 100644 --- a/bitnami/contour-operator/values.yaml +++ b/bitnami/contour-operator/values.yaml @@ -54,7 +54,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/contour-operator - tag: 1.22.1-scratch-r0 + tag: 1.22.1-scratch-r2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -81,7 +81,7 @@ image: contourImage: registry: docker.io repository: bitnami/contour - tag: 1.22.1-debian-11-r0 + tag: 1.22.1-debian-11-r10 digest: "" ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -103,7 +103,7 @@ contourImage: envoyImage: registry: docker.io repository: bitnami/envoy - tag: 1.23.1-debian-11-r3 + tag: 1.23.1-debian-11-r12 digest: "" ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.