From b15484b6b3c7db5fbf2e5b3b7aa1c9cf53d727ae Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Tue, 16 May 2023 17:40:10 +0200
Subject: [PATCH] Updated rabbitmq chart for RabbitMQ 3.11.16, ghost chart for
 Ghost 5.47.2

---
 charts/ghost/Chart.yaml         | 4 ++--
 charts/ghost/README.md          | 2 +-
 charts/ghost/RELEASENOTES.md    | 1 +
 charts/rabbitmq/Chart.yaml      | 4 ++--
 charts/rabbitmq/README.md       | 2 +-
 charts/rabbitmq/RELEASENOTES.md | 1 +
 6 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml
index 47cdc468..a9508f6b 100644
--- a/charts/ghost/Chart.yaml
+++ b/charts/ghost/Chart.yaml
@@ -7,9 +7,9 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.90.2"
+version: "0.90.3"
 
-appVersion: "5.47.1"
+appVersion: "5.47.2"
 
 dependencies:
   - name: mariadb
diff --git a/charts/ghost/README.md b/charts/ghost/README.md
index ddaaa0f9..4328efa8 100644
--- a/charts/ghost/README.md
+++ b/charts/ghost/README.md
@@ -1,6 +1,6 @@
 # Ghost
 
-![Version: 0.90.2](https://img.shields.io/badge/Version-0.90.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.47.1](https://img.shields.io/badge/AppVersion-5.47.1-informational?style=flat-square)
+![Version: 0.90.3](https://img.shields.io/badge/Version-0.90.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.47.2](https://img.shields.io/badge/AppVersion-5.47.2-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/ghost/RELEASENOTES.md b/charts/ghost/RELEASENOTES.md
index a1a0d09b..2cae6198 100644
--- a/charts/ghost/RELEASENOTES.md
+++ b/charts/ghost/RELEASENOTES.md
@@ -123,4 +123,5 @@
 | 0.90.0 | 5.47.0 | Upgraded to Ghost 5.47.0 |
 | 0.90.1 | 5.47.1 | Upgraded to Ghost 5.47.1 |
 | 0.90.2 | 5.47.1 | Updated chart dependencies (mariadb 0.2.26) |
+| 0.90.3 | 5.47.2 | Upgraded to Ghost 5.47.2 |
 | | | |
diff --git a/charts/rabbitmq/Chart.yaml b/charts/rabbitmq/Chart.yaml
index 7475cb38..c3b48af1 100644
--- a/charts/rabbitmq/Chart.yaml
+++ b/charts/rabbitmq/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.6.16"
+version: "0.6.17"
 
-appVersion: "3.11.15"
+appVersion: "3.11.16"
diff --git a/charts/rabbitmq/README.md b/charts/rabbitmq/README.md
index aa7336e3..4556ee8a 100644
--- a/charts/rabbitmq/README.md
+++ b/charts/rabbitmq/README.md
@@ -1,6 +1,6 @@
 # RabbitMQ
 
-![Version: 0.6.16](https://img.shields.io/badge/Version-0.6.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.11.15](https://img.shields.io/badge/AppVersion-3.11.15-informational?style=flat-square)
+![Version: 0.6.17](https://img.shields.io/badge/Version-0.6.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.11.16](https://img.shields.io/badge/AppVersion-3.11.16-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/rabbitmq/RELEASENOTES.md b/charts/rabbitmq/RELEASENOTES.md
index 9b8f3b61..94068194 100644
--- a/charts/rabbitmq/RELEASENOTES.md
+++ b/charts/rabbitmq/RELEASENOTES.md
@@ -74,4 +74,5 @@
 | 0.6.14 | 3.11.13 | Upgraded to RabbitMQ 3.11.13 |
 | 0.6.15 | 3.11.14 | Upgraded to RabbitMQ 3.11.14 |
 | 0.6.16 | 3.11.15 | Upgraded to RabbitMQ 3.11.15 |
+| 0.6.17 | 3.11.16 | Upgraded to RabbitMQ 3.11.16 |
 | | | |
-- 
GitLab