Update Grafana from v7.1.3 to v7.1.4

* https://github.com/grafana/grafana/releases/tag/v7.1.4
This commit is contained in:
Dalton Hubble 2020-08-22 15:40:09 -07:00
parent cd7fd29194
commit 58def65a09
2 changed files with 5 additions and 1 deletions

View File

@ -10,6 +10,10 @@ Notable changes between versions.
* Fix SELinux label of bootstrap-secrets on non-bootstrapping controllers ([#808](https://github.com/poseidon/typhoon/pull/808))
### Addons
* Update Grafana from v7.1.3 to [v7.1.4](https://github.com/grafana/grafana/releases/tag/v7.1.4)
## v1.18.8
* Kubernetes [v1.18.8](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.18.md#v1188)

View File

@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: grafana
image: docker.io/grafana/grafana:7.1.3
image: docker.io/grafana/grafana:7.1.4
env:
- name: GF_PATHS_CONFIG
value: "/etc/grafana/custom.ini"