]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: update LATEST_STABLE_RELEASE to squid 59826/head
authorAdam King <adking@redhat.com>
Tue, 17 Sep 2024 11:26:53 +0000 (07:26 -0400)
committerAdam King <adking@redhat.com>
Tue, 17 Sep 2024 11:26:53 +0000 (07:26 -0400)
Signed-off-by: Adam King <adking@redhat.com>
src/cephadm/cephadmlib/constants.py

index f26cd361b58e7ac304e88379bdabf9917d8b86bb..a5b83e360b185ad5acc38943c5838fae9e7f51e0 100644 (file)
@@ -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'