We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cacc72 + fe17113 commit 06b5b05Copy full SHA for 06b5b05
src/python-common/ceph/cephadm/images.py
@@ -32,7 +32,7 @@ class DefaultImages(Enum):
32
GRAFANA = _create_image('quay.io/ceph/grafana:10.4.8', 'grafana')
33
HAPROXY = _create_image('quay.io/ceph/haproxy:2.3', 'haproxy')
34
KEEPALIVED = _create_image('quay.io/ceph/keepalived:2.2.4', 'keepalived')
35
- NVMEOF = _create_image('quay.io/ceph/nvmeof:1.4', 'nvmeof')
+ NVMEOF = _create_image('quay.io/ceph/nvmeof:1.5', 'nvmeof')
36
SNMP_GATEWAY = _create_image('docker.io/maxwo/snmp-notifier:v1.2.1', 'snmp_gateway')
37
ELASTICSEARCH = _create_image('quay.io/omrizeneva/elasticsearch:6.8.23', 'elasticsearch')
38
JAEGER_COLLECTOR = _create_image('quay.io/jaegertracing/jaeger-collector:1.29',
0 commit comments