@@ -44,6 +44,8 @@ This is the official Helm Chart for WunderGraph Cosmo - The Full Lifecycle Graph
4444| clickhouse.auth.password | string | ` "changeme" ` | |
4545| clickhouse.auth.username | string | ` "default" ` | |
4646| clickhouse.commonAnnotations."kapp.k14s.io/change-group" | string | ` "cosmo.apps.clickhouse.wundergraph.com/deployment" ` | |
47+ | clickhouse.image.registry | string | ` "docker.io" ` | |
48+ | clickhouse.image.repository | string | ` "bitnamilegacy/clickhouse" ` | |
4749| clickhouse.initdbScripts."db-init.sh" | string | ` "#!/bin/bash\nset -e\nclickhouse-client --user $CLICKHOUSE_ADMIN_USER --password $CLICKHOUSE_ADMIN_PASSWORD -n <<-EOSQL\n CREATE DATABASE IF NOT EXISTS cosmo;\nEOSQL\n" ` | |
4850| clickhouse.persistence.annotations."kapp.k14s.io/owned-for-deletion" | string | ` "" ` | |
4951| clickhouse.persistence.size | string | ` "2Gi" ` | |
@@ -202,6 +204,8 @@ This is the official Helm Chart for WunderGraph Cosmo - The Full Lifecycle Graph
202204| minio.auth.rootUser | string | ` "minio" ` | |
203205| minio.commonAnnotations."kapp.k14s.io/change-group" | string | ` "cosmo.apps.minio.wundergraph.com/deployment" ` | |
204206| minio.defaultBuckets | string | ` "cosmo" ` | |
207+ | minio.image.registry | string | ` "docker.io" ` | |
208+ | minio.image.repository | string | ` "bitnamilegacy/minio" ` | |
205209| minio.persistence.annotations."kapp.k14s.io/owned-for-deletion" | string | ` "" ` | |
206210| minio.persistence.size | string | ` "1Gi" ` | |
207211| minio.service.ports.minio | int | ` 9000 ` | |
@@ -219,6 +223,8 @@ This is the official Helm Chart for WunderGraph Cosmo - The Full Lifecycle Graph
219223| postgresql.auth.password | string | ` "changeme" ` | |
220224| postgresql.auth.username | string | ` "postgres" ` | |
221225| postgresql.commonAnnotations."kapp.k14s.io/change-group" | string | ` "cosmo.apps.postgresql.wundergraph.com/deployment" ` | |
226+ | postgresql.image.registry | string | ` "docker.io" ` | |
227+ | postgresql.image.repository | string | ` "bitnamilegacy/postgresql" ` | |
222228| postgresql.primary.initdb.password | string | ` "changeme" ` | |
223229| postgresql.primary.initdb.scripts."01_init_keycloak.sql" | string | ` "-- Create the database for Keycloak\nCREATE DATABASE \"keycloak\";\n" ` | |
224230| postgresql.primary.initdb.user | string | ` "postgres" ` | |
@@ -228,6 +234,8 @@ This is the official Helm Chart for WunderGraph Cosmo - The Full Lifecycle Graph
228234| redis.auth.enabled | bool | ` false ` | |
229235| redis.commonAnnotations."kapp.k14s.io/change-group" | string | ` "cosmo.apps.redis.wundergraph.com/deployment" ` | |
230236| redis.commonConfiguration | string | ` "# Enable AOF https://redis.io/topics/persistence#append-only-file\nappendonly yes\n# Enable RDB persistence (backup every 24h)\nsave \"86400 1\"\n# Disable maxmemory-policy https://redis.io/topics/lru-cache#eviction-policies\nmaxmemory-policy noeviction\n# Set maxmemory to 100mb\nmaxmemory 100mb" ` | |
237+ | redis.image.registry | string | ` "docker.io" ` | |
238+ | redis.image.repository | string | ` "bitnamilegacy/redis" ` | |
231239| redis.master.persistence.annotations."kapp.k14s.io/owned-for-deletion" | string | ` "" ` | |
232240| redis.master.persistence.enabled | bool | ` true ` | |
233241| redis.master.persistence.size | string | ` "1Gi" ` | |
0 commit comments