1
0
mirror of https://github.com/ceph/ceph synced 2025-04-01 23:02:17 +00:00

monitoring: upgrade grafana container to 9.4.12

Fixes the CVEs mentioned here: https://grafana.com/blog/2023/06/06/grafana-security-release-new-grafana-versions-with-security-fixes-for-cve-2023-2183-and-cve-2023-2801/

Signed-off-by: Nizamudeen A <nia@redhat.com>
This commit is contained in:
Nizamudeen A 2023-12-06 11:56:44 +05:30
parent 8cd25c3624
commit dd0a5aac96

View File

@ -1,5 +1,5 @@
GRAFANA_VERSION ?= 9.4.7-1
GRAFANA_VERSION ?= 9.4.12-1
PIECHART_VERSION ?= "1.6.2"
STATUS_PANEL_VERSION ?= "1.0.11"
DASHBOARD_DIR := "../../ceph-mixin/dashboards_out"