From f072013c3c6d408d98340ce5db15beb3bc3f6571 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Wed, 23 Mar 2022 18:28:46 +0100
Subject: [PATCH] Update rabbitmq chart for RabbitMQ 3.8.28 (#933)

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

diff --git a/charts/rabbitmq/Chart.yaml b/charts/rabbitmq/Chart.yaml
index e070b78d..492f0366 100644
--- a/charts/rabbitmq/Chart.yaml
+++ b/charts/rabbitmq/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.4.13
+version: 0.3.15
 
-appVersion: "3.9.13"
+appVersion: "3.8.28"
diff --git a/charts/rabbitmq/README.md b/charts/rabbitmq/README.md
index 83170b43..5805471e 100644
--- a/charts/rabbitmq/README.md
+++ b/charts/rabbitmq/README.md
@@ -1,6 +1,6 @@
 # RabbitMQ
 
-![Version: 0.4.13](https://img.shields.io/badge/Version-0.4.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.13](https://img.shields.io/badge/AppVersion-3.9.13-informational?style=flat-square)
+![Version: 0.3.15](https://img.shields.io/badge/Version-0.3.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.28](https://img.shields.io/badge/AppVersion-3.8.28-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/rabbitmq/RELEASENOTES.md b/charts/rabbitmq/RELEASENOTES.md
index 86437b08..f93c1306 100644
--- a/charts/rabbitmq/RELEASENOTES.md
+++ b/charts/rabbitmq/RELEASENOTES.md
@@ -2,9 +2,10 @@
 
 | Chart version | App version | Change description |
 | :------------ | :---------- | :----------------- |
-| 0.3.13 | 3.8.27 | Fixed ingress API detection<br>Implemented startupProbe support |
+| 0.3.13 | 3.8.27 | Fixed ingress API detection and implemented startupProbe support |
 | 0.3.14 | 3.8.27 | Fixed startupProbe |
-| 0.4.8 | 3.9.13 | Upgraded to RabbitMQ 3.9.13<br>Fixed ingress API detection<br>Implemented startupProbe support |
+| 0.3.15 | 3.8.28 | Upgraded to RabbitMQ 3.8.28 |
+| 0.4.8 | 3.9.13 | Upgraded to RabbitMQ 3.9.13, fixed ingress API detection, implemented startupProbe support |
 | 0.4.9 | 3.9.13 | Fixed startupProbe |
 | 0.4.10 | 3.9.13 | Implemented support for extra secrets and advanced configuration capabilites |
 | 0.4.11 | 3.9.13 | Corrected chart documentation |
-- 
GitLab