[stable/magic-namespace]: deprecate chart (#19643)

Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>
This commit is contained in:
Kent Rancourt
2019-12-27 06:17:38 -08:00
committed by Kubernetes Prow Robot
parent 2b1e12f5f7
commit 8bb1af8dea
2 changed files with 19 additions and 4 deletions
+5 -4
View File
@@ -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
+14
View File
@@ -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.