[stable/grafana] deprecate chart (#23662)

* [stable/grafana] deprecate chart

Signed-off-by: zanhsieh <zanhsieh@gmail.com>

* fix chart

Signed-off-by: David Karlsen <david@davidkarlsen.com>

* drop values file causing tests to fail

Signed-off-by: David Karlsen <david@davidkarlsen.com>

Co-authored-by: David Karlsen <david@davidkarlsen.com>
This commit is contained in:
zanhsieh
2020-09-02 05:27:06 -07:00
committed by GitHub
co-authored by David Karlsen
parent 3e5d08761c
commit 3d91ea795f
4 changed files with 12 additions and 27 deletions
+3 -8
View File
@@ -1,6 +1,8 @@
# This chart is deprecated and moved to https://github.com/grafana/helm2-grafana
apiVersion: v1
name: grafana
version: 5.5.5
deprecated: true
version: 5.5.6
appVersion: 7.1.1
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
@@ -8,12 +10,5 @@ home: https://grafana.net
icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png
sources:
- https://github.com/grafana/grafana
maintainers:
- name: zanhsieh
email: zanhsieh@gmail.com
- name: rtluckie
email: rluckie@cisco.com
- name: maorfr
email: maor.friedman@redhat.com
engine: gotpl
tillerVersion: ">=2.12.0"
+4
View File
@@ -1,3 +1,7 @@
# ⚠️ DEPRECATED
This chart was moved to https://github.com/grafana/helm2-grafana
# Grafana Helm Chart
* Installs the web dashboarding system [Grafana](http://grafana.org/)
@@ -1,19 +0,0 @@
dashboards:
my-provider:
my-awesome-dashboard:
gnetId: 10000
revision: 1
datasource: Prometheus
dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: 'my-provider'
orgId: 1
folder: ''
type: file
updateIntervalSeconds: 10
disableDeletion: true
editable: true
options:
path: /var/lib/grafana/dashboards/my-provider
+5
View File
@@ -1,3 +1,8 @@
*******************
****DEPRECATED*****
*******************
* The chart is deprecated. Future development has been moved to https://github.com/grafana/helm2-grafana
1. Get your '{{ .Values.adminUser }}' user password by running:
kubectl get secret --namespace {{ template "grafana.namespace" . }} {{ template "grafana.fullname" . }} -o jsonpath="{.data.admin-password}" | base64 --decode ; echo