From 1cbb4a0d820332201b85aee113e8f2d93e55bbc5 Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Mon, 2 Aug 2021 09:48:12 +0200
Subject: [PATCH] Update rabbitmq helm chart for RabbitMQ 3.9.1 (#540)

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

diff --git a/charts/rabbitmq/Chart.yaml b/charts/rabbitmq/Chart.yaml
index f16bb6ac..cb1b8784 100644
--- a/charts/rabbitmq/Chart.yaml
+++ b/charts/rabbitmq/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.0
+version: 0.3.1
 
-appVersion: "3.9.0"
+appVersion: "3.9.1"
diff --git a/charts/rabbitmq/README.md b/charts/rabbitmq/README.md
index 04f7eb1d..ec5efab0 100644
--- a/charts/rabbitmq/README.md
+++ b/charts/rabbitmq/README.md
@@ -1,6 +1,6 @@
 # RabbitMQ
 
-![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.0](https://img.shields.io/badge/AppVersion-3.9.0-informational?style=flat-square)
+![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.1](https://img.shields.io/badge/AppVersion-3.9.1-informational?style=flat-square)
 
 A Helm chart for a RabbitMQ cluster on Kubernetes
 
@@ -11,6 +11,14 @@ $ helm repo add groundhog2k https://groundhog2k.github.io/helm-charts/
 $ helm install my-release groundhog2k/rabbitmq
 ```
 
+# ⚠️ Attention
+
+Docker image of RabbitMQ 3.8.17 was the last one that supports multi-architecture. If you need that, please use RabbitMQ 3.8.17, which is chart version **0.2.19**.
+
+In the future RabbitMQ will support multi-architecture again. See https://github.com/docker-library/rabbitmq/issues/507 and related issue https://github.com/erlang/otp/pull/4869.
+
+#
+
 ## Introduction
 
 This chart uses the original [RabbitMQ image from Docker Hub](https://hub.docker.com/_/rabbitmq) to deploy a stateful RabbitMQ cluster in Kubernetes.
-- 
GitLab