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:
Dalton Hubble 2018-06-19 21:45:15 -07:00
parent 05b99178ae
commit d5de41e07a
2 changed files with 2 additions and 1 deletions

View File

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

View File

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