]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
nvmeof: Change the NVMEOF image version to 1.8 69144/head
authorGil Bregman <gbregman@il.ibm.com>
Thu, 28 May 2026 12:41:26 +0000 (15:41 +0300)
committerGil Bregman <gbregman@il.ibm.com>
Thu, 28 May 2026 12:41:26 +0000 (15:41 +0300)
Fixes: https://tracker.ceph.com/issues/76958
Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
src/python-common/ceph/cephadm/images.py

index afe5c4a37b43242073f36cc91ba68574a9beaeb6..1c1e5b54a02c6384319ee24b5b33349eb1baa711 100644 (file)
@@ -39,7 +39,7 @@ class DefaultImages(Enum):
     GRAFANA = _create_image('quay.io/ceph/grafana:12.3.1', '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.7', 'nvmeof')
+    NVMEOF = _create_image('quay.io/ceph/nvmeof:1.8', 'nvmeof')
     SNMP_GATEWAY = _create_image(
         'docker.io/maxwo/snmp-notifier:v1.2.1', 'snmp_gateway'
     )