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-chart): update helm release snapshot-controller to 4.0.1 #2250

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

bendo-bot[bot]
Copy link
Contributor

@bendo-bot bendo-bot bot commented Jan 16, 2025

This PR contains the following updates:

Package Update Change
snapshot-controller patch 4.0.0 -> 4.0.1

Release Notes

piraeusdatastore/helm-charts (snapshot-controller)

v4.0.1

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.


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| datasource | package             | from  | to    |
| ---------- | ------------------- | ----- | ----- |
| helm       | snapshot-controller | 4.0.0 | 4.0.1 |
@bendo-bot bendo-bot bot requested a review from mmalyska January 16, 2025 16:02
@bendo-bot bendo-bot bot added area/cluster Changes made in the cluster directory size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 16, 2025
Copy link

Path: cluster/system/snapshot-controller

@@ -5,6 +5,7 @@
 kind: ServiceAccount
 metadata:
   name: release-name-snapshot-controller
+  namespace: default
   labels:
     app.kubernetes.io/name: snapshot-controller
     app.kubernetes.io/instance: release-name
@@ -75,6 +76,7 @@
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: release-name-snapshot-controller
+  namespace: default
 rules:
   - apiGroups: ["coordination.k8s.io"]
     resources: ["leases"]
@@ -85,6 +87,7 @@
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: release-name-snapshot-controller
+  namespace: default
 subjects:
   - kind: ServiceAccount
     name: release-name-snapshot-controller
@@ -98,6 +101,7 @@
 kind: Service
 metadata:
   name: release-name-snapshot-controller
+  namespace: default
   labels:
     app.kubernetes.io/name: snapshot-controller
     app.kubernetes.io/instance: release-name
@@ -117,6 +121,7 @@
 kind: Deployment
 metadata:
   name: release-name-snapshot-controller
+  namespace: default
   labels:
     app.kubernetes.io/name: snapshot-controller
     app.kubernetes.io/instance: release-name
@@ -179,6 +184,7 @@
 kind: ServiceMonitor
 metadata:
   name: release-name-snapshot-controller
+  namespace: default
   labels:
     app.kubernetes.io/name: snapshot-controller
     app.kubernetes.io/instance: release-name

@bendo-bot
Copy link
Contributor Author

bendo-bot bot commented Jan 16, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ANSIBLE ansible-lint yes no 12.2s
✅ REPOSITORY git_diff yes no 0.05s
✅ REPOSITORY secretlint yes no 1.71s
✅ YAML prettier 1 0 0.34s
✅ YAML yamllint 1 0 0.34s

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

@mmalyska mmalyska merged commit b09ef45 into main Jan 17, 2025
12 checks passed
@mmalyska mmalyska deleted the renovate/snapshot-controller-4.x branch January 17, 2025 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory dep/patch renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant