Skip to content
Snippets Groups Projects
README.md 9.05 KiB

Ghost

Version: 0.149.0 Type: application AppVersion: 5.110.0

Changelog

⚠️ An upgrade to Ghost 4.46.x, Ghost 4.47.x or Ghost 4.48.x with MariaDB as database will fail - Upgrading to Ghost 5.0.0 with MariaDB as database backend works only with Ghost >=4.46.2 - Using MySQL as database backend is highly recommended and will support the full upgrade path

see RELEASENOTES.md

A Helm chart for Ghost blog on Kubernetes

TL;DR

helm repo add groundhog2k https://groundhog2k.github.io/helm-charts/
helm install my-release groundhog2k/ghost

Introduction

This chart uses the original Ghost image from Docker Hub to deploy a Ghost blog in Kubernetes.

It fully supports deployment of the multi-architecture docker image.

Prerequisites

  • Kubernetes 1.12+
  • Helm 3.x
  • PV provisioner support in the underlying infrastructure

Installing the Chart

To install the chart with the release name my-release:

helm install my-release groundhog2k/ghost

Uninstalling the Chart

To uninstall/delete the my-release deployment:

helm uninstall my-release

Requirements