Deprecated kubed chart (#4964)

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

Signed-off-by: tamal <tamal@appscode.com>
This commit is contained in:
Tamal Saha
2018-04-12 09:02:55 -07:00
committed by k8s-ci-robot
parent fc8a7598fe
commit 982bb194ca
3 changed files with 9 additions and 5 deletions
+5 -5
View File
@@ -1,12 +1,12 @@
apiVersion: v1
description: 'Kubed by AppsCode - Kubernetes daemon'
# 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 Kubed by AppsCode - Kubernetes daemon
name: kubed
version: 0.3.2
version: 0.3.3
appVersion: 0.4.0
home: https://github.com/appscode/kubed
icon: https://cdn.appscode.com/images/icon/kubed.png
sources:
- https://github.com/appscode/kubed
maintainers:
- name: appscode
email: support@appscode.com
+2
View File
@@ -1,3 +1,5 @@
**This chart is DEPRECATED and moved to https://github.com/appscode/charts**
# Kubed
[Kubed by AppsCode](https://github.com/appscode/kubed) - A Kubernetes cluster manager daemon.
+2
View File
@@ -1,3 +1,5 @@
**This chart is DEPRECATED and moved to https://github.com/appscode/charts**
To verify that Kubed has started, run:
kubectl --namespace={{ .Release.Namespace }} get deployments -l "release={{ .Release.Name }}, app={{ template "kubed.name" . }}"