Update Grafana from v5.0.4 to v5.1.1
* https://github.com/grafana/grafana/releases/tag/v5.1.1 * https://github.com/grafana/grafana/releases/tag/v5.1.0
This commit is contained in:
parent
a5916da0e2
commit
726b58b697
|
@ -12,6 +12,7 @@ Notable changes between versions.
|
||||||
#### Addons
|
#### Addons
|
||||||
|
|
||||||
* Fix Prometheus data directory location ([#203](https://github.com/poseidon/typhoon/pull/203))
|
* Fix Prometheus data directory location ([#203](https://github.com/poseidon/typhoon/pull/203))
|
||||||
|
* Update Grafana from v5.04 to v5.1.1 ([#208](https://github.com/poseidon/typhoon/pull/208))
|
||||||
|
|
||||||
## v1.10.2
|
## v1.10.2
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: grafana/grafana:5.0.4
|
image: grafana/grafana:5.1.1
|
||||||
env:
|
env:
|
||||||
- name: GF_SERVER_HTTP_PORT
|
- name: GF_SERVER_HTTP_PORT
|
||||||
value: "8080"
|
value: "8080"
|
||||||
|
|
Loading…
Reference in New Issue