From 7adaa4f3814b2a808a44c8631ebc5e7195efbf83 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Mon, 9 Nov 2020 17:27:07 -0500 Subject: [PATCH] [stable/hlf-ca] add repo archive notice (#24120) Signed-off-by: Scott Rigby --- stable/hlf-ca/Chart.yaml | 2 +- stable/hlf-ca/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/stable/hlf-ca/Chart.yaml b/stable/hlf-ca/Chart.yaml index 4ecabb0865..d095703d30 100644 --- a/stable/hlf-ca/Chart.yaml +++ b/stable/hlf-ca/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Hyperledger Fabric Certificate Authority chart (these charts are created by AID:Tech and are currently not directly associated with the Hyperledger project) name: hlf-ca -version: 1.2.1 +version: 1.2.2 appVersion: 1.4.3 keywords: - blockchain diff --git a/stable/hlf-ca/README.md b/stable/hlf-ca/README.md index daa9b6f979..f75e51ac55 100644 --- a/stable/hlf-ca/README.md +++ b/stable/hlf-ca/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/). + # Hyperledger Fabric CA [Hyperledger Fabric CA](http://hyperledger-fabric-ca.readthedocs.io/) is a Certificate Authority node for the [Hyperledger](https://www.hyperledger.org/) Fabric permissioned blockchain framework. Learn more about it by visiting the [user's guide](http://hyperledger-fabric-ca.readthedocs.io/en/latest/users-guide.html#).