From 206310fe9ce31a6dd2ae45b09038c7a86584b3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 9 Mar 2020 09:19:35 +0100 Subject: [PATCH] [stable/rabbitmq] Move chart to distributed bitnami repository (#21310) * Deprecate Rabbitmq chart Signed-off-by: Carlos Rodriguez Hernandez * Add text to README and NOTES Signed-off-by: Carlos Rodriguez Hernandez * Fix wording Signed-off-by: Carlos Rodriguez Hernandez Signed-off-by: Adrien Loiseau --- stable/rabbitmq/Chart.yaml | 12 +++++------- stable/rabbitmq/README.md | 21 +++++++++++++++++++++ stable/rabbitmq/templates/NOTES.txt | 18 ++++++++++++++++++ 3 files changed, 44 insertions(+), 7 deletions(-) diff --git a/stable/rabbitmq/Chart.yaml b/stable/rabbitmq/Chart.yaml index 255cf7fb411e..7c1c6bfda180 100644 --- a/stable/rabbitmq/Chart.yaml +++ b/stable/rabbitmq/Chart.yaml @@ -1,8 +1,10 @@ apiVersion: v1 name: rabbitmq -version: 6.18.1 +version: 6.18.2 appVersion: 3.8.2 -description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP) +# The rabbitmq chart is deprecated and no longer maintained. For details deprecation, see the PROCESSES.md file. +deprecated: true +description: DEPRECATED Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP) keywords: - rabbitmq - message queue @@ -11,9 +13,5 @@ home: https://www.rabbitmq.com icon: https://bitnami.com/assets/stacks/rabbitmq/img/rabbitmq-stack-220x234.png sources: - https://github.com/bitnami/bitnami-docker-rabbitmq -maintainers: -- name: Bitnami - email: containers@bitnami.com -- name: desaintmartin - email: cedric@desaintmartin.fr +maintainers: [] engine: gotpl diff --git a/stable/rabbitmq/README.md b/stable/rabbitmq/README.md index d519fbe013f6..4afa8e7320cb 100644 --- a/stable/rabbitmq/README.md +++ b/stable/rabbitmq/README.md @@ -2,6 +2,27 @@ [RabbitMQ](https://www.rabbitmq.com/) is an open source message broker software that implements the Advanced Message Queuing Protocol (AMQP). +## This Helm chart is deprecated + +Given the [`stable` deprecation timeline](https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained RabbitMQ Helm chart is now located at [bitnami/charts](https://github.com/bitnami/charts/). + +The Bitnami repository is already included in the Hubs and we will continue providing the same cadence of updates, support, etc that we've been keeping here these years. Installation instructions are very similar, just adding the _bitnami_ repo and using it during the installation (`bitnami/` instead of `stable/`) + +```bash +$ helm repo add bitnami https://charts.bitnami.com/bitnami +$ helm install my-release bitnami/ # Helm 3 +$ helm install --name my-release bitnami/ # Helm 2 +``` + +To update an exisiting _stable_ deployment with a chart hosted in the bitnami repository you can execute + +```bash +$ helm repo add bitnami https://charts.bitnami.com/bitnami +$ helm upgrade my-release bitnami/ +``` + +Issues and PRs related to the chart itself will be redirected to `bitnami/charts` GitHub repository. In the same way, we'll be happy to answer questions related to this migration process in [this issue](https://github.com/helm/charts/issues/20969) created as a common place for discussion. + ## TL;DR; ```bash diff --git a/stable/rabbitmq/templates/NOTES.txt b/stable/rabbitmq/templates/NOTES.txt index 3d9faafb1bd3..b7e55cab23a3 100644 --- a/stable/rabbitmq/templates/NOTES.txt +++ b/stable/rabbitmq/templates/NOTES.txt @@ -1,3 +1,21 @@ +This Helm chart is deprecated + +Given the `stable` deprecation timeline (https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained RabbitMQ Helm chart is now located at bitnami/charts (https://github.com/bitnami/charts/). + +The Bitnami repository is already included in the Hubs and we will continue providing the same cadence of updates, support, etc that we've been keeping here these years. Installation instructions are very similar, just adding the _bitnami_ repo and using it during the installation (`bitnami/` instead of `stable/`) + +```bash +$ helm repo add bitnami https://charts.bitnami.com/bitnami +$ helm install my-release bitnami/ # Helm 3 +$ helm install --name my-release bitnami/ # Helm 2 +``` + +To update an exisiting _stable_ deployment with a chart hosted in the bitnami repository you can execute + ```bash $ helm repo add bitnami https://charts.bitnami.com/bitnami + $ helm upgrade my-release bitnami/ +``` + +Issues and PRs related to the chart itself will be redirected to `bitnami/charts` GitHub repository. In the same way, we'll be happy to answer questions related to this migration process in this issue (https://github.com/helm/charts/issues/20969) created as a common place for discussion. ** Please be patient while the chart is being deployed **