rwlove / home-ops

Lovenet Cluster Configuration
https://rwlove.github.io/home-ops/
8 stars 0 forks source link

fix(helm): update rook ceph group to v1.15.1 (patch) #7136

Closed rosey-the-renovator-bot[bot] closed 1 week ago

rosey-the-renovator-bot[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
rook-ceph patch v1.15.0 -> v1.15.1
rook-ceph-cluster patch v1.15.0 -> v1.15.1
rook/ceph patch v1.15.0 -> v1.15.1

Release Notes

rook/rook (rook-ceph) ### [`v1.15.1`](https://redirect.github.com/rook/rook/releases/tag/v1.15.1) [Compare Source](https://redirect.github.com/rook/rook/compare/v1.15.0...v1.15.1) ##### Improvements Rook v1.15.1 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator. - csi: Update csi-addons to v0.9.1 ([#​14671](https://redirect.github.com/rook/rook/issues/14671), [@​Madhu-1](https://redirect.github.com/Madhu-1)) - helm: Reorder volumes in rook-ceph-csi scc for argocd diff to show no changes ([#​14642](https://redirect.github.com/rook/rook/issues/14642), [@​raynay-r](https://redirect.github.com/raynay-r)) - rgw: Allow users to add custom volume mounts ([#​14616](https://redirect.github.com/rook/rook/issues/14616), [@​BlaineEXE](https://redirect.github.com/BlaineEXE)) - core: Spread Ceph mons across zones when using `mon.zones` spec ([#​14636](https://redirect.github.com/rook/rook/issues/14636), [@​BenoitKnecht](https://redirect.github.com/BenoitKnecht)) - external: Remove the false bool values from config file ([#​14627](https://redirect.github.com/rook/rook/issues/14627), [@​parth-gr](https://redirect.github.com/parth-gr)) - core: Host cleanup jobs to read flags correctly ([#​14631](https://redirect.github.com/rook/rook/issues/14631), [@​sp98](https://redirect.github.com/sp98)) - multus: Fix default service account handling ([#​14629](https://redirect.github.com/rook/rook/issues/14629), [@​BlaineEXE](https://redirect.github.com/BlaineEXE)) - csi: Use specific CSI operator version tag instead of latest image ([#​14618](https://redirect.github.com/rook/rook/issues/14618), [@​subhamkrai](https://redirect.github.com/subhamkrai))

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.

rosey-the-renovator-bot[bot] commented 1 week ago
--- kubernetes/main/apps/storage/rook-ceph/app Kustomization: flux-system/storage-rook-ceph HelmRelease: rook-ceph/rook-ceph-operator

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

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

     spec:
       chart: rook-ceph
       sourceRef:
         kind: HelmRepository
         name: rook-ceph-charts
         namespace: flux-system
-      version: v1.15.0
+      version: v1.15.1
   install:
     crds: CreateReplace
     createNamespace: true
     remediation:
       retries: 3
   interval: 30m
--- kubernetes/main/apps/storage/rook-ceph/cluster Kustomization: flux-system/storage-rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster

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

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

     spec:
       chart: rook-ceph-cluster
       sourceRef:
         kind: HelmRepository
         name: rook-ceph-charts
         namespace: flux-system
-      version: v1.15.0
+      version: v1.15.1
   install:
     crds: CreateReplace
     createNamespace: true
     remediation:
       retries: 3
     replace: true
--- kubernetes/main/apps/storage/rook-ceph/add-ons Kustomization: flux-system/storage-rook-ceph-addons Deployment: rook-ceph/rook-direct-mount

+++ kubernetes/main/apps/storage/rook-ceph/add-ons Kustomization: flux-system/storage-rook-ceph-addons Deployment: rook-ceph/rook-direct-mount

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

               name: rook-ceph-mon
         - name: ROOK_CEPH_SECRET
           valueFrom:
             secretKeyRef:
               key: ceph-secret
               name: rook-ceph-mon
-        image: rook/ceph:v1.15.0
+        image: rook/ceph:v1.15.1
         imagePullPolicy: IfNotPresent
         name: rook-direct-mount
         securityContext:
           privileged: true
           runAsUser: 0
         tty: true
rosey-the-renovator-bot[bot] commented 1 week ago
--- HelmRelease: rook-ceph/rook-ceph-operator ConfigMap: rook-ceph/rook-ceph-operator-config

+++ HelmRelease: rook-ceph/rook-ceph-operator ConfigMap: rook-ceph/rook-ceph-operator-config

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

   ROOK_CSI_PROVISIONER_IMAGE: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
   ROOK_CSI_SNAPSHOTTER_IMAGE: registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1
   ROOK_CSI_ATTACHER_IMAGE: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
   ROOK_CSI_RESIZER_IMAGE: registry.k8s.io/sig-storage/csi-resizer:v1.11.1
   ROOK_CSI_IMAGE_PULL_POLICY: IfNotPresent
   CSI_ENABLE_CSIADDONS: 'false'
-  ROOK_CSIADDONS_IMAGE: quay.io/csiaddons/k8s-sidecar:v0.9.0
+  ROOK_CSIADDONS_IMAGE: quay.io/csiaddons/k8s-sidecar:v0.9.1
   CSI_ENABLE_TOPOLOGY: 'false'
   ROOK_CSI_ENABLE_NFS: 'false'
   CSI_FORCE_CEPHFS_KERNEL_CLIENT: 'true'
   CSI_GRPC_TIMEOUT_SECONDS: '150'
   CSI_PROVISIONER_REPLICAS: '2'
   CSI_RBD_PROVISIONER_RESOURCE: |
--- 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.0
+        image: docker.io/rook/ceph:v1.15.1
         imagePullPolicy: IfNotPresent
         args:
         - ceph
         - operator
         securityContext:
           capabilities: