mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
cephadm: update DEFAULT_IMAGE_RELEASE to squid
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
This commit is contained in:
parent
adc05c510a
commit
b6986466f7
@ -51,7 +51,7 @@ Misc
|
||||
~~~~
|
||||
- [ ] update src/ceph-volume/ceph_volume/__init__.py (`__release__`)
|
||||
- [x] update src/tools/monmaptool.cc (`min_mon_release` and corresponding output in `src/test/cli/monmaptool`)
|
||||
- [ ] update src/cephadm/cephadmlib/constants.py (`DEFAULT_IMAGE_RELEASE` to X)
|
||||
- [x] update src/cephadm/cephadmlib/constants.py (`DEFAULT_IMAGE_RELEASE` to X)
|
||||
|
||||
Docs
|
||||
~~~~
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Default container images -----------------------------------------------------
|
||||
DEFAULT_IMAGE = 'quay.ceph.io/ceph-ci/ceph:main'
|
||||
DEFAULT_IMAGE_IS_MAIN = True
|
||||
DEFAULT_IMAGE_RELEASE = 'reef'
|
||||
DEFAULT_IMAGE_RELEASE = 'squid'
|
||||
DEFAULT_PROMETHEUS_IMAGE = 'quay.io/prometheus/prometheus:v2.43.0'
|
||||
DEFAULT_LOKI_IMAGE = 'docker.io/grafana/loki:2.4.0'
|
||||
DEFAULT_PROMTAIL_IMAGE = 'docker.io/grafana/promtail:2.4.0'
|
||||
|
Loading…
Reference in New Issue
Block a user