Skip to content

Commit

Permalink
addons: Update from Grafana v4.6.3 to v5.0.4
Browse files Browse the repository at this point in the history
This reverts commit c59a9c6.
  • Loading branch information
dghubble committed Mar 29, 2018
1 parent de4d907 commit b1e41dc
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 250 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Notable changes between versions.
* Add `worker_type` variable for setting machine type for workers
* Remove optional variable `machine_type`. Use `controller_type` and `worker_type`.

#### Addons

* Update Grafana from v4.6.3 to v5.0.4 ([#153](https://github.com/poseidon/typhoon/pull/153), [#174](https://github.com/poseidon/typhoon/pull/174))
* Restrict dashboard organization role to Viewer

## v1.9.6

* Kubernetes [v1.9.6](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.9.md#v196)
Expand Down
15 changes: 15 additions & 0 deletions addons/grafana/dashboard-providers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: grafana-dashboard-providers
namespace: monitoring
data:
dashboard-providers.yaml: |+
apiVersion: 1
providers:
- name: 'default'
ordId: 1
folder: ''
type: file
options:
path: /var/lib/grafana/dashboards
Loading

0 comments on commit b1e41dc

Please sign in to comment.