From 1a36b154ab62977105dd9fb3728d09c886693fcd Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 29 Nov 2022 23:47:17 +0100 Subject: [PATCH] [bitnami/argo-workflows] Release 5.0.2 (#13752) * [bitnami/argo-workflows] Release 5.0.2 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 | 10 +++++----- bitnami/argo-workflows/Chart.yaml | 4 ++-- bitnami/argo-workflows/README.md | 6 +++--- bitnami/argo-workflows/values.yaml | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bitnami/argo-workflows/Chart.lock b/bitnami/argo-workflows/Chart.lock index 8bb8b1498..78106165e 100644 --- a/bitnami/argo-workflows/Chart.lock +++ b/bitnami/argo-workflows/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.0.0 + version: 12.1.2 - name: mysql repository: https://charts.bitnami.com/bitnami - version: 9.4.1 + version: 9.4.4 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.1.1 -digest: sha256:423faba9bef43ffb8dacffbf981417acff4a989465efeaad16ba748510f322cf -generated: "2022-10-31T10:03:43.049486286Z" + version: 2.2.1 +digest: sha256:b759d513b6e005901d298b493f92efb10dde2ba36ed71b683d186aa36942133b +generated: "2022-11-29T22:07:23.565522532Z" diff --git a/bitnami/argo-workflows/Chart.yaml b/bitnami/argo-workflows/Chart.yaml index 624289b34..8b62436a5 100644 --- a/bitnami/argo-workflows/Chart.yaml +++ b/bitnami/argo-workflows/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Infrastructure apiVersion: v2 -appVersion: 3.4.3 +appVersion: 3.4.4 dependencies: - condition: postgresql.enabled name: postgresql @@ -35,4 +35,4 @@ sources: - https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-controller - https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-exec - https://argoproj.github.io/workflows/ -version: 5.0.1 +version: 5.0.2 diff --git a/bitnami/argo-workflows/README.md b/bitnami/argo-workflows/README.md index 4350f0dfe..197ab067c 100644 --- a/bitnami/argo-workflows/README.md +++ b/bitnami/argo-workflows/README.md @@ -82,7 +82,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.3-scratch-r0` | +| `server.image.tag` | server image tag (immutable tags are recommended) | `3.4.4-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 | `Always` | | `server.image.pullSecrets` | server image pull secrets | `[]` | @@ -186,7 +186,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.3-scratch-r0` | +| `controller.image.tag` | controller image tag (immutable tags are recommended) | `3.4.3-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 | `[]` | @@ -292,7 +292,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.2-debian-11-r2` | +| `executor.image.tag` | executor image tag (immutable tags are recommended) | `3.4.4-debian-11-r0` | | `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 | `Always` | | `executor.image.pullSecrets` | executor image pull secrets | `[]` | diff --git a/bitnami/argo-workflows/values.yaml b/bitnami/argo-workflows/values.yaml index 9bd8202ef..cd808f3ee 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.3-scratch-r0 + tag: 3.4.4-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.3-scratch-r0 + tag: 3.4.3-scratch-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -947,7 +947,7 @@ executor: image: registry: docker.io repository: bitnami/argo-workflow-exec - tag: 3.4.2-debian-11-r2 + tag: 3.4.4-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'