]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
python-common/ceph/cephadm: Change NVME image version to 1.4.
authorGil Bregman <gbregman@il.ibm.com>
Tue, 3 Dec 2024 09:31:44 +0000 (11:31 +0200)
committerGil Bregman <gbregman@il.ibm.com>
Tue, 3 Dec 2024 09:31:44 +0000 (11:31 +0200)
Fixes https://tracker.ceph.com/issues/69099

Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
src/python-common/ceph/cephadm/images.py

index 313741c90cb0d424c4f14dc03e0323bcef49fbed..5b3c742120584c5ce7a341d140c420b5c03433b3 100644 (file)
@@ -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',