From: Gil Bregman Date: Tue, 3 Dec 2024 09:31:44 +0000 (+0200) Subject: python-common/ceph/cephadm: Change NVME image version to 1.4. X-Git-Tag: testing/wip-rishabh-testing-20241204.130505~15^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8522452bb6455bbb0c301871043b4f68df20a3d8;p=ceph-ci.git python-common/ceph/cephadm: Change NVME image version to 1.4. Fixes https://tracker.ceph.com/issues/69099 Signed-off-by: Gil Bregman --- diff --git a/src/python-common/ceph/cephadm/images.py b/src/python-common/ceph/cephadm/images.py index 313741c90cb..5b3c7421205 100644 --- a/src/python-common/ceph/cephadm/images.py +++ b/src/python-common/ceph/cephadm/images.py @@ -32,7 +32,7 @@ class DefaultImages(Enum): GRAFANA = _create_image('quay.io/ceph/grafana:10.4.8', 'grafana') HAPROXY = _create_image('quay.io/ceph/haproxy:2.3', 'haproxy') KEEPALIVED = _create_image('quay.io/ceph/keepalived:2.2.4', 'keepalived') - NVMEOF = _create_image('quay.io/ceph/nvmeof:1.2.17', 'nvmeof') + NVMEOF = _create_image('quay.io/ceph/nvmeof:1.4', 'nvmeof') SNMP_GATEWAY = _create_image('docker.io/maxwo/snmp-notifier:v1.2.1', 'snmp_gateway') ELASTICSEARCH = _create_image('quay.io/omrizeneva/elasticsearch:6.8.23', 'elasticsearch') JAEGER_COLLECTOR = _create_image('quay.io/jaegertracing/jaeger-collector:1.29',