[ceph-rook] Update Rook to version 1.18.8

Update Rook to version 1.18.8 in the deployment tools.

Change-Id: Ie83ccb22bb6306e8d22faea3eb97622d09bfe4ff
Signed-off-by: Stephen Taylor <stephen.taylor.1@att.com>
This commit is contained in:
Stephen Taylor
2025-12-18 14:01:17 -07:00
parent fe418b0442
commit 15b64c9fb0
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
set -xe
# Specify the Rook release tag to use for the Rook operator here
ROOK_RELEASE=v1.17.7
ROOK_RELEASE=v1.18.8
: ${CEPH_OSD_DATA_DEVICE:="/dev/loop100"}

View File

@@ -21,7 +21,7 @@ set -x
# The default values deploy the Rook operator in the rook-ceph namespace and
# the Ceph cluster in the ceph namespace using rook-operator.yaml and
# rook-ceph.yaml in the current directory.
ROOK_RELEASE=${ROOK_RELEASE:-1.17.7}
ROOK_RELEASE=${ROOK_RELEASE:-1.18.8}
CEPH_RELEASE=${CEPH_RELEASE:-19.2.3}
ROOK_CEPH_NAMESPACE=${ROOK_CEPH_NAMESPACE:-rook-ceph}
CEPH_NAMESPACE=${CEPH_NAMESPCE:-ceph}

View File

@@ -14,7 +14,7 @@
set -xe
ROOK_RELEASE=v1.17.7
ROOK_RELEASE=v1.18.8
: ${CEPH_OSD_DATA_DEVICE:="/dev/loop100"}