Merge "[ceph-rook] Update Rook to version 1.18.8"
This commit is contained in:
@@ -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"}
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
set -xe
|
||||
|
||||
ROOK_RELEASE=v1.17.7
|
||||
ROOK_RELEASE=v1.18.8
|
||||
|
||||
: ${CEPH_OSD_DATA_DEVICE:="/dev/loop100"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user