From a32741e260b9fe616f7d91984ca08c399f09e716 Mon Sep 17 00:00:00 2001 From: Aaron Layfield Date: Tue, 24 Mar 2020 10:10:47 +0900 Subject: [PATCH] Adding redis-ha deprecation warning (#21567) Signed-off-by: Aaron Layfield --- stable/redis-ha/Chart.yaml | 2 +- stable/redis-ha/README.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/stable/redis-ha/Chart.yaml b/stable/redis-ha/Chart.yaml index 4af554fcfe5a..32779c76edde 100644 --- a/stable/redis-ha/Chart.yaml +++ b/stable/redis-ha/Chart.yaml @@ -6,7 +6,7 @@ keywords: - redis - keyvalue - database -version: 4.4.2 +version: 4.4.3 appVersion: 5.0.6 description: Highly available Kubernetes implementation of Redis icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png diff --git a/stable/redis-ha/README.md b/stable/redis-ha/README.md index ba93ce0f94c0..a42ef5b0436e 100644 --- a/stable/redis-ha/README.md +++ b/stable/redis-ha/README.md @@ -1,5 +1,14 @@ # Redis +---------------------------------------- +# Deprecation Warning +*As part of the [deprecation timeline](https://github.com/helm/charts/#deprecation-timeline). We will move this to an official repository [here](https://github.com/DandyDeveloper/charts)* + +Please make PRs / Issues here from now on + +We will keep the changes in sync as best we can, but we will be notifying people to submit PRs here from now on instead. If you have any questions, feel free to get in touch with either of the maintainers. +---------------------------------------- + [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. ## TL;DR;