diff --git a/bitnami/contour-operator/Chart.lock b/bitnami/contour-operator/Chart.lock index 0267ff0e5..a8e323388 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.1.2 -digest: sha256:1c365a4551a2f4098e9584dc176b289c10437c679c7c3e2ec6153cabf863e1a4 -generated: "2022-11-04T14:34:24.554242737Z" + version: 2.2.0 +digest: sha256:37461c5f173941a690d5a9c70490eeee40fcdab612f8cb063e655dbe85211b91 +generated: "2022-11-24T06:27:46.523972683Z" diff --git a/bitnami/contour-operator/Chart.yaml b/bitnami/contour-operator/Chart.yaml index 619850aac..a6573014b 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: 3.0.0 +version: 3.0.1 diff --git a/bitnami/contour-operator/README.md b/bitnami/contour-operator/README.md index 51ed62121..f67a13951 100644 --- a/bitnami/contour-operator/README.md +++ b/bitnami/contour-operator/README.md @@ -155,18 +155,18 @@ This solution allows to easily deploy multiple Contour instances compared to the | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------------------------- | | `image.registry` | Contour Operator image registry | `docker.io` | | `image.repository` | Contour Operator image repository | `bitnami/contour-operator` | -| `image.tag` | Contour Operator image tag (immutable tags are recommended) | `1.23.0-scratch-r0` | +| `image.tag` | Contour Operator image tag (immutable tags are recommended) | `1.23.0-scratch-r1` | | `image.digest` | Contour Operator image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Contour Operator image pull policy | `IfNotPresent` | | `image.pullSecrets` | Contour Operator image pull secrets | `[]` | | `contourImage.registry` | Contour Image registry | `docker.io` | | `contourImage.repository` | Contour Image repository | `bitnami/contour` | -| `contourImage.tag` | Contour Image tag (immutable tags are recommended) | `1.23.0-debian-11-r0` | +| `contourImage.tag` | Contour Image tag (immutable tags are recommended) | `1.23.0-debian-11-r6` | | `contourImage.digest` | Contour image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `contourImage.pullSecrets` | Contour Image pull secrets | `[]` | | `envoyImage.registry` | Envoy Image registry | `docker.io` | | `envoyImage.repository` | Envoy Image repository | `bitnami/envoy` | -| `envoyImage.tag` | Envoy Image tag (immutable tags are recommended) | `1.24.0-debian-11-r2` | +| `envoyImage.tag` | Envoy Image tag (immutable tags are recommended) | `1.24.0-debian-11-r8` | | `envoyImage.digest` | Envoy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `envoyImage.pullSecrets` | Envoy Image pull secrets | `[]` | | `replicaCount` | Number of Contour Operator replicas to deploy | `1` | diff --git a/bitnami/contour-operator/values.yaml b/bitnami/contour-operator/values.yaml index 3ee59a810..560759076 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.23.0-scratch-r0 + tag: 1.23.0-scratch-r1 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.23.0-debian-11-r0 + tag: 1.23.0-debian-11-r6 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.24.0-debian-11-r2 + tag: 1.24.0-debian-11-r8 digest: "" ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.