mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
[bitnami/argo-workflows] Release 5.3.6 (#17403)
* [bitnami/argo-workflows] Release 5.3.6 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:
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 12.5.5
|
||||
version: 12.5.9
|
||||
- name: mysql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 9.10.1
|
||||
version: 9.10.4
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.4.0
|
||||
digest: sha256:1f5f1bd537695e2af4822c9647e808f0e8ab3b1ab8d932717bd814a96bbb1ac0
|
||||
generated: "2023-05-29T08:48:21.384878159Z"
|
||||
digest: sha256:75cb53b9b05de1e2ef55006435f855575a9e90e00ff6fa52b2bf2b5e5f27231b
|
||||
generated: "2023-06-29T11:33:33.152831298Z"
|
||||
|
||||
@@ -35,4 +35,4 @@ maintainers:
|
||||
name: argo-workflows
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/argo-workflows
|
||||
version: 5.3.5
|
||||
version: 5.3.6
|
||||
|
||||
@@ -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-r0` |
|
||||
| `server.image.tag` | server image tag (immutable tags are recommended) | `3.4.8-scratch-r1` |
|
||||
| `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.7-scratch-r1` |
|
||||
| `controller.image.tag` | controller image tag (immutable tags are recommended) | `3.4.8-scratch-r0` |
|
||||
| `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-r1` |
|
||||
| `executor.image.tag` | executor image tag (immutable tags are recommended) | `3.4.8-debian-11-r11` |
|
||||
| `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 | `[]` |
|
||||
|
||||
@@ -68,7 +68,7 @@ server:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/argo-workflow-cli
|
||||
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'
|
||||
@@ -477,7 +477,7 @@ controller:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/argo-workflow-controller
|
||||
tag: 3.4.7-scratch-r1
|
||||
tag: 3.4.8-scratch-r0
|
||||
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-r1
|
||||
tag: 3.4.8-debian-11-r11
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user