martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
5 stars 0 forks source link

fix(helm): update snapshot-controller ( 3.0.4 → 3.0.5 ) #993

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
snapshot-controller patch 3.0.4 -> 3.0.5

Release Notes

piraeusdatastore/helm-charts (snapshot-controller) ### [`v3.0.5`](https://togithub.com/piraeusdatastore/helm-charts/releases/tag/snapshot-controller-3.0.5) [Compare Source](https://togithub.com/piraeusdatastore/helm-charts/compare/snapshot-controller-3.0.4...snapshot-controller-3.0.5) Deploys a Snapshot Controller in a cluster. Snapshot Controllers are often bundled with the Kubernetes distribution, this chart is meant for cases where it is not. Also deploys the Snapshot Validation Webhook and configures your cluster to validate every `VolumeSnapshot` and `VolumeSnapshotContent` resource by sending it to the webhook.

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 this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 month ago

helmrelease changes in kubernetes/storage

--- HelmRelease: volsync-system/snapshot-controller ClusterRole: volsync-system/snapshot-controller

+++ HelmRelease: volsync-system/snapshot-controller ClusterRole: volsync-system/snapshot-controller

@@ -18,20 +18,12 @@

   - persistentvolumeclaims
   verbs:
   - get
   - list
   - watch
   - update
-- apiGroups:
-  - storage.k8s.io
-  resources:
-  - storageclasses
-  verbs:
-  - get
-  - list
-  - watch
 - apiGroups:
   - ''
   resources:
   - events
   verbs:
   - list
@@ -54,14 +46,14 @@

   verbs:
   - create
   - get
   - list
   - watch
   - update
+  - delete
   - patch
-  - delete
 - apiGroups:
   - snapshot.storage.k8s.io
   resources:
   - volumesnapshotcontents/status
   verbs:
   - patch
@@ -72,14 +64,58 @@

   verbs:
   - get
   - list
   - watch
   - update
   - patch
+  - delete
 - apiGroups:
   - snapshot.storage.k8s.io
   resources:
   - volumesnapshots/status
   verbs:
   - update
   - patch
+- apiGroups:
+  - groupsnapshot.storage.k8s.io
+  resources:
+  - volumegroupsnapshotclasses
+  verbs:
+  - get
+  - list
+  - watch
+- apiGroups:
+  - groupsnapshot.storage.k8s.io
+  resources:
+  - volumegroupsnapshotcontents
+  verbs:
+  - create
+  - get
+  - list
+  - watch
+  - update
+  - delete
+  - patch
+- apiGroups:
+  - groupsnapshot.storage.k8s.io
+  resources:
+  - volumegroupsnapshotcontents/status
+  verbs:
+  - patch
+- apiGroups:
+  - groupsnapshot.storage.k8s.io
+  resources:
+  - volumegroupsnapshots
+  verbs:
+  - get
+  - list
+  - watch
+  - update
+  - patch
+- apiGroups:
+  - groupsnapshot.storage.k8s.io
+  resources:
+  - volumegroupsnapshots/status
+  verbs:
+  - update
+  - patch
github-actions[bot] commented 1 month ago

kustomization changes in kubernetes/storage

--- kubernetes/storage/apps/volsync-system/snapshot-controller/app Kustomization: flux-system/snapshot-controller HelmRelease: volsync-system/snapshot-controller

+++ kubernetes/storage/apps/volsync-system/snapshot-controller/app Kustomization: flux-system/snapshot-controller HelmRelease: volsync-system/snapshot-controller

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

     spec:
       chart: snapshot-controller
       sourceRef:
         kind: HelmRepository
         name: piraeus
         namespace: flux-system
-      version: 3.0.4
+      version: 3.0.5
   install:
     crds: CreateReplace
     remediation:
       retries: 3
   interval: 2h
   maxHistory: 2