chore(helm): update image quay.io/backube/volsync 0.10.0 → 0.11.0 (#29010)

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

<details>
<summary>backube/volsync (quay.io/backube/volsync)</summary>

###
[`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.

</details>

---

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

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2024-11-08 17:32:46 +01:00
committed by GitHub
parent a6ab4d048d
commit 00ed6255d1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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