haraldkoch / kochhaus-home

Experimental homelab configuration for running things on kubernetes
MIT License
114 stars 14 forks source link

fix(helm): update rook-ceph group ( v1.15.3 → v1.15.4 ) [main] (patch) #5643

Open doug-piranha-bot[bot] opened 2 hours ago

doug-piranha-bot[bot] commented 2 hours ago

This PR contains the following updates:

Package Update Change
rook-ceph patch v1.15.3 -> v1.15.4
rook-ceph-cluster patch v1.15.3 -> v1.15.4

Release Notes

rook/rook (rook-ceph) ### [`v1.15.4`](https://redirect.github.com/rook/rook/releases/tag/v1.15.4) [Compare Source](https://redirect.github.com/rook/rook/compare/v1.15.3...v1.15.4) ##### Improvements Rook v1.15.4 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator. - core: Define empty securityContext for pods to fix CIS 5.7.3 ([#​14823](https://redirect.github.com/rook/rook/issues/14823), [@​prazumovsky](https://redirect.github.com/prazumovsky)) - core: Fix deletion of the osd-replace-config configmap during OSD migration ([#​14862](https://redirect.github.com/rook/rook/issues/14862), [@​sp98](https://redirect.github.com/sp98)) - core: Allow removal of exporter pods from a node no longer having ceph daemons ([#​14854](https://redirect.github.com/rook/rook/issues/14854), [@​travisn](https://redirect.github.com/travisn)) - docs: Add documentation for RBD VolumeGroupSnapshot ([#​14845](https://redirect.github.com/rook/rook/issues/14845), [@​black-dragon74](https://redirect.github.com/black-dragon74)) - csi: Disable fencing in Rook due to unreliable IPs being fenced ([#​14831](https://redirect.github.com/rook/rook/issues/14831), [@​Madhu-1](https://redirect.github.com/Madhu-1)) - multus: Do not force delete in validation cleanup ([#​14820](https://redirect.github.com/rook/rook/issues/14820), [@​BlaineEXE](https://redirect.github.com/BlaineEXE)) - mon: Do not remove extra mon in middle of failover ([#​14805](https://redirect.github.com/rook/rook/issues/14805), [@​travisn](https://redirect.github.com/travisn)) - mds: Fix liveness probe timeout when ceph timeout is reached ([#​14798](https://redirect.github.com/rook/rook/issues/14798), [@​BlaineEXE](https://redirect.github.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.



This PR has been generated by Renovate Bot.

doug-piranha-bot[bot] commented 2 hours ago
--- kubernetes/main/apps/rook-ceph/rook-ceph/cluster Kustomization: flux-system/rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster

+++ kubernetes/main/apps/rook-ceph/rook-ceph/cluster Kustomization: flux-system/rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster

@@ -13,13 +13,13 @@

     spec:
       chart: rook-ceph-cluster
       sourceRef:
         kind: HelmRepository
         name: rook-ceph
         namespace: flux-system
-      version: v1.15.3
+      version: v1.15.4
   dependsOn:
   - name: rook-ceph-operator
     namespace: rook-ceph
   - name: snapshot-controller
     namespace: storage
   install:
--- kubernetes/main/apps/rook-ceph/rook-ceph/app Kustomization: flux-system/rook-ceph HelmRelease: rook-ceph/rook-ceph-operator

+++ kubernetes/main/apps/rook-ceph/rook-ceph/app Kustomization: flux-system/rook-ceph HelmRelease: rook-ceph/rook-ceph-operator

@@ -13,13 +13,13 @@

     spec:
       chart: rook-ceph
       sourceRef:
         kind: HelmRepository
         name: rook-ceph
         namespace: flux-system
-      version: v1.15.3
+      version: v1.15.4
   dependsOn:
   - name: snapshot-controller
     namespace: storage
   install:
     remediation:
       retries: 3
doug-piranha-bot[bot] commented 2 hours ago
--- HelmRelease: rook-ceph/rook-ceph-operator Deployment: rook-ceph/rook-ceph-operator

+++ HelmRelease: rook-ceph/rook-ceph-operator Deployment: rook-ceph/rook-ceph-operator

@@ -26,13 +26,13 @@

       - effect: NoExecute
         key: node.kubernetes.io/unreachable
         operator: Exists
         tolerationSeconds: 5
       containers:
       - name: rook-ceph-operator
-        image: docker.io/rook/ceph:v1.15.3
+        image: docker.io/rook/ceph:v1.15.4
         imagePullPolicy: IfNotPresent
         args:
         - ceph
         - operator
         securityContext:
           capabilities: