Skip to content

Comments

feat(container): update image ghcr.io/perfectra1n/volsync ( v0.16.13 ➔ 0.17.6 )#3833

Merged
binaryn3xus merged 1 commit intomainfrom
renovate/ghcr.io-perfectra1n-volsync-0.x
Jan 8, 2026
Merged

feat(container): update image ghcr.io/perfectra1n/volsync ( v0.16.13 ➔ 0.17.6 )#3833
binaryn3xus merged 1 commit intomainfrom
renovate/ghcr.io-perfectra1n-volsync-0.x

Conversation

@unsc-oni-ancilla
Copy link
Contributor

@unsc-oni-ancilla unsc-oni-ancilla bot commented Jan 4, 2026

This PR contains the following updates:

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

Release Notes

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

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 has been generated by Renovate Bot.

@unsc-oni-ancilla unsc-oni-ancilla bot added renovate/container type/minor area/kubernetes Changes made in the kubernetes directory labels Jan 4, 2026
@unsc-oni-ancilla
Copy link
Contributor Author

unsc-oni-ancilla bot commented Jan 4, 2026

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

+++ kubernetes/apps/volsync-system/volsync/app Kustomization: volsync-system/volsync HelmRelease: volsync-system/volsync

@@ -29,33 +29,33 @@

     strategy:
       name: RemediateOnFailure
   values:
     fullnameOverride: volsync
     image:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.16.13
+      tag: 0.17.6
     kopia:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.16.13
+      tag: 0.17.6
     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.6
     restic:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.16.13
+      tag: 0.17.6
     rsync:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.16.13
+      tag: 0.17.6
     rsync-tls:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.16.13
+      tag: 0.17.6
     syncthing:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.16.13
+      tag: 0.17.6
 

@unsc-oni-ancilla
Copy link
Contributor Author

unsc-oni-ancilla bot commented Jan 4, 2026

--- 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

@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch 2 times, most recently from 037a272 to 7e1950e Compare January 5, 2026 06:15
@unsc-oni-ancilla unsc-oni-ancilla 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
@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from 7e1950e to d29e2e5 Compare January 5, 2026 23:09
@unsc-oni-ancilla unsc-oni-ancilla 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 5, 2026
@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from d29e2e5 to 7f94130 Compare January 6, 2026 17:11
@unsc-oni-ancilla unsc-oni-ancilla 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
@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from 7f94130 to 2b8ae84 Compare January 7, 2026 19:55
@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from 2b8ae84 to 32fcfed Compare January 7, 2026 22:08
@unsc-oni-ancilla unsc-oni-ancilla 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 7, 2026
@binaryn3xus binaryn3xus merged commit 25a6f9a into main Jan 8, 2026
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-perfectra1n-volsync-0.x branch January 8, 2026 00:47
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/container type/minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant