From 220585f9309a25b9b03d41e19a8c21ca267e786f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Tue, 15 Mar 2022 16:14:52 +0100
Subject: [PATCH] Update ghost chart for Ghost 4.39.0 (#914)

---
 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 853230d6..9aa6cd6f 100644
--- a/charts/ghost/Chart.yaml
+++ b/charts/ghost/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.39.1
+version: 0.40.0
 
-appVersion: "4.38.1"
+appVersion: "4.39.0"
 
 dependencies:
   - name: mariadb
diff --git a/charts/ghost/README.md b/charts/ghost/README.md
index f558d45b..8b45b74e 100644
--- a/charts/ghost/README.md
+++ b/charts/ghost/README.md
@@ -1,6 +1,6 @@
 # Ghost
 
-![Version: 0.39.1](https://img.shields.io/badge/Version-0.39.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.38.1](https://img.shields.io/badge/AppVersion-4.38.1-informational?style=flat-square)
+![Version: 0.40.0](https://img.shields.io/badge/Version-0.40.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.39.0](https://img.shields.io/badge/AppVersion-4.39.0-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/ghost/RELEASENOTES.md b/charts/ghost/RELEASENOTES.md
index 4d160262..faae88c0 100644
--- a/charts/ghost/RELEASENOTES.md
+++ b/charts/ghost/RELEASENOTES.md
@@ -18,4 +18,5 @@
 | 0.38.0 | 4.37.0 | Upgraded to Ghost 4.37.0 |
 | 0.39.0 | 4.38.0 | Upgraded to Ghost 4.38.0 |
 | 0.39.1 | 4.38.1 | Upgraded to Ghost 4.38.1 |
+| 0.40.0 | 4.39.0 | Upgraded to Ghost 4.39.0 |
 | | | |
-- 
GitLab