From 60ce632ae2ccd213fb6dfb23fd5f187e84edd673 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Tue, 10 Nov 2020 08:04:39 -0500 Subject: [PATCH] [stable/mcrouter] add repo archive notice (#24152) Signed-off-by: Scott Rigby --- stable/mcrouter/Chart.yaml | 2 +- stable/mcrouter/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/stable/mcrouter/Chart.yaml b/stable/mcrouter/Chart.yaml index d3a1c3da75..ab497b8731 100644 --- a/stable/mcrouter/Chart.yaml +++ b/stable/mcrouter/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: mcrouter home: https://github.com/facebook/mcrouter -version: 1.0.4 +version: 1.0.5 appVersion: 0.36.0 description: Mcrouter is a memcached protocol router for scaling memcached deployments. sources: diff --git a/stable/mcrouter/README.md b/stable/mcrouter/README.md index a93ddf4b51..7a6d3d94e8 100644 --- a/stable/mcrouter/README.md +++ b/stable/mcrouter/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/). + # Mcrouter Helm Chart Helm chart for [Mcrouter](https://github.com/facebook/mcrouter), a Memcached protocol router for scaling memcached deployments.