A simple Helm chart to deploy Wordpress at Hanse
Find a file
2026-03-25 18:33:51 +00:00
.forgejo/workflows Update actions/checkout action to v6 2026-03-25 18:33:51 +00:00
charts/wordpress Reduce minimum resources 2026-03-25 19:16:05 +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
renovate.json Add renovate.json 2026-03-25 18:28:03 +00: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