Skip to content

Commit

Permalink
Deprecated kubed chart (helm#4964)
Browse files Browse the repository at this point in the history
helm#4957

Signed-off-by: tamal <tamal@appscode.com>
Signed-off-by: voron <av@arilot.com>
  • Loading branch information
tamalsaha authored and voron committed Sep 5, 2018
1 parent 8c6214b commit 01acdee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions stable/kubed/Chart.yaml
@@ -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 changes: 2 additions & 0 deletions stable/kubed/README.md
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions stable/kubed/templates/NOTES.txt
@@ -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" . }}"

0 comments on commit 01acdee

Please sign in to comment.