Dalton Hubble 2018-07-01 20:55:34 -07:00
parent fd1de27aef
commit 74dc6b0bf9
2 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,10 @@ Notable changes between versions.
* Remove `ingress_static_ip` module output. Use `ingress_static_ipv4`.
* Remove `controllers_ipv4_public` module output.
#### Addons
* Update Grafana from 5.1.4 to [5.2.1](http://docs.grafana.org/guides/whats-new-in-v5-2/)
## v1.10.5
* Kubernetes [v1.10.5](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md#v1105)

View File

@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: grafana
image: grafana/grafana:5.1.4
image: grafana/grafana:5.2.1
env:
- name: GF_SERVER_HTTP_PORT
value: "8080"