diff --git a/cluster/base-custom/crds/rook-ceph/crds.yaml b/cluster/base-custom/crds/rook-ceph/crds.yaml index 23ec99420..17e8add21 100644 --- a/cluster/base-custom/crds/rook-ceph/crds.yaml +++ b/cluster/base-custom/crds/rook-ceph/crds.yaml @@ -9,7 +9,7 @@ spec: url: https://github.com/rook/rook.git ref: # renovate: registryUrl=https://charts.rook.io/release chart=rook-ceph - tag: v1.8.7 + tag: v1.8.8 ignore: | # exclude all /* diff --git a/cluster/core/rook-ceph/cluster/helm-release.yaml b/cluster/core/rook-ceph/cluster/helm-release.yaml index e3f51af00..f34373f3a 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.8.7 + version: v1.8.8 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 c8f43f11b..86cc50a30 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.8.7 + version: v1.8.8 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 70c7cb448..5cacff02f 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.8.7 + image: rook/ceph:v1.8.8 command: ["/usr/local/bin/toolbox.sh"] imagePullPolicy: IfNotPresent env: