From 0310edfd2096989600291a8fc60265e02a54b03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= Date: Tue, 2 Jun 2020 09:50:15 +0200 Subject: [PATCH] [stable/kubernetes-dashboard] Deprecate chart. (#22627) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric de Saint Martin --- stable/kubernetes-dashboard/Chart.yaml | 10 +++------- stable/kubernetes-dashboard/README.md | 5 ++++- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/stable/kubernetes-dashboard/Chart.yaml b/stable/kubernetes-dashboard/Chart.yaml index c84bf33edb..4f9ac09551 100644 --- a/stable/kubernetes-dashboard/Chart.yaml +++ b/stable/kubernetes-dashboard/Chart.yaml @@ -1,17 +1,13 @@ apiVersion: v1 name: kubernetes-dashboard -version: 1.11.0 +version: 1.11.1 appVersion: 1.10.1 -description: General-purpose web UI for Kubernetes clusters +description: DEPRECATED! - General-purpose web UI for Kubernetes clusters keywords: - kubernetes - dashboard home: https://github.com/kubernetes/dashboard sources: - https://github.com/kubernetes/dashboard -maintainers: -- name: kfox1111 - email: Kevin.Fox@pnnl.gov -- name: desaintmartin - email: cdesaintmartin@wiremind.fr icon: https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.svg +deprecated: true diff --git a/stable/kubernetes-dashboard/README.md b/stable/kubernetes-dashboard/README.md index c29d7f232d..be55976031 100644 --- a/stable/kubernetes-dashboard/README.md +++ b/stable/kubernetes-dashboard/README.md @@ -1,4 +1,7 @@ -# kubernetes-dashboard +# DEPRECATED - kubernetes-dashboard + +This chart is deprecated as we move to our own repo (https://kubernetes.github.io/dashboard/) +The chart source can be found here: https://github.com/kubernetes/dashboard/tree/master/aio/deploy/helm-chart/kubernetes-dashboard [Kubernetes Dashboard](https://github.com/kubernetes/dashboard) is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself.