Merge "[ceph-rook] Update Rook to version 1.18.8"

This commit is contained in:
Zuul
2025-12-19 20:39:25 +00:00
committed by Gerrit Code Review
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"}