From a372c8b0ce60b61df2728a49755ce4416b2c9a83 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, 11 May 2022 18:36:53 +0200
Subject: [PATCH] Update rabbitmq chart for RabbitMQ 3.8.31 (#989)

Fixes #985
---
 charts/rabbitmq/Chart.yaml      | 4 ++--
 charts/rabbitmq/README.md       | 2 +-
 charts/rabbitmq/RELEASENOTES.md | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/charts/rabbitmq/Chart.yaml b/charts/rabbitmq/Chart.yaml
index 74a8e778..84828eba 100644
--- a/charts/rabbitmq/Chart.yaml
+++ b/charts/rabbitmq/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.5.0
+version: 0.3.18
 
-appVersion: "3.10.0"
+appVersion: "3.8.31"
diff --git a/charts/rabbitmq/README.md b/charts/rabbitmq/README.md
index 238b4d84..84b1e8fe 100644
--- a/charts/rabbitmq/README.md
+++ b/charts/rabbitmq/README.md
@@ -1,6 +1,6 @@
 # RabbitMQ
 
-![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.10.0](https://img.shields.io/badge/AppVersion-3.10.0-informational?style=flat-square)
+![Version: 0.3.18](https://img.shields.io/badge/Version-0.3.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.31](https://img.shields.io/badge/AppVersion-3.8.31-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/rabbitmq/RELEASENOTES.md b/charts/rabbitmq/RELEASENOTES.md
index 11373383..452662d3 100644
--- a/charts/rabbitmq/RELEASENOTES.md
+++ b/charts/rabbitmq/RELEASENOTES.md
@@ -7,6 +7,7 @@
 | 0.3.15 | 3.8.28 | Upgraded to RabbitMQ 3.8.28, Added graceful shutdown hook, Fixed headless service and enabled publishNotReadyAddresses |
 | 0.3.16 | 3.8.29 | Upgraded to RabbitMQ 3.8.29 |
 | 0.3.17 | 3.8.30 | Upgraded to RabbitMQ 3.8.30 |
+| 0.3.18 | 3.8.31 | Upgraded to RabbitMQ 3.8.31 |
 | 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 |
-- 
GitLab