From dd441bd62a652a27cf0d9b1addf68b6c4b2bfc71 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 29 May 2023 11:12:42 +0200 Subject: [PATCH] [bitnami/argo-workflows] Release 5.3.3 (#16943) * [bitnami/argo-workflows] Release 5.3.3 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/argo-workflows/Chart.lock | 8 ++++---- bitnami/argo-workflows/Chart.yaml | 4 ++-- bitnami/argo-workflows/README.md | 6 +++--- bitnami/argo-workflows/values.yaml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bitnami/argo-workflows/Chart.lock b/bitnami/argo-workflows/Chart.lock index 5042792d55..01e353154b 100644 --- a/bitnami/argo-workflows/Chart.lock +++ b/bitnami/argo-workflows/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.5.2 + version: 12.5.5 - name: mysql repository: oci://registry-1.docker.io/bitnamicharts - version: 9.9.1 + version: 9.10.1 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.4.0 -digest: sha256:ff386c47605cca58d99fb3d77682b005fb9872a4b741be1be39b339eec62a247 -generated: "2023-05-21T13:46:10.344748863Z" +digest: sha256:1f5f1bd537695e2af4822c9647e808f0e8ab3b1ab8d932717bd814a96bbb1ac0 +generated: "2023-05-29T08:48:21.384878159Z" diff --git a/bitnami/argo-workflows/Chart.yaml b/bitnami/argo-workflows/Chart.yaml index 66b4471fa4..51e8c0f6df 100644 --- a/bitnami/argo-workflows/Chart.yaml +++ b/bitnami/argo-workflows/Chart.yaml @@ -2,7 +2,7 @@ annotations: category: Infrastructure licenses: Apache-2.0 apiVersion: v2 -appVersion: 3.4.7 +appVersion: 3.4.8 dependencies: - condition: postgresql.enabled name: postgresql @@ -32,4 +32,4 @@ maintainers: name: argo-workflows sources: - https://github.com/bitnami/charts/tree/main/bitnami/argo-workflows -version: 5.3.2 +version: 5.3.3 diff --git a/bitnami/argo-workflows/README.md b/bitnami/argo-workflows/README.md index a00253741d..6a668a378e 100644 --- a/bitnami/argo-workflows/README.md +++ b/bitnami/argo-workflows/README.md @@ -79,7 +79,7 @@ The command removes all the Kubernetes components associated with the chart and | -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | --------------------------- | | `server.image.registry` | server image registry | `docker.io` | | `server.image.repository` | server image repository | `bitnami/argo-workflow-cli` | -| `server.image.tag` | server image tag (immutable tags are recommended) | `3.4.7-scratch-r4` | +| `server.image.tag` | server image tag (immutable tags are recommended) | `3.4.8-scratch-r0` | | `server.image.digest` | server image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `server.image.pullPolicy` | server image pull policy | `IfNotPresent` | | `server.image.pullSecrets` | server image pull secrets | `[]` | @@ -182,7 +182,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- | | `controller.image.registry` | controller image registry | `docker.io` | | `controller.image.repository` | controller image repository | `bitnami/argo-workflow-controller` | -| `controller.image.tag` | controller image tag (immutable tags are recommended) | `3.4.7-scratch-r0` | +| `controller.image.tag` | controller image tag (immutable tags are recommended) | `3.4.7-scratch-r1` | | `controller.image.digest` | controller image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `controller.image.pullPolicy` | controller image pull policy | `IfNotPresent` | | `controller.image.pullSecrets` | controller image pull secrets | `[]` | @@ -288,7 +288,7 @@ The command removes all the Kubernetes components associated with the chart and | ---------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ---------------------------- | | `executor.image.registry` | executor image registry | `docker.io` | | `executor.image.repository` | executor image repository | `bitnami/argo-workflow-exec` | -| `executor.image.tag` | executor image tag (immutable tags are recommended) | `3.4.7-debian-11-r11` | +| `executor.image.tag` | executor image tag (immutable tags are recommended) | `3.4.8-debian-11-r1` | | `executor.image.digest` | executor image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `executor.image.pullPolicy` | executor image pull policy | `IfNotPresent` | | `executor.image.pullSecrets` | executor image pull secrets | `[]` | diff --git a/bitnami/argo-workflows/values.yaml b/bitnami/argo-workflows/values.yaml index 2d67d941f3..2bdb8b56af 100644 --- a/bitnami/argo-workflows/values.yaml +++ b/bitnami/argo-workflows/values.yaml @@ -65,7 +65,7 @@ server: image: registry: docker.io repository: bitnami/argo-workflow-cli - tag: 3.4.7-scratch-r4 + tag: 3.4.8-scratch-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -474,7 +474,7 @@ controller: image: registry: docker.io repository: bitnami/argo-workflow-controller - tag: 3.4.7-scratch-r0 + tag: 3.4.7-scratch-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -953,7 +953,7 @@ executor: image: registry: docker.io repository: bitnami/argo-workflow-exec - tag: 3.4.7-debian-11-r11 + tag: 3.4.8-debian-11-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'