Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/grafana] deprecate chart (#23662)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
zanhsieh and davidkarlsen authored Sep 2, 2020
1 parent 3e5d087 commit 3d91ea7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 27 deletions.
11 changes: 3 additions & 8 deletions stable/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
# 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.
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 changes: 4 additions & 0 deletions stable/grafana/README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
19 changes: 0 additions & 19 deletions stable/grafana/ci/with-dashboard-values.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions stable/grafana/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3d91ea7

Please sign in to comment.