Dalton Hubble 2018-05-07 22:05:19 -07:00
parent a5916da0e2
commit 726b58b697
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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"