diff --git a/stable/kubedb/Chart.yaml b/stable/kubedb/Chart.yaml index bfd24197770e..0202b381884d 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 fa5d72d9b952..c735748f8d6c 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 a4625a5a3bb0..f73e69c14c0a 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" . }}"