From fd62d53c44d61c7fc4b8023e2ab582a5f489bdb9 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 28 Jul 2025 14:39:05 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20quay.io/backube?= =?UTF-8?q?/volsync=200.12.1=20=E2=86=92=200.13.0=20(#37682)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/backube/volsync](https://redirect.github.com/backube/volsync) | minor | `2dd1ef4` -> `80c2d89` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
backube/volsync (quay.io/backube/volsync) ### [`v0.13.0`](https://redirect.github.com/backube/volsync/blob/HEAD/CHANGELOG.md#0130) [Compare Source](https://redirect.github.com/backube/volsync/compare/v0.12.1...v0.13.0) ##### 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**: Enabled. ♻ **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](https://redirect.github.com/renovatebot/renovate). --- charts/system/volsync/Chart.yaml | 4 ++-- charts/system/volsync/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/system/volsync/Chart.yaml b/charts/system/volsync/Chart.yaml index 17be8a241bf..6bad86e139f 100644 --- a/charts/system/volsync/Chart.yaml +++ b/charts/system/volsync/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: system apiVersion: v2 -appVersion: 0.12.1 +appVersion: 0.13.0 dependencies: - name: common version: 28.13.0 @@ -39,5 +39,5 @@ sources: - https://quay.io/brancz/kube-rbac-proxy - https://volsync.readthedocs.io/ type: application -version: 3.1.0 +version: 3.2.0 diff --git a/charts/system/volsync/values.yaml b/charts/system/volsync/values.yaml index 22808ccfaec..120fb8f64cf 100644 --- a/charts/system/volsync/values.yaml +++ b/charts/system/volsync/values.yaml @@ -1,7 +1,7 @@ image: repository: quay.io/backube/volsync pullPolicy: IfNotPresent - tag: 0.12.1@sha256:2dd1ef4251b3a5881ab9289dce481de3fe30da7fc8da5e4dfed2d562964c888a + tag: 0.13.0@sha256:80c2d896d6bea7fad4f3843a8ffa69aa3f1c6e675f679f2f72c66664834e90ed proxyImage: repository: quay.io/brancz/kube-rbac-proxy pullPolicy: IfNotPresent