Skip to content

Commit

Permalink
fix(helm-chart): update rook ceph group to v1.14.2 (patch) (#473)
Browse files Browse the repository at this point in the history
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

<details>
<summary>rook/rook (rook-ceph)</summary>

### [`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
([#&#8203;14093](https://togithub.com/rook/rook/issues/14093),
[@&#8203;subhamkrai](https://togithub.com/subhamkrai))
- helm: Use correct metadata and data EC block pool
([#&#8203;14088](https://togithub.com/rook/rook/issues/14088),
[@&#8203;travisn](https://togithub.com/travisn))
- csi: Only create CSI config configmap in CSI reconciler
([#&#8203;14089](https://togithub.com/rook/rook/issues/14089),
[@&#8203;BlaineEXE](https://togithub.com/BlaineEXE))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMwOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
  • Loading branch information
kireque-bot[bot] authored Apr 19, 2024
1 parent 0196c36 commit d6c95fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: rook-ceph
version: v1.14.1
version: v1.14.2
sourceRef:
kind: HelmRepository
name: rook-ceph
Expand Down

0 comments on commit d6c95fd

Please sign in to comment.