Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2025

This PR contains the following updates:

Package Update Change
volsync (source) patch 0.13.0 -> 0.13.1

Release Notes

backube/volsync (volsync)

v0.13.1

Compare Source

Fixed
  • Increase timeout for issue with restic repository initialization
    when restic cat config takes > 10 seconds
Changed
  • Minio used for e2e tests migrated to minio helm charts from bitnami

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

Copy link

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

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

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

     spec:
       chart: volsync
       sourceRef:
         kind: HelmRepository
         name: backube
         namespace: flux-system
-      version: 0.13.0
+      version: 0.13.1
   interval: 30m
   values:
     manageCRDs: true
     replicaCount: 2
 

Copy link

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

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

@@ -59,21 +59,21 @@

             memory: 64Mi
       - name: manager
         args:
         - --health-probe-bind-address=:8081
         - --metrics-bind-address=127.0.0.1:8080
         - --leader-elect
-        - --rclone-container-image=quay.io/backube/volsync:0.13.0
-        - --restic-container-image=quay.io/backube/volsync:0.13.0
-        - --rsync-container-image=quay.io/backube/volsync:0.13.0
-        - --rsync-tls-container-image=quay.io/backube/volsync:0.13.0
-        - --syncthing-container-image=quay.io/backube/volsync:0.13.0
+        - --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
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: quay.io/backube/volsync:0.13.0
+        image: quay.io/backube/volsync:0.13.1
         imagePullPolicy: IfNotPresent
         env:
         - name: VOLSYNC_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace

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