Update Grafana from v7.2.1 to v7.2.2

* https://github.com/grafana/grafana/releases/tag/v7.2.2
This commit is contained in:
Dalton Hubble 2020-10-22 00:14:04 -07:00
parent e5ba3329eb
commit fc62e51b2a
2 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,10 @@ Notable changes between versions.
* Fix local node delete oneshot on node shutdown ([#855](https://github.com/poseidon/typhoon/pull/855))
* Remove CoreOS Container Linux Matchbox profiles ([#859](https://github.com/poseidon/typhoon/pull/858))
### Addons
* Update Grafana from v7.2.1 to [v7.2.2](https://github.com/grafana/grafana/releases/tag/v7.2.2)
## v1.19.3
* Update Cilium from v1.8.3 to [v1.8.4](https://github.com/cilium/cilium/releases/tag/v1.8.4)

View File

@ -24,7 +24,7 @@ spec:
type: RuntimeDefault
containers:
- name: grafana
image: docker.io/grafana/grafana:7.2.1
image: docker.io/grafana/grafana:7.2.2
env:
- name: GF_PATHS_CONFIG
value: "/etc/grafana/custom.ini"