From 0fdc39ee02e64d5d5858bea4f4095a94781b1167 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 22:17:59 +0000 Subject: [PATCH] feat(helm): update rook-ceph group to v1.13.6 | datasource | package | from | to | | ---------- | ----------------- | ------- | ------- | | helm | rook-ceph | v1.11.9 | v1.13.6 | | helm | rook-ceph-cluster | v1.11.9 | v1.13.6 | | docker | rook/ceph | v1.11.9 | v1.13.6 | --- cluster/apps/rook-ceph/rook-direct-mount/deployment.yaml | 2 +- cluster/core/rook-ceph/cluster/helm-release.yaml | 2 +- cluster/core/rook-ceph/operator/helm-release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/rook-ceph/rook-direct-mount/deployment.yaml b/cluster/apps/rook-ceph/rook-direct-mount/deployment.yaml index dffa62b1..847131d8 100644 --- a/cluster/apps/rook-ceph/rook-direct-mount/deployment.yaml +++ b/cluster/apps/rook-ceph/rook-direct-mount/deployment.yaml @@ -19,7 +19,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: rook-direct-mount - image: rook/ceph:v1.11.9 + image: rook/ceph:v1.13.6 command: ["/bin/bash"] args: ["-m", "-c", "/usr/local/bin/toolbox.sh"] imagePullPolicy: IfNotPresent diff --git a/cluster/core/rook-ceph/cluster/helm-release.yaml b/cluster/core/rook-ceph/cluster/helm-release.yaml index 79525479..63080fdd 100644 --- a/cluster/core/rook-ceph/cluster/helm-release.yaml +++ b/cluster/core/rook-ceph/cluster/helm-release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: rook-ceph-cluster - version: v1.11.9 + version: v1.13.6 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 12c98fe8..d0c539f1 100644 --- a/cluster/core/rook-ceph/operator/helm-release.yaml +++ b/cluster/core/rook-ceph/operator/helm-release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: rook-ceph - version: v1.11.9 + version: v1.13.6 sourceRef: kind: HelmRepository name: rook-ceph-charts