diff --git a/cluster/base-custom/crds/rook-ceph/crds.yaml b/cluster/base-custom/crds/rook-ceph/crds.yaml index 0654b5d06..3b5e3d8e4 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.6.6 + tag: v1.6.7 ignore: | # exclude all /* diff --git a/cluster/core/infrastructure/rook-ceph/helm-release.yaml b/cluster/core/infrastructure/rook-ceph/helm-release.yaml index 33ba40359..c4770ac1e 100644 --- a/cluster/core/infrastructure/rook-ceph/helm-release.yaml +++ b/cluster/core/infrastructure/rook-ceph/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://charts.rook.io/release chart: rook-ceph - version: v1.6.6 + version: v1.6.7 sourceRef: kind: HelmRepository name: rook-ceph-charts diff --git a/cluster/core/infrastructure/rook-ceph/rook-direct-mount/deployment.yaml b/cluster/core/infrastructure/rook-ceph/rook-direct-mount/deployment.yaml index f4ea2f637..f7b5340f0 100644 --- a/cluster/core/infrastructure/rook-ceph/rook-direct-mount/deployment.yaml +++ b/cluster/core/infrastructure/rook-ceph/rook-direct-mount/deployment.yaml @@ -19,7 +19,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: rook-direct-mount - image: rook/ceph:v1.6.6 + image: rook/ceph:v1.6.7 command: ["/tini"] args: ["-g", "--", "/usr/local/bin/toolbox.sh"] imagePullPolicy: IfNotPresent