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