Skip to content

fix(helm): update snapshot-controller ( 4.0.0 → 4.0.1 ) #3222

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

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

layla-bot[bot]
Copy link
Contributor

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

This PR contains the following updates:

Package Update Change
snapshot-controller patch 4.0.0 -> 4.0.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.

@layla-bot layla-bot bot requested a review from kashalls as a code owner January 16, 2025 15:06
@layla-bot layla-bot bot added renovate/helm type/patch area/kubernetes Changes made in the kubernetes directory cluster/main labels Jan 16, 2025
@layla-bot
Copy link
Contributor Author

layla-bot bot commented Jan 16, 2025

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

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

@@ -1,10 +1,11 @@

 ---
 apiVersion: v1
 kind: ServiceAccount
 metadata:
   name: snapshot-controller
+  namespace: volsync-system
   labels:
     app.kubernetes.io/name: snapshot-controller
     app.kubernetes.io/instance: snapshot-controller
     app.kubernetes.io/managed-by: Helm
 
--- HelmRelease: volsync-system/snapshot-controller Role: volsync-system/snapshot-controller

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

@@ -1,11 +1,12 @@

 ---
 kind: Role
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: snapshot-controller
+  namespace: volsync-system
 rules:
 - apiGroups:
   - coordination.k8s.io
   resources:
   - leases
   verbs:
--- HelmRelease: volsync-system/snapshot-controller RoleBinding: volsync-system/snapshot-controller

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

@@ -1,11 +1,12 @@

 ---
 kind: RoleBinding
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: snapshot-controller
+  namespace: volsync-system
 subjects:
 - kind: ServiceAccount
   name: snapshot-controller
 roleRef:
   kind: Role
   name: snapshot-controller
--- HelmRelease: volsync-system/snapshot-controller Service: volsync-system/snapshot-controller

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

@@ -1,11 +1,12 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
   name: snapshot-controller
+  namespace: volsync-system
   labels:
     app.kubernetes.io/name: snapshot-controller
     app.kubernetes.io/instance: snapshot-controller
     app.kubernetes.io/managed-by: Helm
 spec:
   clusterIP: None
--- HelmRelease: volsync-system/snapshot-controller Deployment: volsync-system/snapshot-controller

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

@@ -1,11 +1,12 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: snapshot-controller
+  namespace: volsync-system
   labels:
     app.kubernetes.io/name: snapshot-controller
     app.kubernetes.io/instance: snapshot-controller
     app.kubernetes.io/managed-by: Helm
 spec:
   replicas: 1
--- HelmRelease: volsync-system/snapshot-controller ServiceMonitor: volsync-system/snapshot-controller

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

@@ -1,11 +1,12 @@

 ---
 apiVersion: monitoring.coreos.com/v1
 kind: ServiceMonitor
 metadata:
   name: snapshot-controller
+  namespace: volsync-system
   labels:
     app.kubernetes.io/name: snapshot-controller
     app.kubernetes.io/instance: snapshot-controller
     app.kubernetes.io/managed-by: Helm
 spec:
   selector:

@layla-bot
Copy link
Contributor Author

layla-bot bot commented Jan 16, 2025

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

+++ kubernetes/main/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: 4.0.0
+      version: 4.0.1
   install:
     crds: CreateReplace
     remediation:
       retries: 3
   interval: 30m
   upgrade:

@kashalls kashalls merged commit 26cc41c into main Jan 16, 2025
11 checks passed
@layla-bot layla-bot bot deleted the renovate/main-snapshot-controller-4.x branch January 16, 2025 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/helm type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant