Skip to content

fix(container): update image ghcr.io/perfectra1n/volsync (0.17.7 → v0.17.9)#3061

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

fix(container): update image ghcr.io/perfectra1n/volsync (0.17.7 → v0.17.9)#3061
bot-akira[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-perfectra1n-volsync-0.x

Conversation

@bot-akira
Copy link
Contributor

@bot-akira bot-akira bot commented Feb 20, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/perfectra1n/volsync patch 0.17.7v0.17.9

Warning

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


Release Notes

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

v0.17.9

Compare Source

v0.17.9

Compare Source

v0.17.8

Compare Source

v0.17.8

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.

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Feb 20, 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:0.17.7
-        - --restic-container-image=ghcr.io/perfectra1n/volsync:0.17.7
-        - --rsync-container-image=ghcr.io/perfectra1n/volsync:0.17.7
-        - --rsync-tls-container-image=ghcr.io/perfectra1n/volsync:0.17.7
-        - --syncthing-container-image=ghcr.io/perfectra1n/volsync:0.17.7
-        - --kopia-container-image=ghcr.io/perfectra1n/volsync:0.17.7
+        - --rclone-container-image=ghcr.io/perfectra1n/volsync:v0.17.9
+        - --restic-container-image=ghcr.io/perfectra1n/volsync:v0.17.9
+        - --rsync-container-image=ghcr.io/perfectra1n/volsync:v0.17.9
+        - --rsync-tls-container-image=ghcr.io/perfectra1n/volsync:v0.17.9
+        - --syncthing-container-image=ghcr.io/perfectra1n/volsync:v0.17.9
+        - --kopia-container-image=ghcr.io/perfectra1n/volsync:v0.17.9
         - --kopia-successful-jobs-history-limit=3
         - --kopia-failed-jobs-history-limit=1
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: ghcr.io/perfectra1n/volsync:0.17.7
+        image: ghcr.io/perfectra1n/volsync:v0.17.9
         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:0.17.7
+          value: ghcr.io/perfectra1n/volsync:v0.17.9
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15
           periodSeconds: 20

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Feb 20, 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

@@ -14,33 +14,33 @@

     name: volsync
   interval: 1h
   values:
     fullnameOverride: volsync
     image:
       repository: ghcr.io/perfectra1n/volsync
-      tag: 0.17.7
+      tag: v0.17.9
     kopia:
       repository: ghcr.io/perfectra1n/volsync
-      tag: 0.17.7
+      tag: v0.17.9
     manageCRDs: true
     metrics:
       disableAuth: true
     podSecurityContext:
       runAsGroup: 1000
       runAsNonRoot: true
       runAsUser: 1000
     rclone:
       repository: ghcr.io/perfectra1n/volsync
-      tag: 0.17.7
+      tag: v0.17.9
     restic:
       repository: ghcr.io/perfectra1n/volsync
-      tag: 0.17.7
+      tag: v0.17.9
     rsync:
       repository: ghcr.io/perfectra1n/volsync
-      tag: 0.17.7
+      tag: v0.17.9
     rsync-tls:
       repository: ghcr.io/perfectra1n/volsync
-      tag: 0.17.7
+      tag: v0.17.9
     syncthing:
       repository: ghcr.io/perfectra1n/volsync
-      tag: 0.17.7
+      tag: v0.17.9
 

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

….17.9)

Signed-off-by: bot-akira[bot] <159718293+bot-akira[bot]@users.noreply.github.com>
@bot-akira bot-akira bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from 653980b to c95d208 Compare February 27, 2026 22:14
@bot-akira bot-akira bot changed the title fix(container): update image ghcr.io/perfectra1n/volsync (0.17.7 → v0.17.8) fix(container): update image ghcr.io/perfectra1n/volsync (0.17.7 → v0.17.9) Feb 27, 2026
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