From d6c95fd7ced2bdfc464a7853b97708ab605c6b98 Mon Sep 17 00:00:00 2001 From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:11:15 +0200 Subject: [PATCH] fix(helm-chart): update rook ceph group to v1.14.2 (patch) (#473) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rook-ceph](https://togithub.com/rook/rook) | patch | `v1.14.1` -> `v1.14.2` | | [rook-ceph-cluster](https://togithub.com/rook/rook) | patch | `v1.14.1` -> `v1.14.2` | --- ### Release Notes
rook/rook (rook-ceph) ### [`v1.14.2`](https://togithub.com/rook/rook/releases/tag/v1.14.2) [Compare Source](https://togithub.com/rook/rook/compare/v1.14.1...v1.14.2) ##### Improvements Rook v1.14.2 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator. - ci: Add K8s 1.30 support ([#​14093](https://togithub.com/rook/rook/issues/14093), [@​subhamkrai](https://togithub.com/subhamkrai)) - helm: Use correct metadata and data EC block pool ([#​14088](https://togithub.com/rook/rook/issues/14088), [@​travisn](https://togithub.com/travisn)) - csi: Only create CSI config configmap in CSI reconciler ([#​14089](https://togithub.com/rook/rook/issues/14089), [@​BlaineEXE](https://togithub.com/BlaineEXE))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com> --- .../main/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml | 2 +- .../main/apps/rook-ceph/rook-ceph/operator/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/main/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml b/kubernetes/main/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml index fd222b6c7..a3561a1a7 100644 --- a/kubernetes/main/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml +++ b/kubernetes/main/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: rook-ceph-cluster - version: v1.14.1 + version: v1.14.2 sourceRef: kind: HelmRepository name: rook-ceph diff --git a/kubernetes/main/apps/rook-ceph/rook-ceph/operator/helmrelease.yaml b/kubernetes/main/apps/rook-ceph/rook-ceph/operator/helmrelease.yaml index 63162adea..720d7369d 100644 --- a/kubernetes/main/apps/rook-ceph/rook-ceph/operator/helmrelease.yaml +++ b/kubernetes/main/apps/rook-ceph/rook-ceph/operator/helmrelease.yaml @@ -10,7 +10,7 @@ spec: chart: spec: chart: rook-ceph - version: v1.14.1 + version: v1.14.2 sourceRef: kind: HelmRepository name: rook-ceph