From 040adb6b54353c3ba344d64eb31cd50a8aee4969 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Jun 2021 08:37:53 +0000 Subject: [PATCH] chore(deps): update helm release rook-ceph to v1.6.6 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 62c5c4085..0654b5d06 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.4 + tag: v1.6.6 ignore: | # exclude all /* diff --git a/cluster/core/infrastructure/rook-ceph/helm-release.yaml b/cluster/core/infrastructure/rook-ceph/helm-release.yaml index 0318a5c89..33ba40359 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.4 + version: v1.6.6 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 502451406..f4ea2f637 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.4 + image: rook/ceph:v1.6.6 command: ["/tini"] args: ["-g", "--", "/usr/local/bin/toolbox.sh"] imagePullPolicy: IfNotPresent