[stable/kubernetes-dashboard] Deprecate chart. (#22627)

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
This commit is contained in:
Cédric de Saint Martin
2020-06-02 00:50:15 -07:00
committed by GitHub
parent 75a1020b6c
commit 0310edfd20
2 changed files with 7 additions and 8 deletions
+3 -7
View File
@@ -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
+4 -1
View File
@@ -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.