From 66e93d704e2afbe4266ef857114a7af2df081cab Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Tue, 21 Sep 2021 11:20:16 +0200
Subject: [PATCH] Update ghost chart fro Ghost 4.15.0 (#600)

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

diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml
index c11912d6..84334062 100644
--- a/charts/ghost/Chart.yaml
+++ b/charts/ghost/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.17.0
+version: 0.18.0
 
-appVersion: "4.14.0"
+appVersion: "4.15.0"
 
 dependencies:
   - name: mariadb
diff --git a/charts/ghost/README.md b/charts/ghost/README.md
index ecda316f..63eba5e1 100644
--- a/charts/ghost/README.md
+++ b/charts/ghost/README.md
@@ -1,6 +1,6 @@
 # Ghost
 
-![Version: 0.17.0](https://img.shields.io/badge/Version-0.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.14.0](https://img.shields.io/badge/AppVersion-4.14.0-informational?style=flat-square)
+![Version: 0.18.0](https://img.shields.io/badge/Version-0.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.15.0](https://img.shields.io/badge/AppVersion-4.15.0-informational?style=flat-square)
 
 A Helm chart for Ghost blog on Kubernetes
 
-- 
GitLab