From 2762fece0834b69b6f9275d81540a21142915539 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Thu, 18 Jan 2024 20:01:35 +0100
Subject: [PATCH] Updated ghost chart for Ghost 5.76.0

* Updated ghost chart for Ghost 5.76.0
---
 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 42243dc8..ec58349a 100644
--- a/charts/ghost/Chart.yaml
+++ b/charts/ghost/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.116.6"
+version: "0.117.0"
 
-appVersion: "5.75.3"
+appVersion: "5.76.0"
 
 dependencies:
   - name: mariadb
diff --git a/charts/ghost/README.md b/charts/ghost/README.md
index 756d57c0..0b33cc69 100644
--- a/charts/ghost/README.md
+++ b/charts/ghost/README.md
@@ -1,6 +1,6 @@
 # Ghost
 
-![Version: 0.116.6](https://img.shields.io/badge/Version-0.116.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.75.3](https://img.shields.io/badge/AppVersion-5.75.3-informational?style=flat-square)
+![Version: 0.117.0](https://img.shields.io/badge/Version-0.117.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.76.0](https://img.shields.io/badge/AppVersion-5.76.0-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/ghost/RELEASENOTES.md b/charts/ghost/RELEASENOTES.md
index 6b22117a..3ee2973e 100644
--- a/charts/ghost/RELEASENOTES.md
+++ b/charts/ghost/RELEASENOTES.md
@@ -183,4 +183,5 @@
 | 0.116.4 | 5.75.2 | Refactored ingress configuration and added optional labels and pathType |
 | 0.116.5 | 5.75.2 | Added support for network policies and additional labels and annotations |
 | 0.116.3 | 5.75.3 | Upgraded to Ghost 5.75.3 |
+| 0.117.0 | 5.76.0 | Upgraded to Ghost 5.76.0 |
 | | | |
-- 
GitLab