Skip to content

feat(container): update image ghcr.io/home-operations/charts-mirror/volsync (0.12.1 → 0.13.0) #1934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

yo-renovate[bot]
Copy link
Contributor

@yo-renovate yo-renovate bot commented Jul 15, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/charts-mirror/volsync (source) minor 0.12.1 -> 0.13.0

Release Notes

backube/volsync (ghcr.io/home-operations/charts-mirror/volsync)

v0.13.0

Compare Source

Changed
  • Restic updated to v0.18.0
  • Syncthing updated to v1.29.7
Fixed
  • Fix restic cache PVC name collision if replicationsource and
    replicationdestination have the same name and are in the same
    namespace
Security
  • kube-rbac-proxy upgraded to v0.19.2

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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

…olsync (0.12.1 → 0.13.0)

Signed-off-by: yo-renovate[bot] <147074833+yo-renovate[bot]@users.noreply.github.com>
@yo-renovate
Copy link
Contributor Author

yo-renovate bot commented Jul 15, 2025

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

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

@@ -11,9 +11,9 @@

 spec:
   interval: 5m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 0.12.1
+    tag: 0.13.0
   url: oci://ghcr.io/home-operations/charts-mirror/volsync
 

@yo-renovate
Copy link
Contributor Author

yo-renovate bot commented Jul 15, 2025

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

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

@@ -36,13 +36,13 @@

         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
-        image: quay.io/brancz/kube-rbac-proxy:v0.18.2
+        image: quay.io/brancz/kube-rbac-proxy:v0.19.0
         args:
         - --secure-listen-address=0.0.0.0:8443
         - --upstream=http://127.0.0.1:8080/
         - --logtostderr=true
         - --tls-min-version=VersionTLS12
         - --v=0
@@ -60,21 +60,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.12.1
-        - --restic-container-image=quay.io/backube/volsync:0.12.1
-        - --rsync-container-image=quay.io/backube/volsync:0.12.1
-        - --rsync-tls-container-image=quay.io/backube/volsync:0.12.1
-        - --syncthing-container-image=quay.io/backube/volsync:0.12.1
+        - --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
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: quay.io/backube/volsync:0.12.1
+        image: quay.io/backube/volsync:0.13.0
         imagePullPolicy: IfNotPresent
         env:
         - name: VOLSYNC_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace

@dotcomscripts dotcomscripts merged commit f9674a5 into main Jul 17, 2025
13 checks passed
@dotcomscripts dotcomscripts deleted the renovate/ghcr.io-home-operations-charts-mirror-volsync-0.x branch July 17, 2025 10:56
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