From c9d296de3d7075362d21b0fceb4858cf580908bc Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Fri, 13 Nov 2020 09:19:06 -0500 Subject: [PATCH] [stable/stellar-core] add repo archive notice and deprecate chart (#24199) * [stable/stellar-core] add repo archive notice Signed-off-by: Scott Rigby * [stable/stellar-core] deprecate stellar-core This chart does not receive updates for a long time Signed-off-by: Carlos Panato Co-authored-by: Carlos Panato --- stable/stellar-core/Chart.yaml | 11 +++-------- stable/stellar-core/README.md | 7 +++++++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/stable/stellar-core/Chart.yaml b/stable/stellar-core/Chart.yaml index aaf8bb7ef8..d807d7b0fa 100644 --- a/stable/stellar-core/Chart.yaml +++ b/stable/stellar-core/Chart.yaml @@ -1,16 +1,11 @@ apiVersion: v1 +deprecated: true appVersion: "10.0.0" -description: Backbone node of the Stellar cryptocurrency network. +description: DEPRECATED Backbone node of the Stellar cryptocurrency network. name: stellar-core -version: 1.0.1 +version: 1.0.2 icon: https://www.stellar.org/developers/images/favicon/rocket-180x180.png home: https://www.stellar.org -maintainers: - - name: andrenarchy - email: andre.extern@satoshipay.io - url: https://github.com/andrenarchy - - name: rendhalver - email: pete.brown@powerhrg.com sources: - https://github.com/satoshipay/docker-stellar-core/ keywords: diff --git a/stable/stellar-core/README.md b/stable/stellar-core/README.md index 2ce97f6b7d..64e6777c6b 100644 --- a/stable/stellar-core/README.md +++ b/stable/stellar-core/README.md @@ -1,3 +1,10 @@ +# ⚠️ 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/). + +# ⚠️ Chart Deprecated + # Stellar Core [Stellar](https://www.stellar.org) is an open-source and distributed payments infrastructure. Stellar Core is the software that powers the backbone of the Stellar network and validates and agrees on transactions. For more information see the [Stellar network overview](https://www.stellar.org/developers/guides/get-started/).