MariaDB / MariaDB/mariadb-docker

Community Helm chart for MariaDB on Kubernetes — HelmForge

Open
#682 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
931
Forks
445
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the repository's documentation entry points and the linked HelmForge MariaDB chart and documentation first. Add a community Kubernetes deployment mention only where it fits, preserving the chart, install, and documentation links; done means the option is accurately represented in the published documentation.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, helm, kubernetes, mariadb
Domain
databases, devops, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.