From 897d6459f438dcf1057f625b9d783b8f712a486a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Jul 2021 20:38:59 +0000 Subject: [PATCH] chore(deps): update helm release rook-ceph to v1.6.7 Signed-off-by: Auricom --- cluster/base-custom/crds/rook-ceph/crds.yaml | 2 +- cluster/core/infrastructure/rook-ceph/helm-release.yaml | 2 +- .../infrastructure/rook-ceph/rook-direct-mount/deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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