Update Grafana from v5.3.4 to v5.4.0

* https://github.com/grafana/grafana/releases/tag/v5.4.0
This commit is contained in:
Dalton Hubble 2018-12-06 01:33:50 -08:00
parent d31f444fcd
commit 991fb44c37
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ Notable changes between versions.
#### Addons
* Update Grafana from v5.3.4 to v5.4.0
* Disable Grafana login form, since admin user can't be disabled ([#352](https://github.com/poseidon/typhoon/pull/352))
* Example manifests aim to provide a read-only dashboard view

View File

@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: grafana
image: grafana/grafana:5.3.4
image: grafana/grafana:5.4.0
env:
- name: GF_SERVER_HTTP_PORT
value: "8080"