diff options
author | Aviv Caro <133020857+caroav@users.noreply.github.com> | 2024-08-27 10:20:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 10:20:17 +0200 |
commit | f404c631976e4849b157bae872a1e1ed48b1961c (patch) | |
tree | d7bed8ad05618b62a529a8e7ac9eaa8709b9f6ce /src/cephadm | |
parent | Merge pull request #59433 from idryomov/wip-drop-xmlstarlet-variable (diff) | |
parent | mgr/cephadm: bump DEFAULT_NVMEOF_IMAGE to 1.2.17 (diff) | |
download | ceph-f404c631976e4849b157bae872a1e1ed48b1961c.tar.xz ceph-f404c631976e4849b157bae872a1e1ed48b1961c.zip |
Merge pull request #59085 from VallariAg/update-default-nvmeof-img
mgr/cephadm: bump DEFAULT_NVMEOF_IMAGE to 1.2.17
Diffstat (limited to 'src/cephadm')
-rw-r--r-- | src/cephadm/cephadmlib/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cephadm/cephadmlib/constants.py b/src/cephadm/cephadmlib/constants.py index b104a98bc56..37df1d48f43 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.0' 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.1' +DEFAULT_NVMEOF_IMAGE = 'quay.io/ceph/nvmeof:1.2.17' DEFAULT_SNMP_GATEWAY_IMAGE = 'docker.io/maxwo/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' |