From 85a5d98f328172f464afaee4dc0c4e58e270284a Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Fri, 18 Aug 2023 17:32:33 +0200
Subject: [PATCH] Updated ghost chart for Ghost 5.91.1

---
 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 2c488bc1..71b9b37b 100644
--- a/charts/ghost/Chart.yaml
+++ b/charts/ghost/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.100.1"
+version: "0.100.2"
 
-appVersion: "5.59.0"
+appVersion: "5.59.1"
 
 dependencies:
   - name: mariadb
diff --git a/charts/ghost/README.md b/charts/ghost/README.md
index d5475ab7..d426eed5 100644
--- a/charts/ghost/README.md
+++ b/charts/ghost/README.md
@@ -1,6 +1,6 @@
 # Ghost
 
-![Version: 0.100.1](https://img.shields.io/badge/Version-0.100.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.59.0](https://img.shields.io/badge/AppVersion-5.59.0-informational?style=flat-square)
+![Version: 0.100.2](https://img.shields.io/badge/Version-0.100.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.59.1](https://img.shields.io/badge/AppVersion-5.59.1-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/ghost/RELEASENOTES.md b/charts/ghost/RELEASENOTES.md
index 948f5252..cf7b7f03 100644
--- a/charts/ghost/RELEASENOTES.md
+++ b/charts/ghost/RELEASENOTES.md
@@ -148,4 +148,5 @@
 | 0.99.1 | 5.58.0 | Updated chart dependencies (mysql 0.1.10) |
 | 0.100.0 | 5.59.0 | Upgraded to Ghost 5.59.0 |
 | 0.100.1 | 5.59.0 | Updated chart dependencies (mariadb 0.2.28) |
+| 0.100.2 | 5.59.1 | Upgraded to Ghost 5.59.1 |
 | | | |
-- 
GitLab