From 0d016529e62b68f042175ef982a34eacecb1f3ac Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 12 Apr 2018 06:32:55 -0700 Subject: [PATCH] Deprecate kubedb chart (#4966) https://github.com/kubernetes/charts/pull/4962 Signed-off-by: tamal --- stable/kubedb/Chart.yaml | 7 +++++-- stable/kubedb/README.md | 2 ++ stable/kubedb/templates/NOTES.txt | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/stable/kubedb/Chart.yaml b/stable/kubedb/Chart.yaml index bfd2419777..0202b38188 100755 --- a/stable/kubedb/Chart.yaml +++ b/stable/kubedb/Chart.yaml @@ -1,7 +1,10 @@ apiVersion: v1 -description: 'KubeDB by AppsCode - Making running production-grade databases easy on Kubernetes' +# This chart is deprecated and moved to https://github.com/appscode/charts. For details deprecation, +# including how to un-deprecate a chart see the PROCESSES.md file. +deprecated: true +description: DEPRECATED KubeDB by AppsCode - Making running production-grade databases easy on Kubernetes name: kubedb -version: 0.1.2 +version: 0.1.3 appVersion: 0.8.0-beta.2 home: https://github.com/kubedb/cli icon: https://cdn.appscode.com/images/icon/kubedb.png diff --git a/stable/kubedb/README.md b/stable/kubedb/README.md index fa5d72d9b9..c735748f8d 100644 --- a/stable/kubedb/README.md +++ b/stable/kubedb/README.md @@ -1,3 +1,5 @@ +**This chart is DEPRECATED and moved to https://github.com/appscode/charts** + # KubeDB [KubeDB by AppsCode](https://github.com/kubedb/cli) - Making running production-grade databases easy on Kubernetes diff --git a/stable/kubedb/templates/NOTES.txt b/stable/kubedb/templates/NOTES.txt index a4625a5a3b..f73e69c14c 100644 --- a/stable/kubedb/templates/NOTES.txt +++ b/stable/kubedb/templates/NOTES.txt @@ -1,3 +1,5 @@ +**This chart is DEPRECATED and moved to https://github.com/appscode/charts** + To verify that KubeDB has started, run: kubectl --namespace={{ .Release.Namespace }} get deployments -l "release={{ .Release.Name }}, app={{ template "kubedb.name" . }}"