Skip to content

feat(helm): update chart volsync ( 0.13.1 → 0.15.0 )#563

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/volsync-0.x
Open

feat(helm): update chart volsync ( 0.13.1 → 0.15.0 )#563
renovate[bot] wants to merge 1 commit intomainfrom
renovate/volsync-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2025

This PR contains the following updates:

Package Update Change
volsync (source) minor 0.13.10.15.0

Warning

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


Release Notes

backube/volsync (volsync)

v0.15.0

Compare Source

Changed
  • moverVolumes updated to allow NFS type volumeMounts
  • Rclone updated to v1.73.1
  • kube-rbac-proxy container no longer used. Built in auth for metrics
    provided by controller-runtime
Fixed
  • Exclude lost+found for Rclone

v0.14.0

Compare Source

Changed
  • Updated release to build on golang 1.24
  • Syncthing updated to v1.30.0
  • Rclone updated to v1.71.2
  • Rclone --checksum, --transfers and --stats parameters can now be
    overridden by RCLONE_ env vars in the rclone config secret
  • addition of moverVolumes for advanced users to allow mounting
    of secrets or PVCs to their mover pod

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, 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 was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Nov 22, 2025

--- kubernetes/apps/storage/volsync/app Kustomization: storage/volsync HelmRelease: storage/volsync

+++ kubernetes/apps/storage/volsync/app Kustomization: storage/volsync HelmRelease: storage/volsync

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

     spec:
       chart: volsync
       sourceRef:
         kind: HelmRepository
         name: backube
         namespace: storage
-      version: 0.13.1
+      version: 0.15.0
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 2

@github-actions
Copy link

github-actions bot commented Nov 22, 2025

--- HelmRelease: storage/volsync Service: storage/volsync-metrics

+++ HelmRelease: storage/volsync Service: storage/volsync-metrics

@@ -9,10 +9,10 @@

     app.kubernetes.io/instance: volsync
     app.kubernetes.io/managed-by: Helm
 spec:
   ports:
   - name: https
     port: 8443
-    targetPort: https
+    targetPort: 8443
   selector:
     control-plane: volsync-controller
 
--- HelmRelease: storage/volsync Deployment: storage/volsync

+++ HelmRelease: storage/volsync Deployment: storage/volsync

@@ -29,52 +29,27 @@

         runAsNonRoot: true
         runAsUser: 65534
         runAsGroup: 65534
         seccompProfile:
           type: RuntimeDefault
       containers:
-      - name: kube-rbac-proxy
-        securityContext:
-          allowPrivilegeEscalation: false
-          capabilities:
-            drop:
-            - ALL
-          readOnlyRootFilesystem: true
-        image: quay.io/brancz/kube-rbac-proxy:v0.19.0
-        args:
-        - --secure-listen-address=0.0.0.0:8443
-        - --upstream=http://127.0.0.1:8080/
-        - --logtostderr=true
-        - --tls-min-version=VersionTLS12
-        - --v=0
-        - --ignore-paths=/metrics
-        ports:
-        - containerPort: 8443
-          protocol: TCP
-          name: https
-        resources:
-          limits:
-            cpu: 500m
-            memory: 128Mi
-          requests:
-            cpu: 5m
-            memory: 64Mi
       - name: manager
         args:
         - --health-probe-bind-address=:8081
-        - --metrics-bind-address=127.0.0.1:8080
+        - --metrics-bind-address=:8443
         - --leader-elect
-        - --rclone-container-image=quay.io/backube/volsync:0.13.1
-        - --restic-container-image=quay.io/backube/volsync:0.13.1
-        - --rsync-container-image=quay.io/backube/volsync:0.13.1
-        - --rsync-tls-container-image=quay.io/backube/volsync:0.13.1
-        - --syncthing-container-image=quay.io/backube/volsync:0.13.1
+        - --rclone-container-image=quay.io/backube/volsync:0.15.0
+        - --restic-container-image=quay.io/backube/volsync:0.15.0
+        - --rsync-container-image=quay.io/backube/volsync:0.15.0
+        - --rsync-tls-container-image=quay.io/backube/volsync:0.15.0
+        - --syncthing-container-image=quay.io/backube/volsync:0.15.0
         - --scc-name=volsync-privileged-mover
+        - --metrics-require-rbac=false
         command:
         - /manager
-        image: quay.io/backube/volsync:0.13.1
+        image: quay.io/backube/volsync:0.15.0
         imagePullPolicy: IfNotPresent
         env:
         - name: VOLSYNC_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace

@renovate renovate bot force-pushed the renovate/volsync-0.x branch from 9e717aa to 57b7715 Compare January 8, 2026 18:38
@renovate renovate bot force-pushed the renovate/volsync-0.x branch from 57b7715 to b7be16e Compare January 23, 2026 18:12
@renovate renovate bot force-pushed the renovate/volsync-0.x branch from b7be16e to 1804df6 Compare February 2, 2026 21:44
@renovate renovate bot force-pushed the renovate/volsync-0.x branch from 1804df6 to 9303ae1 Compare February 12, 2026 16:09
@renovate renovate bot changed the title feat(helm): update chart volsync ( 0.13.1 → 0.14.0 ) feat(helm): update chart volsync ( 0.13.1 → 0.15.0 ) Mar 5, 2026
@renovate renovate bot force-pushed the renovate/volsync-0.x branch from 9303ae1 to 6f8070e Compare March 5, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants