From 94cdd6c65013dd1a54511aaf59868e0fe1a78bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 9 Mar 2020 13:39:37 +0100 Subject: [PATCH] [stable/redis] Move chart to distributed bitnami repository (#21333) Signed-off-by: Carlos Rodriguez Hernandez --- stable/redis/Chart.yaml | 12 +++++------- stable/redis/README.md | 21 +++++++++++++++++++++ stable/redis/templates/NOTES.txt | 20 ++++++++++++++++++++ 3 files changed, 46 insertions(+), 7 deletions(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index 7f581f9a9be5..eb2e287299d4 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,8 +1,10 @@ apiVersion: v1 name: redis -version: 10.5.6 +version: 10.5.7 appVersion: 5.0.7 -description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. +# The redis chart is deprecated and no longer maintained. For details deprecation, see the PROCESSES.md file. +deprecated: true +description: DEPRECATED Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. keywords: - redis - keyvalue @@ -11,9 +13,5 @@ home: http://redis.io/ icon: https://bitnami.com/assets/stacks/redis/img/redis-stack-220x234.png sources: - https://github.com/bitnami/bitnami-docker-redis -maintainers: -- name: Bitnami - email: containers@bitnami.com -- name: desaintmartin - email: cedric@desaintmartin.fr +maintainers: [] engine: gotpl diff --git a/stable/redis/README.md b/stable/redis/README.md index 72eb83642277..4e5b1cf4c111 100644 --- a/stable/redis/README.md +++ b/stable/redis/README.md @@ -3,6 +3,27 @@ [Redis](http://redis.io/) is an advanced key-value cache and store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets, sorted sets, bitmaps and hyperloglogs. +## This Helm chart is deprecated + +Given the [`stable` deprecation timeline](https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained Redis 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/redis/templates/NOTES.txt b/stable/redis/templates/NOTES.txt index 5b1089e8bec6..e1889a1a0fe8 100644 --- a/stable/redis/templates/NOTES.txt +++ b/stable/redis/templates/NOTES.txt @@ -1,3 +1,23 @@ +This Helm chart is deprecated + +Given the `stable` deprecation timeline (https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained Redis 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 ** {{- if contains .Values.master.service.type "LoadBalancer" }}