[bitnami/argo-workflows] Release 5.3.7 (#17688)

* [bitnami/argo-workflows] Release 5.3.7 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-07-13 18:02:09 +02:00
committed by GitHub
parent d01a6309b6
commit 41bb1ddcba
4 changed files with 12 additions and 12 deletions

View File

@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.5.9
version: 12.6.5
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 9.10.4
version: 9.10.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.4.0
digest: sha256:75cb53b9b05de1e2ef55006435f855575a9e90e00ff6fa52b2bf2b5e5f27231b
generated: "2023-06-29T11:33:33.152831298Z"
version: 2.6.0
digest: sha256:4bd19f9c0bedf861f9026114b883aaec61e51bec4d953a23f299ccd9e8f5b9a8
generated: "2023-07-13T15:43:52.156027606Z"

View File

@@ -35,4 +35,4 @@ maintainers:
name: argo-workflows
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/argo-workflows
version: 5.3.6
version: 5.3.7

View File

@@ -81,7 +81,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.8-scratch-r1` |
| `server.image.tag` | server image tag (immutable tags are recommended) | `3.4.8-scratch-r2` |
| `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 | `[]` |
@@ -184,7 +184,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.8-scratch-r0` |
| `controller.image.tag` | controller image tag (immutable tags are recommended) | `3.4.8-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 | `[]` |
@@ -290,7 +290,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.8-debian-11-r11` |
| `executor.image.tag` | executor image tag (immutable tags are recommended) | `3.4.8-debian-11-r15` |
| `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 | `[]` |

View File

@@ -68,7 +68,7 @@ server:
image:
registry: docker.io
repository: bitnami/argo-workflow-cli
tag: 3.4.8-scratch-r1
tag: 3.4.8-scratch-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -477,7 +477,7 @@ controller:
image:
registry: docker.io
repository: bitnami/argo-workflow-controller
tag: 3.4.8-scratch-r0
tag: 3.4.8-scratch-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -956,7 +956,7 @@ executor:
image:
registry: docker.io
repository: bitnami/argo-workflow-exec
tag: 3.4.8-debian-11-r11
tag: 3.4.8-debian-11-r15
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'