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
|
* Update Prometheus from v2.2.1 to v2.3.1
|
||||||
* Add Prometheus liveness and readiness probes
|
* Add Prometheus liveness and readiness probes
|
||||||
|
* Update Grafana from 5.1.3 to 5.1.4
|
||||||
* Annotate Grafana service so Prometheus scrapes metrics
|
* Annotate Grafana service so Prometheus scrapes metrics
|
||||||
* Label namespaces to ease writing Network Policies
|
* Label namespaces to ease writing Network Policies
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: grafana/grafana:5.1.3
|
image: grafana/grafana:5.1.4
|
||||||
env:
|
env:
|
||||||
- name: GF_SERVER_HTTP_PORT
|
- name: GF_SERVER_HTTP_PORT
|
||||||
value: "8080"
|
value: "8080"
|
||||||
|
|
Loading…
Reference in New Issue