Update Grafana from v6.5.2 to v6.5.3
* https://github.com/grafana/grafana/releases/tag/v6.5.3
This commit is contained in:
parent
7ddd3d096d
commit
48703f9906
|
@ -23,7 +23,7 @@ Notable changes between versions.
|
||||||
* Add discovery for kube-proxy service endpoints
|
* Add discovery for kube-proxy service endpoints
|
||||||
* Update kube-state-metrics from v1.8.0 to v1.9.1
|
* Update kube-state-metrics from v1.8.0 to v1.9.1
|
||||||
* Reduce node-exporter DaemonSet tolerations ([#614](https://github.com/poseidon/typhoon/pull/614))
|
* Reduce node-exporter DaemonSet tolerations ([#614](https://github.com/poseidon/typhoon/pull/614))
|
||||||
* Update Grafana from v6.5.1 to v6.5.2
|
* Update Grafana from v6.5.1 to v6.5.3
|
||||||
|
|
||||||
## v1.17.0
|
## v1.17.0
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: docker.io/grafana/grafana:6.5.2
|
image: docker.io/grafana/grafana:6.5.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