Skip to content

Commit 05ce8ba

Browse files
committed
[Improvement-17560][Helm] Update Helm chart README documentation
Auto-generated by helm-docs for the updated chart configurations.
1 parent 6d89072 commit 05ce8ba

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

deploy/kubernetes/dolphinscheduler/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ Please refer to the [Quick Start in Kubernetes](../../../docs/docs/en/guide/inst
255255
| minio.defaultBuckets | string | `"dolphinscheduler"` | minio default buckets |
256256
| minio.enabled | bool | `true` | Deploy minio and configure it as the default storage for DolphinScheduler, note this is for demo only, not for production. |
257257
| minio.image.registry | string | `"docker.io"` | |
258-
| minio.image.repository | string | `"bitnamilegacy/minio"` | |
259-
| minio.image.tag | string | `"2022.10.29-debian-11-r0"` | |
258+
| minio.image.repository | string | `"bitnami/minio"` | |
259+
| minio.image.tag | string | `"2023.12.23-debian-11-r3"` | |
260260
| minio.persistence.enabled | bool | `false` | Set minio.persistence.enabled to true to mount a new volume for internal minio |
261261
| mysql.auth.database | string | `"dolphinscheduler"` | mysql database |
262262
| mysql.auth.params | string | `"characterEncoding=utf8"` | mysql params |
@@ -265,23 +265,23 @@ Please refer to the [Quick Start in Kubernetes](../../../docs/docs/en/guide/inst
265265
| mysql.driverClassName | string | `"com.mysql.cj.jdbc.Driver"` | mysql driverClassName |
266266
| mysql.enabled | bool | `false` | If not exists external MySQL, by default, the DolphinScheduler will use a internal MySQL |
267267
| mysql.image.registry | string | `"docker.io"` | |
268-
| mysql.image.repository | string | `"bitnamilegacy/mysql"` | |
269-
| mysql.image.tag | string | `"8.0.31-debian-11-r0"` | |
268+
| mysql.image.repository | string | `"bitnami/mysql"` | |
269+
| mysql.image.tag | string | `"8.0.36-debian-12-r8"` | |
270270
| mysql.primary.persistence.enabled | bool | `false` | Set mysql.primary.persistence.enabled to true to mount a new volume for internal MySQL |
271271
| mysql.primary.persistence.size | string | `"20Gi"` | `PersistentVolumeClaim` size |
272272
| mysql.primary.persistence.storageClass | string | `"-"` | MySQL data persistent volume storage class. If set to "-", storageClassName: "", which disables dynamic provisioning |
273+
| postgresql.auth.database | string | `"dolphinscheduler"` | The database for internal PostgreSQL |
274+
| postgresql.auth.password | string | `"root"` | The password for internal PostgreSQL |
275+
| postgresql.auth.username | string | `"root"` | The username for internal PostgreSQL |
273276
| postgresql.driverClassName | string | `"org.postgresql.Driver"` | The driverClassName for internal PostgreSQL |
274277
| postgresql.enabled | bool | `true` | If not exists external PostgreSQL, by default, the DolphinScheduler will use a internal PostgreSQL |
275278
| postgresql.image.registry | string | `"docker.io"` | |
276-
| postgresql.image.repository | string | `"bitnamilegacy/postgresql"` | |
277-
| postgresql.image.tag | string | `"11.11.0"` | |
279+
| postgresql.image.repository | string | `"bitnami/postgresql"` | |
280+
| postgresql.image.tag | string | `"15.1.0-debian-11-r12"` | |
278281
| postgresql.params | string | `"characterEncoding=utf8"` | The params for internal PostgreSQL |
279-
| postgresql.persistence.enabled | bool | `false` | Set postgresql.persistence.enabled to true to mount a new volume for internal PostgreSQL |
280-
| postgresql.persistence.size | string | `"20Gi"` | `PersistentVolumeClaim` size |
281-
| postgresql.persistence.storageClass | string | `"-"` | PostgreSQL data persistent volume storage class. If set to "-", storageClassName: "", which disables dynamic provisioning |
282-
| postgresql.postgresqlDatabase | string | `"dolphinscheduler"` | The database for internal PostgreSQL |
283-
| postgresql.postgresqlPassword | string | `"root"` | The password for internal PostgreSQL |
284-
| postgresql.postgresqlUsername | string | `"root"` | The username for internal PostgreSQL |
282+
| postgresql.primary.persistence.enabled | bool | `false` | Set postgresql.primary.persistence.enabled to true to mount a new volume for internal PostgreSQL |
283+
| postgresql.primary.persistence.size | string | `"20Gi"` | `PersistentVolumeClaim` size |
284+
| postgresql.primary.persistence.storageClass | string | `"-"` | PostgreSQL data persistent volume storage class. If set to "-", storageClassName: "", which disables dynamic provisioning |
285285
| registryEtcd.authority | string | `""` | Etcd authority |
286286
| registryEtcd.enabled | bool | `false` | If you want to use Etcd for your registry center, change this value to true. And set zookeeper.enabled to false |
287287
| registryEtcd.endpoints | string | `""` | Etcd endpoints |
@@ -377,8 +377,8 @@ Please refer to the [Quick Start in Kubernetes](../../../docs/docs/en/guide/inst
377377
| zookeeper.enabled | bool | `true` | If not exists external registry, the zookeeper registry will be used by default. |
378378
| zookeeper.fourlwCommandsWhitelist | string | `"srvr,ruok,wchs,cons"` | A list of comma separated Four Letter Words commands to use |
379379
| zookeeper.image.registry | string | `"docker.io"` | |
380-
| zookeeper.image.repository | string | `"bitnamilegacy/zookeeper"` | |
381-
| zookeeper.image.tag | string | `"3.8.4"` | |
380+
| zookeeper.image.repository | string | `"bitnami/zookeeper"` | |
381+
| zookeeper.image.tag | string | `"3.9.3-debian-12-r21"` | |
382382
| zookeeper.persistence.enabled | bool | `false` | Set `zookeeper.persistence.enabled` to true to mount a new volume for internal ZooKeeper |
383383
| zookeeper.persistence.size | string | `"20Gi"` | PersistentVolumeClaim size |
384384
| zookeeper.persistence.storageClass | string | `"-"` | ZooKeeper data persistent volume storage class. If set to "-", storageClassName: "", which disables dynamic provisioning |

0 commit comments

Comments
 (0)