From bcd0b229cb7459462127ecb9535dbc5f85c87a2a Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Sun, 8 Nov 2020 19:57:37 -0500 Subject: [PATCH] [incubator/mysqlha] add repo archive notice (#24055) Signed-off-by: Scott Rigby --- incubator/mysqlha/Chart.yaml | 2 +- incubator/mysqlha/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/incubator/mysqlha/Chart.yaml b/incubator/mysqlha/Chart.yaml index 779c525b54..1e57b04802 100644 --- a/incubator/mysqlha/Chart.yaml +++ b/incubator/mysqlha/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mysqlha -version: 2.0.0 +version: 2.0.1 appVersion: 5.7.13 description: MySQL cluster with a single master and zero or more slave replicas keywords: diff --git a/incubator/mysqlha/README.md b/incubator/mysqlha/README.md index 1836cdbc86..861178825f 100644 --- a/incubator/mysqlha/README.md +++ b/incubator/mysqlha/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/). + # MySQL - Single Master, Multiple Slaves [MySQL](https://MySQL.org) is one of the most popular database servers in the world. Notable users include Wikipedia, Facebook and Google.