From 463e91e60e3bf35f6973f533095a3db3cbbe532b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Sun, 28 Aug 2022 10:38:04 +0200
Subject: [PATCH] Update ghost chart for Ghost 5.12.0 (#1158)

---
 charts/ghost/Chart.yaml      | 4 ++--
 charts/ghost/README.md       | 2 +-
 charts/ghost/RELEASENOTES.md | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml
index d4083cb1..f87f5643 100644
--- a/charts/ghost/Chart.yaml
+++ b/charts/ghost/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.56.0
+version: 0.57.0
 
-appVersion: "5.11.0"
+appVersion: "5.12.0"
 
 dependencies:
   - name: mariadb
diff --git a/charts/ghost/README.md b/charts/ghost/README.md
index 89d0184e..cafcac29 100644
--- a/charts/ghost/README.md
+++ b/charts/ghost/README.md
@@ -1,6 +1,6 @@
 # Ghost
 
-![Version: 0.56.0](https://img.shields.io/badge/Version-0.56.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.11.0](https://img.shields.io/badge/AppVersion-5.11.0-informational?style=flat-square)
+![Version: 0.57.0](https://img.shields.io/badge/Version-0.57.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.12.0](https://img.shields.io/badge/AppVersion-5.12.0-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/ghost/RELEASENOTES.md b/charts/ghost/RELEASENOTES.md
index 4f1c61f9..12653824 100644
--- a/charts/ghost/RELEASENOTES.md
+++ b/charts/ghost/RELEASENOTES.md
@@ -50,4 +50,5 @@
 | 0.54.0 | 5.9.4 | Upgraded to Ghost 5.9.4 |
 | 0.55.0 | 5.10.1 | Upgraded to Ghost 5.10.1 |
 | 0.56.0 | 5.11.0 | Upgraded to Ghost 5.11.0 |
+| 0.57.0 | 5.12.0 | Upgraded to Ghost 5.12.0 |
 | | | |
-- 
GitLab