From bfbebd2c34e4b523a27d1c40e00a0f788daee2a6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 Aug 2021 20:52:29 +0000 Subject: [PATCH] fix(charts): update rook-ceph-suite helm releases to v1.7.1 Signed-off-by: auricom <27022259+auricom@users.noreply.github.com> --- cluster/base-custom/crds/rook-ceph/crds.yaml | 2 +- cluster/core/rook-ceph/helm-release.yaml | 2 +- cluster/core/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 f3195d05f..36eaf31c9 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.7.0 + tag: v1.7.1 ignore: | # exclude all /* diff --git a/cluster/core/rook-ceph/helm-release.yaml b/cluster/core/rook-ceph/helm-release.yaml index 2adf4504a..3544240c1 100644 --- a/cluster/core/rook-ceph/helm-release.yaml +++ b/cluster/core/rook-ceph/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://charts.rook.io/release chart: rook-ceph - version: v1.7.0 + version: v1.7.1 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 f1edbad0b..1325ef4f9 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.7.0 + image: rook/ceph:v1.7.1 command: ["/tini"] args: ["-g", "--", "/usr/local/bin/toolbox.sh"] imagePullPolicy: IfNotPresent