From bef2615d1fc058ccb18bd24b0e01f411da90f5e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Wed, 23 Feb 2022 16:10:53 +0100
Subject: [PATCH] Upgrade ghost chart for Ghost 4.36.3 (#891)

---
 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 eebfc093..32eacfe9 100644
--- a/charts/ghost/Chart.yaml
+++ b/charts/ghost/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.37.1
+version: 0.37.2
 
-appVersion: "4.36.1"
+appVersion: "4.36.3"
 
 dependencies:
   - name: mariadb
diff --git a/charts/ghost/README.md b/charts/ghost/README.md
index aac10435..0733222b 100644
--- a/charts/ghost/README.md
+++ b/charts/ghost/README.md
@@ -1,6 +1,6 @@
 # Ghost
 
-![Version: 0.37.1](https://img.shields.io/badge/Version-0.37.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.36.1](https://img.shields.io/badge/AppVersion-4.36.1-informational?style=flat-square)
+![Version: 0.37.2](https://img.shields.io/badge/Version-0.37.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.36.3](https://img.shields.io/badge/AppVersion-4.36.3-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/ghost/RELEASENOTES.md b/charts/ghost/RELEASENOTES.md
index 472bc3b0..5919ade9 100644
--- a/charts/ghost/RELEASENOTES.md
+++ b/charts/ghost/RELEASENOTES.md
@@ -14,4 +14,5 @@
 | 0.36.1 | 4.35.0 | Updated chart dependencies (mariadb 0.2.18) |
 | 0.37.0 | 4.36.0 | Upgraded to Ghost 4.36.0 |
 | 0.37.1 | 4.36.1 | Upgraded to Ghost 4.36.1 |
+| 0.37.2 | 4.36.3 | Upgraded to Ghost 4.36.3 |
 | | | |
-- 
GitLab