Skip to content

Comments

fix(container): update image ghcr.io/perfectra1n/volsync ( v0.15.42 ➔ 0.15.45 )#3348

Merged
binaryn3xus merged 2 commits intomainfrom
renovate/ghcr.io-perfectra1n-volsync-0.x
Sep 19, 2025
Merged

fix(container): update image ghcr.io/perfectra1n/volsync ( v0.15.42 ➔ 0.15.45 )#3348
binaryn3xus merged 2 commits intomainfrom
renovate/ghcr.io-perfectra1n-volsync-0.x

Conversation

@unsc-oni-ancilla
Copy link
Contributor

@unsc-oni-ancilla unsc-oni-ancilla bot commented Sep 15, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/perfectra1n/volsync patch v0.15.42 -> 0.15.45

Release Notes

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

v0.15.45

Compare Source

v0.15.45

Compare Source

v0.15.44

Compare Source

v0.15.44

Compare Source

v0.15.43

Compare Source

v0.15.43

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/patch area/kubernetes Changes made in the kubernetes directory labels Sep 15, 2025
@unsc-oni-ancilla
Copy link
Contributor Author

unsc-oni-ancilla bot commented Sep 15, 2025

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

@@ -26,33 +26,33 @@

     remediation:
       retries: 3
   values:
     fullnameOverride: volsync
     image:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.15.42
+      tag: 0.15.45
     kopia:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.15.42
+      tag: 0.15.45
     manageCRDs: true
     metrics:
       disableAuth: true
     podSecurityContext:
       runAsGroup: 1000
       runAsNonRoot: true
       runAsUser: 1000
     rclone:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.15.42
+      tag: 0.15.45
     restic:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.15.42
+      tag: 0.15.45
     rsync:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.15.42
+      tag: 0.15.45
     rsync-tls:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.15.42
+      tag: 0.15.45
     syncthing:
       repository: ghcr.io/perfectra1n/volsync
-      tag: v0.15.42
+      tag: 0.15.45
 

@unsc-oni-ancilla
Copy link
Contributor Author

unsc-oni-ancilla bot commented Sep 15, 2025

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

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

@@ -58,22 +58,22 @@

             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.15.42
-        - --restic-container-image=ghcr.io/perfectra1n/volsync:v0.15.42
-        - --rsync-container-image=ghcr.io/perfectra1n/volsync:v0.15.42
-        - --rsync-tls-container-image=ghcr.io/perfectra1n/volsync:v0.15.42
-        - --syncthing-container-image=ghcr.io/perfectra1n/volsync:v0.15.42
-        - --kopia-container-image=ghcr.io/perfectra1n/volsync:v0.15.42
+        - --rclone-container-image=ghcr.io/perfectra1n/volsync:0.15.45
+        - --restic-container-image=ghcr.io/perfectra1n/volsync:0.15.45
+        - --rsync-container-image=ghcr.io/perfectra1n/volsync:0.15.45
+        - --rsync-tls-container-image=ghcr.io/perfectra1n/volsync:0.15.45
+        - --syncthing-container-image=ghcr.io/perfectra1n/volsync:0.15.45
+        - --kopia-container-image=ghcr.io/perfectra1n/volsync:0.15.45
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: ghcr.io/perfectra1n/volsync:v0.15.42
+        image: ghcr.io/perfectra1n/volsync:0.15.45
         imagePullPolicy: IfNotPresent
         env:
         - name: VOLSYNC_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace

@unsc-oni-ancilla unsc-oni-ancilla bot force-pushed the renovate/ghcr.io-perfectra1n-volsync-0.x branch from 005c26d to 680b205 Compare September 17, 2025 18:11
@unsc-oni-ancilla unsc-oni-ancilla bot changed the title fix(container): update image ghcr.io/perfectra1n/volsync ( v0.15.42 ➔ 0.15.44 ) fix(container): update image ghcr.io/perfectra1n/volsync ( v0.15.42 ➔ 0.15.45 ) Sep 17, 2025
@binaryn3xus binaryn3xus merged commit 27eab19 into main Sep 19, 2025
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-perfectra1n-volsync-0.x branch September 19, 2025 19:31
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/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant