helm chart for ghost
  • Go Template 80.4%
  • Shell 19.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
JesseBot 6af9fe2bed
All checks were successful
Renovate / run-renovate (push) Successful in 8s
Renovate / renovate (push) Successful in 0s
fix renovate
2026-08-16 22:43:55 +02:00
.forgejo fix renovate 2026-08-16 22:43:55 +02:00
charts/ghost Update to version 2.22.0 and regenerate docs. 2026-08-14 10:53:11 +00:00
.pre-commit-config.yaml add precommit, add db root pw, add broken user creation script, explain more stuff in readme 2025-09-28 11:29:54 +02:00
LICENSE attempt 1 at a basic ghost blog 2025-09-28 10:51:35 +02:00
README.md clean up directory references 2026-06-21 11:18:18 +02:00
renovate.json clean up renovate and add helm lint and label checks 2026-06-25 10:58:25 +02:00

Ghost helm chart

Yet another (unofficial) Ghost helm chart. This one is licensed AGPL, so please feel free to do as you like as long as you keep it open source 💚

This helm chart deploys:

  • Deployments/Services for:
    • Ghost
    • ActivityPub (and migrations image to run before that as an initContainer)
    • nginx-proxy (should you need that)
  • PersistentVolumeClaim (or you can provide an existing one)
  • Ingress (includes activityPub routes)
  • Secrets (or you can provide your own):
    • MySQL credentials (one for ActivityPub and one for Ghost)
    • SMTP credentials
    • Ghost Admin credentials (these don't do anything yet, but you can set them for your own automation)

TLDR

You can find the helm parameters in the values.yaml and the auto-generated docs in the chart README.md.

Please read through the parameters and modify them locally before installing the chart (using codeberg.org):

# Setup this registry from the command line:
helm repo add codeberg.org https://codeberg.org/api/packages/open-engineering/helm
helm repo update

# To install the package, run the following command:
helm install ghost codeberg.org/ghost

Example usage in Argo CD

If you're using Argo CD, you may find this App of apps directory useful:

https://codeberg.org/open-engineering/argocd-apps/src/main/ghost/smol-app