Update Grafana from 5.1.3 to 5.1.4
* https://github.com/grafana/grafana/releases/tag/v5.1.4
This commit is contained in:
parent
05b99178ae
commit
d5de41e07a
|
@ -24,6 +24,7 @@ Notable changes between versions.
|
|||
|
||||
* Update Prometheus from v2.2.1 to v2.3.1
|
||||
* Add Prometheus liveness and readiness probes
|
||||
* Update Grafana from 5.1.3 to 5.1.4
|
||||
* Annotate Grafana service so Prometheus scrapes metrics
|
||||
* Label namespaces to ease writing Network Policies
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: grafana
|
||||
image: grafana/grafana:5.1.3
|
||||
image: grafana/grafana:5.1.4
|
||||
env:
|
||||
- name: GF_SERVER_HTTP_PORT
|
||||
value: "8080"
|
||||
|
|
Loading…
Reference in New Issue