Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Jun 17, 2024

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

Compare Source

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.

| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| helm       | snapshot-controller | 3.0.4 | 3.0.5 |
@repo-jeeves repo-jeeves bot added renovate/helm Issue relates to a Renovate helm update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Jun 17, 2024
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jun 17, 2024

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

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

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

       chart: snapshot-controller
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: piraeus-charts
         namespace: flux-system
-      version: 3.0.4
+      version: 3.0.5
   install:
     crds: CreateReplace
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jun 17, 2024

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

+++ HelmRelease: system/snapshot-controller ClusterRole: 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
 

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jun 17, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.13s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 2.78s
✅ YAML prettier 1 0 0.49s
✅ YAML yamllint 1 0 0.21s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@szinn szinn merged commit 58fc6ed into main Jun 17, 2024
12 checks passed
@szinn szinn deleted the renovate/main-snapshot-controller-3.x branch June 17, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/helm Issue relates to a Renovate helm update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant