diff --git a/.vuepress/public/statics/learning/ceph/rook-1.5.4/cluster.yaml b/.vuepress/public/statics/learning/ceph/rook-1.5.4/cluster.yaml index 0fda1e9..00483c5 100644 --- a/.vuepress/public/statics/learning/ceph/rook-1.5.4/cluster.yaml +++ b/.vuepress/public/statics/learning/ceph/rook-1.5.4/cluster.yaml @@ -21,7 +21,8 @@ spec: # versions running within the cluster. See tags available at https://hub.docker.com/r/ceph/ceph/tags/. # If you want to be more precise, you can always use a timestamp tag such ceph/ceph:v15.2.8-20201217 # This tag might not contain a new Ceph version, just security fixes from the underlying operating system, which will reduce vulnerabilities - image: ceph/ceph:v15.2.8 + # image: ceph/ceph:v15.2.8 + image: swr.cn-east-2.myhuaweicloud.com/kuboard-dependency/ceph:v15.2.8 # Whether to allow unsupported versions of Ceph. Currently `nautilus` and `octopus` are supported. # Future versions such as `pacific` would require this to be set to `true`. # Do not set to true in production.