diff --git a/stable/magic-namespace/Chart.yaml b/stable/magic-namespace/Chart.yaml index f3d53a7a12..14d0d50027 100644 --- a/stable/magic-namespace/Chart.yaml +++ b/stable/magic-namespace/Chart.yaml @@ -1,9 +1,10 @@ apiVersion: v1 name: magic-namespace -version: 0.5.2 +# The magic-namespace chart is deprecated and no longer maintained. For details +# on deprecation, including how to un-deprecate a chart see the PROCESSES.md +# file. +deprecated: true +version: 0.6.0 appVersion: 2.8.1 home: https://github.com/kubernetes/charts/tree/master/stable/magic-namespace description: Elegantly enables a Tiller per namespace in RBAC-enabled clusters -maintainers: -- name: krancour - email: kent.rancourt@microsoft.com diff --git a/stable/magic-namespace/README.md b/stable/magic-namespace/README.md index e3c10b92fa..a1d497a8e1 100644 --- a/stable/magic-namespace/README.md +++ b/stable/magic-namespace/README.md @@ -1,5 +1,19 @@ # Magic Namespace +## DEPRECATION NOTICE + +__Note that this chart manages _namespaces_ and also Helm 2 Tiller instances +within those namespaces. Helm 3 releases are scoped to namespaces and therefore +cannot create namespaces. Helm 3 also does not utilize the Tiller component. +Helm 3, therefore, is both incapable of installing this chart _and_ has no +practical need for this chart to begin with. With this being the case, +maintainers have no intention of remediating this chart's incompatibilities with +Helm 3, as that would undermine the chart's ongoing usefulness to Helm 2 users +without deriving any benefit to Helm 3 users.__ + +__In conclusion, consider this chart to be deprecated, with updates and support +ending on the same schedule as Helm 2 itself.__ + **Magic Namespace** provides an easy, comprehensive option for cluster operators to manage namespaces and observe good security practices in _multi-tenant, RBAC-enabled_ Kubernetes clusters.