From: Alexander Indenbaum Date: Mon, 17 Mar 2025 09:25:48 +0000 (+0200) Subject: nvmeof: bump image version to 1.5 X-Git-Tag: testing/wip-pdonnell-testing-20250324.181635-debug~61^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fe171132c352cf689b724eab5545394c0ea2b005;p=ceph-ci.git nvmeof: bump image version to 1.5 Signed-off-by: Alexander Indenbaum --- diff --git a/src/python-common/ceph/cephadm/images.py b/src/python-common/ceph/cephadm/images.py index 77c979ebd91..a1d6e6dd409 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.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',