diff options
author | Adam King <adking@redhat.com> | 2024-09-17 13:26:53 +0200 |
---|---|---|
committer | Adam King <adking@redhat.com> | 2024-09-17 13:26:53 +0200 |
commit | 656b6cb3ff022bc1854668344402ab38ad3f0d3c (patch) | |
tree | 68d6ab8b10db582fe87e924955e16aaca120f05b /src/cephadm | |
parent | Merge PR #55421 into main (diff) | |
download | ceph-656b6cb3ff022bc1854668344402ab38ad3f0d3c.tar.xz ceph-656b6cb3ff022bc1854668344402ab38ad3f0d3c.zip |
cephadm: update LATEST_STABLE_RELEASE to squid
Signed-off-by: Adam King <adking@redhat.com>
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 f26cd361b58..a5b83e360b1 100644 --- a/src/cephadm/cephadmlib/constants.py +++ b/src/cephadm/cephadmlib/constants.py @@ -25,7 +25,7 @@ DEFAULT_OAUTH2_PROXY_IMAGE = 'quay.io/oauth2-proxy/oauth2-proxy:v7.6.0' DEFAULT_REGISTRY = 'docker.io' # normalize unqualified digests to this # ------------------------------------------------------------------------------ -LATEST_STABLE_RELEASE = 'reef' +LATEST_STABLE_RELEASE = 'squid' DATA_DIR = '/var/lib/ceph' LOG_DIR = '/var/log/ceph' LOCK_DIR = '/run/cephadm' |