]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
nvmeof: bump image version to 1.5 62331/head
authorAlexander Indenbaum <aindenba@redhat.com>
Mon, 17 Mar 2025 09:25:48 +0000 (11:25 +0200)
committerAlexander Indenbaum <aindenba@redhat.com>
Mon, 17 Mar 2025 09:25:48 +0000 (11:25 +0200)
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
src/python-common/ceph/cephadm/images.py

index 77c979ebd918d6d71c9f2a29e94dab710d6ced16..a1d6e6dd409547036a0a6f5cea8fbfc28a63f136 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.4', 'nvmeof')
+    NVMEOF = _create_image('quay.io/ceph/nvmeof:1.5', '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',