diff options
author | Adam King <47704447+adk3798@users.noreply.github.com> | 2024-09-18 20:57:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 20:57:20 +0200 |
commit | 74139acfe674822ea8a82f24881852754ee966d0 (patch) | |
tree | d174579ccaefe3438296208e0bc5579e871d5458 /src/cephadm | |
parent | Merge pull request #59174 from adk3798/cephadm-rgw-generate-cert (diff) | |
parent | mgr/cephadm: bump grafana to 10.4.8 (diff) | |
download | ceph-74139acfe674822ea8a82f24881852754ee966d0.tar.xz ceph-74139acfe674822ea8a82f24881852754ee966d0.zip |
Merge pull request #59591 from rhcs-dashboard/grafana-bump-10.4.8
mgr/cephadm: bump grafana to 10.4.8
Reviewed-by: Aashish Sharma <aasharma@redhat.com>
Reviewed-by: Adam King <adking@redhat.com>
Reviewed-by: cloudbehl <cloudbehl@gmail.com>
Diffstat (limited to 'src/cephadm')
-rw-r--r-- | src/cephadm/cephadmlib/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cephadm/cephadmlib/constants.py b/src/cephadm/cephadmlib/constants.py index f26cd361b58..5fc8680510d 100644 --- a/src/cephadm/cephadmlib/constants.py +++ b/src/cephadm/cephadmlib/constants.py @@ -9,7 +9,7 @@ DEFAULT_LOKI_IMAGE = 'docker.io/grafana/loki:3.0.0' DEFAULT_PROMTAIL_IMAGE = 'docker.io/grafana/promtail:3.0.0' DEFAULT_NODE_EXPORTER_IMAGE = 'quay.io/prometheus/node-exporter:v1.7.0' DEFAULT_ALERT_MANAGER_IMAGE = 'quay.io/prometheus/alertmanager:v0.27.0' -DEFAULT_GRAFANA_IMAGE = 'quay.io/ceph/grafana:10.4.0' +DEFAULT_GRAFANA_IMAGE = 'quay.io/ceph/grafana:10.4.8' DEFAULT_HAPROXY_IMAGE = 'quay.io/ceph/haproxy:2.3' DEFAULT_KEEPALIVED_IMAGE = 'quay.io/ceph/keepalived:2.2.4' DEFAULT_NVMEOF_IMAGE = 'quay.io/ceph/nvmeof:1.2.17' |