File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,9 @@ ctfd:
211211| mariadb-galera.extraFlags | string | Check `values.yaml`. Used by official CTFd `docker-compose.yml` | MariaDB primary entrypoint extra flags |
212212| mariadb-galera.galera | object | `{"mariabackup":{"password":"ctfd"}}` | backup user (This is required by the subchart to do helm upgrades) |
213213| mariadb-galera.galera.mariabackup.password | string | `"ctfd"` | backup user (This is required by the subchart to do helm upgrades) |
214+ | mariadb-galera.image.registry | string | `"docker.io"` | |
215+ | mariadb-galera.image.repository | string | `"bitnamilegacy/mariadb-galera"` | |
216+ | mariadb-galera.image.tag | string | `"11.4.4-debian-12-r0"` | |
214217| mariadb-galera.metrics.enabled | bool | `false` | |
215218| mariadb-galera.persistence.enabled | bool | `true` | |
216219| mariadb-galera.persistence.size | string | `"2Gi"` | PVC size |
@@ -228,6 +231,9 @@ ctfd:
228231| redis.auth.enabled | bool | `false` | |
229232| redis.enabled | bool | `true` | Deploys bitnami's redis (set to false if you want to use an external cache) |
230233| redis.external | object | ignored | External redis cache connection details. Takes effect if `redis.enabled` is set to false |
234+ | redis.image.image | string | `"bitnamilegacy/redis"` | |
235+ | redis.image.repository | string | `"docker.io"` | |
236+ | redis.image.tag | string | `"7.4.0-debian-12-r2"` | |
231237| redis.master.count | int | `1` | |
232238| redis.master.persistence.enabled | bool | `false` | |
233239| redis.master.resourcesPreset | string | `"micro"` | Check Bintami's documentation |
Original file line number Diff line number Diff line change @@ -192,6 +192,10 @@ ctfd:
192192mariadb-galera :
193193 # -- Deploys bitnami's mariadb-galera (set to false if you want to use an external database)
194194 enabled : true
195+ image :
196+ registry : docker.io
197+ repository : bitnamilegacy/mariadb-galera
198+ tag : 11.4.4-debian-12-r0
195199 # -- Number of primary nodes replicas
196200 replicaCount : 3
197201 db :
@@ -237,6 +241,10 @@ mariadb-galera:
237241redis :
238242 # -- Deploys bitnami's redis (set to false if you want to use an external cache)
239243 enabled : true # set to false if you want to use an external redis
244+ image :
245+ repository : docker.io
246+ image : bitnamilegacy/redis
247+ tag : 7.4.0-debian-12-r2
240248 # -- External redis cache connection details. Takes effect if `redis.enabled` is set to false
241249 # @default -- ignored
242250 external :
You can’t perform that action at this time.
0 commit comments