diff --git a/stable/mysql/Chart.yaml b/stable/mysql/Chart.yaml index 2af6d10576..5bca63202f 100755 --- a/stable/mysql/Chart.yaml +++ b/stable/mysql/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: mysql -version: 1.6.8 +version: 1.6.9 appVersion: 5.7.30 -description: Fast, reliable, scalable, and easy to use open-source relational database +description: DEPRECATED - Fast, reliable, scalable, and easy to use open-source relational database system. keywords: - mysql @@ -13,9 +13,5 @@ icon: https://www.mysql.com/common/logos/logo-mysql-170x115.png sources: - https://github.com/kubernetes/charts - https://github.com/docker-library/mysql -maintainers: -- name: olemarkus - email: o.with@sportradar.com -- name: viglesiasce - email: viglesias@google.com +deprecated: true engine: gotpl diff --git a/stable/mysql/OWNERS b/stable/mysql/OWNERS deleted file mode 100644 index dbb8410a35..0000000000 --- a/stable/mysql/OWNERS +++ /dev/null @@ -1,4 +0,0 @@ -approvers: -- olemarkus -reviewers: -- olemarkus \ No newline at end of file diff --git a/stable/mysql/README.md b/stable/mysql/README.md index 79f233bd5e..6923e2ae2f 100755 --- a/stable/mysql/README.md +++ b/stable/mysql/README.md @@ -7,6 +7,10 @@ For more information, see the Helm Charts [Deprecation and Archive Notice](https [MySQL](https://MySQL.org) is one of the most popular database servers in the world. Notable users include Wikipedia, Facebook and Google. +## DEPRECATION NOTICE + +This chart is deprecated and no longer supported. + ## Introduction This chart bootstraps a single node MySQL deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.