From 982bb194ca6074871e199eed3c1c8e70e38f6074 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 12 Apr 2018 09:02:55 -0700 Subject: [PATCH] Deprecated kubed chart (#4964) https://github.com/kubernetes/charts/pull/4957 Signed-off-by: tamal --- stable/kubed/Chart.yaml | 10 +++++----- stable/kubed/README.md | 2 ++ stable/kubed/templates/NOTES.txt | 2 ++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/stable/kubed/Chart.yaml b/stable/kubed/Chart.yaml index a2f184537e..f80989f351 100755 --- a/stable/kubed/Chart.yaml +++ b/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 diff --git a/stable/kubed/README.md b/stable/kubed/README.md index 8c4494bc97..931f2fe1f6 100644 --- a/stable/kubed/README.md +++ b/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. diff --git a/stable/kubed/templates/NOTES.txt b/stable/kubed/templates/NOTES.txt index cab510dcc0..b2588d3a3d 100644 --- a/stable/kubed/templates/NOTES.txt +++ b/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" . }}"