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.