Skip to content

Commit 4d420c0

Browse files
update README with mariadb-galera
1 parent 383f936 commit 4d420c0

File tree

2 files changed

+15
-21
lines changed

2 files changed

+15
-21
lines changed

.github/workflows/helm-chart-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run chart-releaser
4141
run: |
4242
wget -O /tmp/chart-releaser_1.6.1_linux_amd64.tar.gz https://github.com/helm/chart-releaser/releases/download/v1.6.1/chart-releaser_1.6.1_linux_amd64.tar.gz
43-
tar -zxvf /tmp/chart-releaser_1.6.1_linux_amd64.tar.gz
43+
tar -zxvf /tmp/chart-releaser_1.6.1_linux_amd64.tar.gz -C /tmp
4444
/tmp/cr package .
4545
/tmp/cr upload --owner ${{ github.repository_owner }} --git-repo ${{ github.repository }} --packages-with-index --token ${{ secrets.GITHUB_TOKEN }} --push --skip-existing
4646
/tmp/cr index --owner ${{ github.repository_owner }} --git-repo ${{ github.repository }} --packages-with-index --index-path . --token ${{ secrets.GITHUB_TOKEN }} --push

README.md

+14-20
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ ctfd:
153153
154154
| Repository | Name | Version |
155155
|------------|------|---------|
156-
| https://charts.bitnami.com/bitnami | mariadb | 19.0.5 |
156+
| https://charts.bitnami.com/bitnami | mariadb-galera | 14.0.12 |
157157
| https://charts.bitnami.com/bitnami | redis | 20.0.5 |
158158
| https://seaweedfs.github.io/seaweedfs/helm | seaweedfs | 4.0.0 |
159159
@@ -174,7 +174,7 @@ ctfd:
174174
| ctfd.imagePullSecrets | list | `[]` | Image pull secrets (use this for private repos) |
175175
| ctfd.ingress.annotations | object | `{}` | Ingress annotations |
176176
| ctfd.ingress.className | string | `""` | Ingress class |
177-
| ctfd.ingress.enabled | bool | `false` | Enables ingress |
177+
| ctfd.ingress.enabled | bool | `true` | Enables ingress |
178178
| ctfd.initContainers | list | `[]` | |
179179
| ctfd.livenessProbe | object | Check `values.yaml` | CTFd readiness probe |
180180
| ctfd.nameOverride | string | `""` | Chart name override |
@@ -206,24 +206,18 @@ ctfd:
206206
| ctfd.uploadprovider.s3.secret_access_key | string | `""` | AWS S3 bucket access key |
207207
| ctfd.volumeMounts | list | `[]` | CTFd volumeMounts |
208208
| ctfd.volumes | list | `[]` | CTFd volumes |
209-
| mariadb.architecture | string | `"standalone"` | MariaDB Architecture (`standalone`, `replication`) |
210-
| mariadb.auth.database | string | `"ctfd"` | |
211-
| mariadb.auth.password | string | `"ctfd"` | |
212-
| mariadb.auth.rootPassword | string | `"ctfd"` | |
213-
| mariadb.auth.username | string | `"ctfd"` | |
214-
| mariadb.enabled | bool | `true` | Deploys bitnami's mariadb (set to false if you want to use an external database) |
215-
| mariadb.external | object | ignored | External database connection details. Takes effect if `mariadb.enabled` is set to false |
216-
| mariadb.metrics.enabled | bool | `true` | |
217-
| mariadb.primary.extraFlags | string | Check `values.yaml`. Used by official CTFd `docker-compose.yml` | MariaDB primary entrypoint extra flags |
218-
| mariadb.primary.persistence.enabled | bool | `true` | |
219-
| mariadb.primary.persistence.size | string | `"2Gi"` | |
220-
| mariadb.primary.resourcesPreset | string | `"small"` | Check Bintami's documentation |
221-
| mariadb.secondary.extraFlags | string | Check `values.yaml`. Used by official CTFd `docker-compose.yml` | MariaDB primary entrypoint extra flags |
222-
| mariadb.secondary.persistence.enabled | bool | `true` | |
223-
| mariadb.secondary.persistence.size | string | `"2Gi"` | |
224-
| mariadb.secondary.replicaCount | int | `1` | |
225-
| mariadb.secondary.resourcesPreset | string | `"small"` | Check Bintami's documentation |
226-
| mariadb.volumePermissions.enabled | bool | `true` | |
209+
| mariadb-galera.db.name | string | `"ctfd"` | |
210+
| mariadb-galera.db.password | string | `"ctfd"` | |
211+
| mariadb-galera.db.user | string | `"ctfd"` | |
212+
| mariadb-galera.enabled | bool | `true` | Deploys bitnami's mariadb-galera (set to false if you want to use an external database) |
213+
| mariadb-galera.external | object | ignored | External database connection details. Takes effect if `mariadb.enabled` is set to false |
214+
| mariadb-galera.extraFlags | string | Check `values.yaml`. Used by official CTFd `docker-compose.yml` | MariaDB primary entrypoint extra flags |
215+
| mariadb-galera.galera.mariabackup.password | string | `"ctfd"` | |
216+
| mariadb-galera.metrics.enabled | bool | `true` | |
217+
| mariadb-galera.persistence.enabled | bool | `true` | |
218+
| mariadb-galera.persistence.size | string | `"2Gi"` | |
219+
| mariadb-galera.resourcesPreset | string | `"large"` | |
220+
| mariadb-galera.rootUser.password | string | `"ctfd"` | |
227221
| redis.auth.enabled | bool | `false` | |
228222
| redis.enabled | bool | `true` | Deploys bitnami's redis (set to false if you want to use an external cache) |
229223
| redis.external | object | ignored | External redis cache connection details. Takes effect if `redis.enabled` is set to false |

0 commit comments

Comments
 (0)