diff --git a/cluster/core/rook-ceph/cluster/helm-release.yaml b/cluster/core/rook-ceph/cluster/helm-release.yaml index 6c144e3f2..e76a2a7f5 100644 --- a/cluster/core/rook-ceph/cluster/helm-release.yaml +++ b/cluster/core/rook-ceph/cluster/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://charts.rook.io/release chart: rook-ceph-cluster - version: v1.9.7 + version: v1.12.7 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 4fbd913df..23e711035 100644 --- a/cluster/core/rook-ceph/operator/helm-release.yaml +++ b/cluster/core/rook-ceph/operator/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://charts.rook.io/release chart: rook-ceph - version: v1.9.7 + version: v1.12.7 sourceRef: kind: HelmRepository name: rook-ceph-charts diff --git a/cluster/core/rook-ceph/rook-direct-mount/deployment.yaml b/cluster/core/rook-ceph/rook-direct-mount/deployment.yaml index 9cd961f0c..22232b548 100644 --- a/cluster/core/rook-ceph/rook-direct-mount/deployment.yaml +++ b/cluster/core/rook-ceph/rook-direct-mount/deployment.yaml @@ -19,7 +19,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: rook-direct-mount - image: rook/ceph:v1.9.7 + image: rook/ceph:v1.12.6 command: ["/bin/bash"] args: ["-m", "-c", "/usr/local/bin/toolbox.sh"] imagePullPolicy: IfNotPresent