diff --git a/cluster/apps/rook-ceph/rook-direct-mount/deployment.yaml b/cluster/apps/rook-ceph/rook-direct-mount/deployment.yaml index dffa62b1..0814cc15 100644 --- a/cluster/apps/rook-ceph/rook-direct-mount/deployment.yaml +++ b/cluster/apps/rook-ceph/rook-direct-mount/deployment.yaml @@ -19,7 +19,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: rook-direct-mount - image: rook/ceph:v1.11.9 + image: rook/ceph:v1.13.5 command: ["/bin/bash"] args: ["-m", "-c", "/usr/local/bin/toolbox.sh"] imagePullPolicy: IfNotPresent diff --git a/cluster/core/rook-ceph/cluster/helm-release.yaml b/cluster/core/rook-ceph/cluster/helm-release.yaml index 79525479..a1ba71e7 100644 --- a/cluster/core/rook-ceph/cluster/helm-release.yaml +++ b/cluster/core/rook-ceph/cluster/helm-release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: rook-ceph-cluster - version: v1.11.9 + version: v1.13.5 sourceRef: kind: HelmRepository name: rook-ceph-charts diff --git a/cluster/core/rook-ceph/operator/helm-release.yaml b/cluster/core/rook-ceph/operator/helm-release.yaml index 12c98fe8..b77a14fb 100644 --- a/cluster/core/rook-ceph/operator/helm-release.yaml +++ b/cluster/core/rook-ceph/operator/helm-release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: rook-ceph - version: v1.11.9 + version: v1.13.5 sourceRef: kind: HelmRepository name: rook-ceph-charts