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:
parent
317416b316
commit
64035005d4
|
@ -9,9 +9,15 @@ Notable changes between versions.
|
||||||
* Renew Kubelet certificates every 72 hours
|
* Renew Kubelet certificates every 72 hours
|
||||||
* Update Calico from v3.13.1 to [v3.13.3](https://docs.projectcalico.org/v3.13/release-notes/)
|
* 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
|
#### Addons
|
||||||
|
|
||||||
* Update Prometheus from v2.17.1 to v2.17.2
|
* Update Prometheus from v2.17.1 to v2.17.2
|
||||||
|
* Update Grafana from v6.7.2 to v7.0.0-beta1
|
||||||
|
|
||||||
## v1.18.2
|
## v1.18.2
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: docker.io/grafana/grafana:6.7.2
|
image: docker.io/grafana/grafana:7.0.0-beta1
|
||||||
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