Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/perfectra1n/volsync minor v0.16.130.17.7

Release Notes

perfectra1n/volsync (ghcr.io/perfectra1n/volsync)

v0.17.7

Compare Source

v0.17.7

Compare Source

v0.17.6

Compare Source

v0.17.6

Compare Source

v0.17.5

Compare Source

v0.17.5

Compare Source

v0.17.4

Compare Source

v0.17.4

Compare Source

v0.17.3

Compare Source

Please use the Helm Chart version >= 0.18.0 with this version. I've removed repositoryPVC in favor of the upstream moverVolume (this PR), so unless you were using repositoryPVC in your ReplicationSource or ReplicationDestination, updating to this version shouldn't cause any issues. The documentation has also been updated to reflect these changes.

Full Changelog: perfectra1n/volsync@v0.16.7...v0.17.3

v0.17.3

Compare Source

Please use the Helm Chart version >= 0.18.0 with this version. I've removed repositoryPVC in favor of the upstream moverVolume (this PR), so unless you were using repositoryPVC in your ReplicationSource or ReplicationDestination, updating to this version shouldn't cause any issues. The documentation has also been updated to reflect these changes.

Full Changelog: perfectra1n/volsync@v0.16.7...v0.17.3

v0.17.0

Compare Source

v0.17.0

Compare Source


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 these updates 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 Jan 4, 2026

qgr1-cluster-0 - kustomization

--- k8s/base/volsync-system/volsync Kustomization: flux-system/volsync-system-volsync HelmRelease: volsync-system/volsync

+++ k8s/base/volsync-system/volsync Kustomization: flux-system/volsync-system-volsync HelmRelease: volsync-system/volsync

@@ -36,33 +36,33 @@

       strategy: rollback
     timeout: 10m
   values:
     fullnameOverride: volsync
     image:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.16.13
+      tag: 0.17.7
     kopia:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.16.13
+      tag: 0.17.7
     manageCRDs: true
     metrics:
       disableAuth: true
     podSecurityContext:
       runAsGroup: 1000
       runAsNonRoot: true
       runAsUser: 1000
     rclone:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.16.13
+      tag: 0.17.7
     restic:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.16.13
+      tag: 0.17.7
     rsync:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.16.13
+      tag: 0.17.7
     rsync-tls:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.16.13
+      tag: 0.17.7
     syncthing:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.16.13
+      tag: 0.17.7
 

@github-actions
Copy link

github-actions bot commented Jan 4, 2026

qgr1-cluster-0 - helmrelease

--- HelmRelease: volsync-system/volsync Deployment: volsync-system/volsync

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

@@ -59,36 +59,36 @@

             memory: 64Mi
       - name: manager
         args:
         - --health-probe-bind-address=:8081
         - --metrics-bind-address=127.0.0.1:8080
         - --leader-elect
-        - --rclone-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
-        - --restic-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
-        - --rsync-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
-        - --rsync-tls-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
-        - --syncthing-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
-        - --kopia-container-image=ghcr.io/perfectra1n/volsync:v0.16.13
+        - --rclone-container-image=ghcr.io/perfectra1n/volsync:0.17.6
+        - --restic-container-image=ghcr.io/perfectra1n/volsync:0.17.6
+        - --rsync-container-image=ghcr.io/perfectra1n/volsync:0.17.6
+        - --rsync-tls-container-image=ghcr.io/perfectra1n/volsync:0.17.6
+        - --syncthing-container-image=ghcr.io/perfectra1n/volsync:0.17.6
+        - --kopia-container-image=ghcr.io/perfectra1n/volsync:0.17.6
         - --kopia-successful-jobs-history-limit=3
         - --kopia-failed-jobs-history-limit=1
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: ghcr.io/perfectra1n/volsync:v0.16.13
+        image: ghcr.io/perfectra1n/volsync:0.17.6
         imagePullPolicy: IfNotPresent
         env:
         - name: VOLSYNC_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         - name: POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         - name: RELATED_IMAGE_KOPIA_CONTAINER
-          value: ghcr.io/perfectra1n/volsync:v0.16.13
+          value: ghcr.io/perfectra1n/volsync:0.17.6
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15
           periodSeconds: 20

@renovate renovate bot changed the title feat(container): update image ghcr.io/perfectra1n/volsync ( v0.16.13 ➔ v0.17.0 ) feat(container): update image ghcr.io/perfectra1n/volsync ( v0.16.13 ➔ v0.17.3 ) Jan 5, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from 8c09f3c to c9d8dc8 Compare January 5, 2026 09:07
@renovate renovate bot changed the title feat(container): update image ghcr.io/perfectra1n/volsync ( v0.16.13 ➔ v0.17.3 ) feat(container): update image ghcr.io/perfectra1n/volsync ( v0.16.13 ➔ v0.17.4 ) Jan 6, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from c9d8dc8 to fd39c7d Compare January 6, 2026 01:49
@renovate renovate bot changed the title feat(container): update image ghcr.io/perfectra1n/volsync ( v0.16.13 ➔ v0.17.4 ) feat(container): update image ghcr.io/perfectra1n/volsync ( v0.16.13 ➔ 0.17.5 ) Jan 6, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from fd39c7d to 7c35eba Compare January 6, 2026 17:12
@renovate renovate bot changed the title feat(container): update image ghcr.io/perfectra1n/volsync ( v0.16.13 ➔ 0.17.5 ) feat(container): update image ghcr.io/perfectra1n/volsync ( v0.16.13 ➔ 0.17.6 ) Jan 8, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from 7c35eba to a132544 Compare January 8, 2026 00:57
@renovate renovate bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from a132544 to 41afcf4 Compare January 23, 2026 20:36
@renovate renovate bot changed the title feat(container): update image ghcr.io/perfectra1n/volsync ( v0.16.13 ➔ 0.17.6 ) feat(container): update image ghcr.io/perfectra1n/volsync ( v0.16.13 ➔ 0.17.7 ) Jan 28, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from 41afcf4 to 5edfbcb Compare January 28, 2026 05:49
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