mirror of
https://github.com/bitnami/charts.git
synced 2026-02-24 06:47:26 +08:00
[bitnami/argo-workflows] Release 5.1.9 (#14947)
* [bitnami/argo-workflows] Release 5.1.9 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.1.14
|
||||
version: 12.2.0
|
||||
- name: mysql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 9.4.8
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.3
|
||||
digest: sha256:619cfce2ab15750d8b5c3c90db3aaed5ea8d3643039e6e4c72ca80cf60f9805c
|
||||
generated: "2023-02-07T15:51:34.162420521Z"
|
||||
digest: sha256:7e9b58eac09086709b8b7641c3b08fc0878c25d26c36edf83f3d545dbc3baa42
|
||||
generated: "2023-02-17T14:05:29.187652949Z"
|
||||
|
||||
@@ -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.8
|
||||
version: 5.1.9
|
||||
|
||||
@@ -61,7 +61,6 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
|
||||
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
|
||||
|
||||
|
||||
### Common parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -76,14 +75,13 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `rbac.singleNamespace` | Restrict Argo to only deploy into a single namespace by apply Roles and RoleBindings instead of the Cluster equivalents, and start argo-cli with the --namespaced flag. Use it in clusters with strict access policy. | `false` |
|
||||
| `createAggregateRoles` | Create Aggregated cluster roles | `true` |
|
||||
|
||||
|
||||
### Argo Workflows Server configuration parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | --------------------------- |
|
||||
| `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-r1` |
|
||||
| `server.image.tag` | server image tag (immutable tags are recommended) | `3.4.5-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 | `[]` |
|
||||
@@ -180,14 +178,13 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `server.service.annotations` | Additional custom annotations for server service | `{}` |
|
||||
| `server.service.extraPorts` | Extra port to expose on the server service | `[]` |
|
||||
|
||||
|
||||
### Argo Workflows Controller configuration parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| ------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
|
||||
| `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-r0` |
|
||||
| `controller.image.tag` | controller image tag (immutable tags are recommended) | `3.4.5-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 | `[]` |
|
||||
@@ -287,14 +284,13 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `controller.service.annotations` | Additional custom annotations for controller service | `{}` |
|
||||
| `controller.service.extraPorts` | Extra port to expose on the controller service | `[]` |
|
||||
|
||||
|
||||
### Executor configuration section
|
||||
|
||||
| Name | Description | Value |
|
||||
| ---------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ---------------------------- |
|
||||
| `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-r0` |
|
||||
| `executor.image.tag` | executor image tag (immutable tags are recommended) | `3.4.5-debian-11-r3` |
|
||||
| `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 | `[]` |
|
||||
@@ -305,7 +301,6 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `executor.containerSecurityContext.fsGroup` | Set executor pod's Security Context fsGroup | `1001` |
|
||||
| `executor.containerSecurityContext.readOnlyRootFilesystem` | Set read only root file system pod's Security Context | `true` |
|
||||
|
||||
|
||||
### Traffic Exposure Parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -325,7 +320,6 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `ingress.secrets` | Custom TLS certificates as secrets | `[]` |
|
||||
| `ingress.extraRules` | Additional rules to be covered with this ingress record | `[]` |
|
||||
|
||||
|
||||
### Workflows configuration
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -336,7 +330,6 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `workflows.serviceAccount.annotations` | Annotations for service account. Evaluated as a template. Only used if `create` is `true`. | `{}` |
|
||||
| `workflows.rbac.create` | Whether to create RBAC resource to run workflows | `true` |
|
||||
|
||||
|
||||
### PostgreSQL subchart
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -347,7 +340,6 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `postgresql.auth.database` | PortgreSQL database name | `bn_argo_workflows` |
|
||||
| `postgresql.auth.password` | PortgreSQL database password | `""` |
|
||||
|
||||
|
||||
### MySQL subchart
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -358,7 +350,6 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `mysql.auth.database` | MySQL database name | `bn_argo_workflows` |
|
||||
| `mysql.auth.password` | MySQL database password | `""` |
|
||||
|
||||
|
||||
### External Database configuration
|
||||
|
||||
| Name | Description | Value |
|
||||
@@ -493,4 +484,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
@@ -65,7 +65,7 @@ server:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/argo-workflow-cli
|
||||
tag: 3.4.5-scratch-r1
|
||||
tag: 3.4.5-scratch-r2
|
||||
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-r0
|
||||
tag: 3.4.5-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.5-debian-11-r0
|
||||
tag: 3.4.5-debian-11-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user