Hi! I maintain a community Helm chart for MariaDB as part of HelmForge, an MIT-licensed open-source Helm chart repository. The chart uses the official mariadb Docker image from this repository.
With Bitnami moving towards a more restrictive model, there's growing demand for Helm charts that use official upstream images instead of custom Bitnami builds. This chart fills that gap.
The chart supports:
- Official
mariadb image — no custom builds or proprietary layers
- Standalone and GTID-based replication architectures
- TLS encryption for client and replication connections
- Prometheus metrics via mysqld-exporter sidecar with optional ServiceMonitor
- Configuration presets — small, medium, large resource profiles
- S3-compatible backup — CronJob with mysqldump, uploads to any S3 endpoint
- Custom my.cnf via values — no need to mount external ConfigMaps
- CI validated with lint, template, helm-unittest, and kubeconform
This is a community chart, not affiliated with the MariaDB project.
Install:
helm repo add helmforge https://repo.helmforge.dev
helm install mariadb helmforge/mariadb
# Or via OCI
helm install mariadb oci://ghcr.io/helmforgedev/helm/mariadb
Would you be open to mentioning this as a community Kubernetes deployment option in the documentation?
Hi! I maintain a community Helm chart for MariaDB as part of HelmForge, an MIT-licensed open-source Helm chart repository. The chart uses the official
mariadbDocker image from this repository.With Bitnami moving towards a more restrictive model, there's growing demand for Helm charts that use official upstream images instead of custom Bitnami builds. This chart fills that gap.
The chart supports:
mariadbimage — no custom builds or proprietary layersThis is a community chart, not affiliated with the MariaDB project.
Install:
helm repo add helmforge https://repo.helmforge.dev helm install mariadb helmforge/mariadb # Or via OCI helm install mariadb oci://ghcr.io/helmforgedev/helm/mariadbWould you be open to mentioning this as a community Kubernetes deployment option in the documentation?