mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
co-authored by
David Karlsen
parent
3e5d08761c
commit
3d91ea795f
@@ -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"
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user