Skip to content

Commit

Permalink
feat(helm): update chart volsync to 0.11.0 (#1079)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [volsync](https://volsync.readthedocs.io/)
([source](https://redirect.github.com/backube/volsync)) | minor |
`0.10.0` -> `0.11.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>backube/volsync (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**: 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.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS44LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->
  • Loading branch information
spiceratops authored Nov 12, 2024
2 parents 49e0794 + 0af5e58 commit 97348f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: volsync
version: 0.10.0
version: 0.11.0
sourceRef:
kind: HelmRepository
name: backube-charts
Expand Down

0 comments on commit 97348f7

Please sign in to comment.