Deprecate kubedb chart (#4966)

https://github.com/kubernetes/charts/pull/4962

Signed-off-by: tamal <tamal@appscode.com>
This commit is contained in:
Tamal Saha
2018-04-12 06:32:55 -07:00
committed by k8s-ci-robot
parent 6a9fb074de
commit 0d016529e6
3 changed files with 9 additions and 2 deletions
+5 -2
View File
@@ -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
+2
View File
@@ -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
+2
View File
@@ -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" . }}"