diff --git a/cluster/core/rook-ceph/cluster/helm-release.yaml b/cluster/core/rook-ceph/cluster/helm-release.yaml index 6c144e3f2..0f5c6f4bf 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.14.0 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..7b22ad697 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.14.0 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..9a6220ffa 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.14.0 command: ["/bin/bash"] args: ["-m", "-c", "/usr/local/bin/toolbox.sh"] imagePullPolicy: IfNotPresent