summaryrefslogtreecommitdiffstats
path: root/src/cephadm
diff options
context:
space:
mode:
authorGil Bregman <gbregman@il.ibm.com>2024-10-29 15:41:26 +0100
committerGil Bregman <gbregman@il.ibm.com>2024-10-29 15:41:26 +0100
commitdd5dcc2945a837cdbe7a941e2926a9149d3625a3 (patch)
treeea33e525851d3d9fdd4bff0dedb70d748e09bba9 /src/cephadm
parentMerge PR #60010 into main (diff)
downloadceph-dd5dcc2945a837cdbe7a941e2926a9149d3625a3.tar.xz
ceph-dd5dcc2945a837cdbe7a941e2926a9149d3625a3.zip
mgr/cephadm: Change NVME image version to 1.3.3.
Fixes https://tracker.ceph.com/issues/68755 Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
Diffstat (limited to 'src/cephadm')
-rw-r--r--src/cephadm/cephadmlib/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cephadm/cephadmlib/constants.py b/src/cephadm/cephadmlib/constants.py
index 354c3782398..c53e89438a8 100644
--- a/src/cephadm/cephadmlib/constants.py
+++ b/src/cephadm/cephadmlib/constants.py
@@ -12,7 +12,7 @@ DEFAULT_ALERT_MANAGER_IMAGE = 'quay.io/prometheus/alertmanager:v0.27.0'
DEFAULT_GRAFANA_IMAGE = 'quay.io/ceph/grafana:10.4.8'
DEFAULT_HAPROXY_IMAGE = 'quay.io/ceph/haproxy:2.3'
DEFAULT_KEEPALIVED_IMAGE = 'quay.io/ceph/keepalived:2.2.4'
-DEFAULT_NVMEOF_IMAGE = 'quay.io/ceph/nvmeof:1.2.17'
+DEFAULT_NVMEOF_IMAGE = 'quay.io/ceph/nvmeof:1.3.3'
DEFAULT_SNMP_GATEWAY_IMAGE = 'quay.io/ceph/snmp-notifier:v1.2.1'
DEFAULT_ELASTICSEARCH_IMAGE = 'quay.io/omrizeneva/elasticsearch:6.8.23'
DEFAULT_JAEGER_COLLECTOR_IMAGE = 'quay.io/jaegertracing/jaeger-collector:1.29'