A simple Helm chart to deploy Wordpress at Hanse
  • Go Template 100%
Find a file
2026-06-18 15:18:02 +00:00
.forgejo/workflows Update actions/checkout action to v7 2026-06-18 15:18:02 +00:00
charts/wordpress Merge branch 'main' into renovate/docker.io-library-wordpress-7.x 2026-06-11 08:08:35 +00: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