From 00ed6255d15ff96a71cbd53857544eee5618eaec Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 8 Nov 2024 17:32:46 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20quay.io/backube?= =?UTF-8?q?/volsync=200.10.0=20=E2=86=92=200.11.0=20(#29010)?= 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 | `48ce432` -> `23d9093` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 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.11.0`](https://redirect.github.com/backube/volsync/releases/tag/v0.11.0) [Compare Source](https://redirect.github.com/backube/volsync/compare/v0.10.0...v0.11.0) ##### Changed - Restic updated to v0.17.0 - Syncthing updated to v1.27.12 ##### Added - moverAffinity added to spec to allow for specifying the podAffinity assigned to a VolSync mover pod - cleanupTempPVC option added for direct users to allow for deleting the dynamically provisioned destination PVC after a completed replication. - cleanupCachePVC option for restic to allow for deleting the cache PVC after a completed replication. - enableFileDeletion restic option to allow for restoring to an existing PVC (for example running multiple restores) and delete files that do not exist in the backup being restored.
--- ### 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 7b316a80209..490fa487c3c 100644 --- a/charts/system/volsync/Chart.yaml +++ b/charts/system/volsync/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: system apiVersion: v2 -appVersion: 0.10.0 +appVersion: 0.11.0 dependencies: - name: common version: 25.1.5 @@ -36,4 +36,4 @@ sources: - https://quay.io/brancz/kube-rbac-proxy - https://volsync.readthedocs.io/ type: application -version: 2.4.1 +version: 2.5.0 diff --git a/charts/system/volsync/values.yaml b/charts/system/volsync/values.yaml index 8816841510b..260a2939c8b 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.10.0@sha256:48ce43289339a144a2eed356d58e77dc22382d46713dec944c439536531699cc + tag: 0.11.0@sha256:23d90939bf7fe1d049828a3514ee3321c139ceb3549becf25af09d4333c9a1d4 proxyImage: repository: quay.io/brancz/kube-rbac-proxy pullPolicy: IfNotPresent