Update Grafana from v6.4.3 to v6.4.4
* https://github.com/grafana/grafana/releases/tag/v6.4.4
This commit is contained in:
parent
a3807086d4
commit
a8b7792338
|
@ -15,7 +15,7 @@ Notable changes between versions.
|
||||||
* Update Prometheus from v2.13.0 to v2.13.1
|
* Update Prometheus from v2.13.0 to v2.13.1
|
||||||
* Refresh rules, alerts, and dashboards from upstreams
|
* Refresh rules, alerts, and dashboards from upstreams
|
||||||
* Remove addon-resizer from kube-state-metrics ([#575](https://github.com/poseidon/typhoon/pull/575))
|
* Remove addon-resizer from kube-state-metrics ([#575](https://github.com/poseidon/typhoon/pull/575))
|
||||||
* Update Grafana from v6.4.2 to v6.4.3
|
* Update Grafana from v6.4.2 to v6.4.4
|
||||||
|
|
||||||
## v1.16.2
|
## v1.16.2
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: docker.io/grafana/grafana:6.4.3
|
image: docker.io/grafana/grafana:6.4.4
|
||||||
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