Skip to content

Commit d055606

Browse files
author
Your Name
committed
Set bitnami image repository to legacy
1 parent b1d5bc4 commit d055606

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ ctfd:
192192
mariadb-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:
237241
redis:
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:

0 commit comments

Comments
 (0)