Skip to content

Commit db8c893

Browse files
Merge pull request #89 from directus-labs/update-helm-docs
Update helm docs
2 parents 2b1cb4a + a9e68f4 commit db8c893

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

charts/directus/README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# directus
22

3-
![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.11.0](https://img.shields.io/badge/AppVersion-11.11.0-informational?style=flat-square)
3+
![Version: 2.0.7](https://img.shields.io/badge/Version-2.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.13.0](https://img.shields.io/badge/AppVersion-11.13.0-informational?style=flat-square)
44

55
A Helm chart for installing Directus on Kubernetes.
66
Directus is a real-time API and App dashboard for managing SQL database content.
@@ -11,7 +11,7 @@ Directus is a real-time API and App dashboard for managing SQL database content.
1111

1212
| Name | Email | Url |
1313
| ---- | ------ | --- |
14-
| mikesindieiev | <[email protected]> | <https://github.com/directus-labs/helm-chart> |
14+
| mykhailo-sindieiev | <[email protected]> | <https://github.com/directus-labs/helm-chart> |
1515

1616
## Source Code
1717

@@ -22,9 +22,9 @@ Directus is a real-time API and App dashboard for managing SQL database content.
2222

2323
| Repository | Name | Version |
2424
|------------|------|---------|
25-
| https://charts.bitnami.com/bitnami | mysql | ~13.0.0 |
26-
| https://charts.bitnami.com/bitnami | postgresql | ~16.7.8 |
27-
| https://charts.bitnami.com/bitnami | redis | ~21.1.11 |
25+
| oci://registry-1.docker.io/bitnamicharts | mysql | ~14.0.3 |
26+
| oci://registry-1.docker.io/bitnamicharts | postgresql | ~16.7.27 |
27+
| oci://registry-1.docker.io/bitnamicharts | redis | ~23.2.6 |
2828

2929
## Values
3030

@@ -64,6 +64,8 @@ Directus is a real-time API and App dashboard for managing SQL database content.
6464
| mysql.auth.existingSecret | string | `"directus-mysql-secret"` | |
6565
| mysql.auth.username | string | `"directus_mysql"` | |
6666
| mysql.enableInstallation | bool | `true` | The switch to switch off the installation of the mysql. The rest of the settings are being used during the installation and for DB connection. Link to the values.yaml file in bitnami repo - https://github.com/bitnami/charts/blob/main/bitnami/mysql/values.yaml |
67+
| mysql.global | object | `{"security":{"allowInsecureImages":true}}` | Global security settings for mysql image. Set to true to allow insecure images from bitnamilegacy repository |
68+
| mysql.image | object | `{"registry":"docker.io","repository":"bitnamilegacy/mysql","tag":"9.4.0-debian-12-r1"}` | MySQL image settings |
6769
| mysql.mysqlPort | string | `""` | |
6870
| mysql.mysqlURL | string | `""` | |
6971
| nameOverride | string | `""` | Helm name override in Chart.yaml. This name is being used for resource naming |
@@ -74,6 +76,8 @@ Directus is a real-time API and App dashboard for managing SQL database content.
7476
| postgresql.auth.existingSecret | string | `"directus-postgresql-secret"` | |
7577
| postgresql.auth.username | string | `"directus_postgres"` | |
7678
| postgresql.enableInstallation | bool | `false` | The switch to switch off the installation of the postgresql. The rest of the settings are being used during the installation and for DB connection. Link to the values.yaml file in bitnami repo - https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml |
79+
| postgresql.global | object | `{"security":{"allowInsecureImages":true}}` | Global security settings for postgresql image. Set to true to allow insecure images from bitnamilegacy repository |
80+
| postgresql.image | object | `{"registry":"docker.io","repository":"bitnamilegacy/postgresql","tag":"17.6.0-debian-12-r4"}` | PostgreSQL image settings |
7781
| postgresql.postgresqlPort | string | `""` | |
7882
| postgresql.postgresqlURL | string | `""` | |
7983
| readinessProbe.enabled | bool | `true` | |
@@ -82,6 +86,8 @@ Directus is a real-time API and App dashboard for managing SQL database content.
8286
| redis.auth.existingSecret | string | `""` | Existing secret name with Redis password |
8387
| redis.auth.existingSecretPasswordKey | string | `""` | The key in the secret with password |
8488
| redis.enabled | bool | `true` | Switch to enable Redis |
89+
| redis.global | object | `{"security":{"allowInsecureImages":true}}` | Global security settings for redis image. Set to true to allow insecure images from bitnamilegacy repository |
90+
| redis.image | object | `{"registry":"docker.io","repository":"bitnamilegacy/redis","tag":"8.2.1-debian-12-r0"}` | Redis image settings |
8591
| redis.replica.replicaCount | int | `0` | Amount of Redis replicas |
8692
| replicaCount | int | `1` | |
8793
| resources | object | `{}` | |

0 commit comments

Comments
 (0)