You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
67
69
| mysql.mysqlPort | string |`""`||
68
70
| mysql.mysqlURL | string |`""`||
69
71
| 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.
| 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 |
@@ -82,6 +86,8 @@ Directus is a real-time API and App dashboard for managing SQL database content.
82
86
| redis.auth.existingSecret | string |`""`| Existing secret name with Redis password |
83
87
| redis.auth.existingSecretPasswordKey | string |`""`| The key in the secret with password |
84
88
| 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 |
0 commit comments