[bitnami/argo-workflows] Bump mysql subchart version (#10178)

* [bitnami/argo-workflows] Bump mysql subchart version

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

* [skip ci] Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Miguel Ruiz
2022-05-12 17:33:13 +02:00
committed by GitHub
parent 01defd7ea4
commit d55b9ef792
4 changed files with 16 additions and 15 deletions

View File

@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.1.26
version: 11.1.28
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 8.9.6
version: 9.0.0
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.13.1
digest: sha256:60417596aecfc748fb902c039eed07e850f35010c176476951bfd1352f869921
generated: "2022-05-04T03:46:47.328545544Z"
digest: sha256:f69fa838e8e8cfec36af28b19c0573e63908c01e90b2671b1de45e94fa49f125
generated: "2022-05-12T17:02:59.592473+02:00"

View File

@@ -10,7 +10,7 @@ dependencies:
- condition: mysql.enabled
name: mysql
repository: https://charts.bitnami.com/bitnami
version: 8.x.x
version: 9.x.x
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
@@ -35,4 +35,4 @@ sources:
- https://github.com/bitnami/bitnami-docker-argo-workflow-controller
- https://github.com/bitnami/bitnami-docker-argo-workflow-exec
- https://argoproj.github.io/workflows/
version: 1.1.14
version: 2.0.0

View File

@@ -341,13 +341,13 @@ The command removes all the Kubernetes components associated with the chart and
### MySQL subchart
| Name | Description | Value |
| --------------------- | ------------------------------------------------------------ | ------------------- |
| `mysql.enabled` | Enable MySQL subchart and controller persistence using MySQL | `false` |
| `mysql.service.port` | MySQL port | `3306` |
| `mysql.auth.username` | MySQL username | `mysql` |
| `mysql.auth.database` | MySQL database name | `bn_argo_workflows` |
| `mysql.auth.password` | MySQL database password | `""` |
| Name | Description | Value |
| --------------------------- | ------------------------------------------------------------ | ------------------- |
| `mysql.enabled` | Enable MySQL subchart and controller persistence using MySQL | `false` |
| `mysql.service.ports.mysql` | MySQL port | `3306` |
| `mysql.auth.username` | MySQL username | `mysql` |
| `mysql.auth.database` | MySQL database name | `bn_argo_workflows` |
| `mysql.auth.password` | MySQL database password | `""` |
### External Database configuration

View File

@@ -1142,7 +1142,7 @@ postgresql:
## Mysql subchart configuration
## @param mysql.enabled Enable MySQL subchart and controller persistence using MySQL
## @param mysql.service.port MySQL port
## @param mysql.service.ports.mysql MySQL port
## @param mysql.auth.username MySQL username
## @param mysql.auth.database MySQL database name
## @param mysql.auth.password MySQL database password
@@ -1150,7 +1150,8 @@ postgresql:
mysql:
enabled: false
service:
port: 3306
ports:
mysql: 3306
auth:
username: mysql
database: bn_argo_workflows