A simple Helm chart to deploy Wordpress at Hanse
Find a file
Stefan Bethke 1dfa6d1b53
All checks were successful
Helm OCI / Build and Deploy (release) Successful in 8s
Use correct template name
2026-02-19 11:12:04 +01:00
.forgejo/workflows Use correct syntax 2026-02-18 12:43:59 +01:00
charts/wordpress Use correct template name 2026-02-19 11:12:04 +01:00
localhost-values.yaml First attempt at a Helm chart for Wordpress at Hanse. 2026-02-18 11:30:18 +01:00
README.md First attempt at a Helm chart for Wordpress at Hanse. 2026-02-18 11:30:18 +01:00

A simple chart for Wordpess for Hanse

This chart has been put together to suit the handful of Wordpress instances we run at Hanse. See charts/wordpress/README.md for the available values.

Updating the values.yaml documentation

docker run --rm --volume "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:latest

Testing locally

You can test the chart in a local cluster, for example with Docker Desktop, like so:

helm upgrade --install --values ./localhost-values.yaml test ./charts/wordpress