Skip to content

Commit 406bb2d

Browse files
committed
mgr/cephadm: upgrade grafana to 10.4.16
Signed-off-by: Nizamudeen A <[email protected]>
1 parent 538a576 commit 406bb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python-common/ceph/cephadm/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class DefaultImages(Enum):
2929
PROMTAIL = _create_image('docker.io/grafana/promtail:3.0.0', 'promtail')
3030
NODE_EXPORTER = _create_image('quay.io/prometheus/node-exporter:v1.7.0', 'node_exporter')
3131
ALERTMANAGER = _create_image('quay.io/prometheus/alertmanager:v0.27.0', 'alertmanager')
32-
GRAFANA = _create_image('quay.io/ceph/grafana:10.4.8', 'grafana')
32+
GRAFANA = _create_image('quay.io/ceph/grafana:10.4.16', 'grafana')
3333
HAPROXY = _create_image('quay.io/ceph/haproxy:2.3', 'haproxy')
3434
KEEPALIVED = _create_image('quay.io/ceph/keepalived:2.2.4', 'keepalived')
3535
NVMEOF = _create_image('quay.io/ceph/nvmeof:1.5', 'nvmeof')

0 commit comments

Comments
 (0)