From 5ffb1e9669aa6fafdb1872fb36f0982bbbaf0820 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Mon, 9 Nov 2020 17:29:59 -0500 Subject: [PATCH] [stable/memcached] add repo archive notice (#24153) Signed-off-by: Scott Rigby --- stable/memcached/Chart.yaml | 2 +- stable/memcached/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/stable/memcached/Chart.yaml b/stable/memcached/Chart.yaml index c87126264e..42ab78941c 100644 --- a/stable/memcached/Chart.yaml +++ b/stable/memcached/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: memcached -version: 3.2.3 +version: 3.2.4 appVersion: 1.5.20 description: Free & open source, high-performance, distributed memory object caching system. diff --git a/stable/memcached/README.md b/stable/memcached/README.md index 5130cf851d..324fa40e60 100644 --- a/stable/memcached/README.md +++ b/stable/memcached/README.md @@ -1,3 +1,8 @@ +# ⚠️ Repo Archive Notice + +As of Nov 13, 2020, charts in this repo will no longer be updated. +For more information, see the Helm Charts [Deprecation and Archive Notice](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/). + # Memcached > [Memcached](https://memcached.org/) is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.