phpMyAdmin version
5.2.3
Describe the feature
A community Helm chart for phpMyAdmin is available as part of HelmForge, an MIT-licensed open-source Helm chart repository. I'd like to suggest listing it as a community deployment option for Kubernetes users.
The chart supports:
- Official
phpmyadmin Docker image
- Multi-server configuration — connect to multiple MySQL/MariaDB instances
- Auto-login support via
PMA_USER / PMA_PASSWORD environment variables
- Custom PHP configuration via configMap
- Ingress support with TLS for the web UI
- Arbitrary server mode — allow users to enter any server address at login
- CI validated with lint, template, helm-unittest, and kubeconform
This is a community chart, not affiliated with the phpMyAdmin project.
Describe the solution
The chart is already published and available:
helm repo add helmforge https://repo.helmforge.dev
helm install phpmyadmin helmforge/phpmyadmin
# Or via OCI
helm install phpmyadmin oci://ghcr.io/helmforgedev/helm/phpmyadmin
Additional context
Would you be open to listing this in the phpMyAdmin documentation or wiki as a community deployment option for Kubernetes?
phpMyAdmin version
5.2.3
Describe the feature
A community Helm chart for phpMyAdmin is available as part of HelmForge, an MIT-licensed open-source Helm chart repository. I'd like to suggest listing it as a community deployment option for Kubernetes users.
The chart supports:
phpmyadminDocker imagePMA_USER/PMA_PASSWORDenvironment variablesThis is a community chart, not affiliated with the phpMyAdmin project.
Describe the solution
The chart is already published and available:
helm repo add helmforge https://repo.helmforge.dev helm install phpmyadmin helmforge/phpmyadmin # Or via OCI helm install phpmyadmin oci://ghcr.io/helmforgedev/helm/phpmyadminAdditional context
Would you be open to listing this in the phpMyAdmin documentation or wiki as a community deployment option for Kubernetes?