Update Grafana from v6.7.2 to v7.0.0-beta1

* https://github.com/grafana/grafana/releases/tag/v7.0.0-beta1
This commit is contained in:
Dalton Hubble 2020-04-29 20:51:45 -07:00
parent 317416b316
commit 64035005d4
2 changed files with 7 additions and 1 deletions

View File

@ -9,9 +9,15 @@ Notable changes between versions.
* Renew Kubelet certificates every 72 hours
* Update Calico from v3.13.1 to [v3.13.3](https://docs.projectcalico.org/v3.13/release-notes/)
#### AWS
* Fix Terraform plan error when `controller_count` exceeds AWS zones (e.g. 5 controllers) ([#714](https://github.com/poseidon/typhoon/pull/714))
* Regressed in v1.17.1 ([#605](https://github.com/poseidon/typhoon/pull/605))
#### Addons
* Update Prometheus from v2.17.1 to v2.17.2
* Update Grafana from v6.7.2 to v7.0.0-beta1
## v1.18.2

View File

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