Update Grafana from v7.0.1 to v7.0.3
* https://github.com/grafana/grafana/releases/tag/v7.0.2 * https://github.com/grafana/grafana/releases/tag/v7.0.3
This commit is contained in:
parent
16c0b9152b
commit
8f875f80f5
|
@ -18,7 +18,7 @@ Notable changes between versions.
|
||||||
|
|
||||||
* Update node-exporter from v1.0.0-rc.1 to [v1.0.0](https://github.com/prometheus/node_exporter/releases/tag/v1.0.0)
|
* Update node-exporter from v1.0.0-rc.1 to [v1.0.0](https://github.com/prometheus/node_exporter/releases/tag/v1.0.0)
|
||||||
* Update kube-state-metrics from v1.9.6 to v1.9.7
|
* Update kube-state-metrics from v1.9.6 to v1.9.7
|
||||||
* Update Grafana from v7.0.0 to v7.0.1
|
* Update Grafana from v7.0.0 to v7.0.3
|
||||||
|
|
||||||
## v1.18.3
|
## v1.18.3
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: docker.io/grafana/grafana:7.0.1
|
image: docker.io/grafana/grafana:7.0.3
|
||||||
env:
|
env:
|
||||||
- name: GF_PATHS_CONFIG
|
- name: GF_PATHS_CONFIG
|
||||||
value: "/etc/grafana/custom.ini"
|
value: "/etc/grafana/custom.ini"
|
||||||
|
|
Loading…
Reference in New Issue