From 000b3d94aab752a43f63fa04d52bc8876c94dfaf Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Mon, 9 Nov 2020 11:56:25 -0500 Subject: [PATCH] [incubator/etcd] add repo archive notice (#24042) Signed-off-by: Scott Rigby --- incubator/etcd/Chart.yaml | 2 +- incubator/etcd/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/incubator/etcd/Chart.yaml b/incubator/etcd/Chart.yaml index 0c2d5765d2..9f8c9844d8 100755 --- a/incubator/etcd/Chart.yaml +++ b/incubator/etcd/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: etcd home: https://github.com/coreos/etcd -version: 0.7.5 +version: 0.7.6 appVersion: 3.2.26 description: Distributed reliable key-value store for the most critical data of a distributed system. diff --git a/incubator/etcd/README.md b/incubator/etcd/README.md index 3539d45e1e..04a8a06e7b 100644 --- a/incubator/etcd/README.md +++ b/incubator/etcd/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/). + # Etcd Helm Chart Credit to https://github.com/ingvagabund. This is an implementation of that work