mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 23:07:39 +08:00
[bitnami/argo-workflows] Release 5.1.10 (#15192)
* [bitnami/argo-workflows] Release 5.1.10 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: https://charts.bitnami.com/bitnami
|
||||
version: 12.2.0
|
||||
version: 12.2.1
|
||||
- name: mysql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 9.4.8
|
||||
version: 9.5.0
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.3
|
||||
digest: sha256:7e9b58eac09086709b8b7641c3b08fc0878c25d26c36edf83f3d545dbc3baa42
|
||||
generated: "2023-02-17T14:05:29.187652949Z"
|
||||
digest: sha256:3d60308e7fc8b66bd6db02cbbbebeaba36da1f865729ffcdeb202e542cbea667
|
||||
generated: "2023-02-28T15:48:10.431191113Z"
|
||||
|
||||
@@ -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.1.9
|
||||
version: 5.1.10
|
||||
|
||||
@@ -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.5-scratch-r2` |
|
||||
| `server.image.tag` | server image tag (immutable tags are recommended) | `3.4.5-scratch-r4` |
|
||||
| `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.5-scratch-r1` |
|
||||
| `controller.image.tag` | controller image tag (immutable tags are recommended) | `3.4.5-scratch-r3` |
|
||||
| `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.5-debian-11-r3` |
|
||||
| `executor.image.tag` | executor image tag (immutable tags are recommended) | `3.4.5-debian-11-r8` |
|
||||
| `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 | `[]` |
|
||||
|
||||
@@ -65,7 +65,7 @@ server:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/argo-workflow-cli
|
||||
tag: 3.4.5-scratch-r2
|
||||
tag: 3.4.5-scratch-r4
|
||||
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.5-scratch-r1
|
||||
tag: 3.4.5-scratch-r3
|
||||
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.5-debian-11-r3
|
||||
tag: 3.4.5-debian-11-r8
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user