[bitnami/contour-operator] Release 3.0.2 (#14176)

* [bitnami/contour-operator] Release 3.0.2 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-01-04 11:07:32 +01:00
committed by GitHub
parent ba23085c1b
commit c44a8958f6
4 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.0
digest: sha256:37461c5f173941a690d5a9c70490eeee40fcdab612f8cb063e655dbe85211b91
generated: "2022-11-24T06:27:46.523972683Z"
version: 2.2.2
digest: sha256:49ca75cf23ba5eb7df4becef52580f98c8bd8194eb80368b9d7b875f6eefa8e5
generated: "2023-01-04T09:39:36.225886166Z"

View File

@@ -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.1
version: 3.0.2

View File

@@ -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-r1` |
| `image.tag` | Contour Operator image tag (immutable tags are recommended) | `1.23.0-scratch-r2` |
| `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-r6` |
| `contourImage.tag` | Contour Image tag (immutable tags are recommended) | `1.23.2-debian-11-r7` |
| `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-r8` |
| `envoyImage.tag` | Envoy Image tag (immutable tags are recommended) | `1.24.1-debian-11-r9` |
| `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` |

View File

@@ -54,7 +54,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/contour-operator
tag: 1.23.0-scratch-r1
tag: 1.23.0-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.23.0-debian-11-r6
tag: 1.23.2-debian-11-r7
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-r8
tag: 1.24.1-debian-11-r9
digest: ""
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.