chore(helm): update image quay.io/backube/volsync 0.12.1 → 0.13.0 (#37682)
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 <details> <summary>backube/volsync (quay.io/backube/volsync)</summary> ### [`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 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user