fix(borg-server): update image ghcr.io/anotherstranger/borg-server 2.8.2 → 2.8.3 (#45610)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/anotherstranger/borg-server](https://redirect.github.com/AnotherStranger/docker-borg-backup) | patch | `d8b91b7` → `2ab4d6e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>AnotherStranger/docker-borg-backup (ghcr.io/anotherstranger/borg-server)</summary> ### [`v2.8.3`](https://redirect.github.com/AnotherStranger/docker-borg-backup/releases/tag/v2.8.3) [Compare Source](https://redirect.github.com/AnotherStranger/docker-borg-backup/compare/v2.8.2...v2.8.3) ##### Bug Fixes - add missing bracket ([52921c9](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/52921c94ada6188ee804735ed091dcb3a3eb24c2)) - Fix formatting in .releaserc.json ([d49fc99](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/d49fc99cba176630ae60e097136ee651020b4aac)) - set correct release branches ([944016f](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/944016f8887d9308806444c20f2eca331f6329a0)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYm9yZy1zZXJ2ZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.8.2
|
||||
appVersion: 2.8.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.32.5
|
||||
@@ -41,5 +41,5 @@ sources:
|
||||
- https://github.com/AnotherStranger/docker-borg-backup
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/borg-server
|
||||
type: application
|
||||
version: 7.17.1
|
||||
version: 7.17.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/anotherstranger/borg-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.8.2@sha256:d8b91b78b014f2e304b34df06bcaadd6469e489c6c4eee83b016125c8666365a
|
||||
tag: 2.8.3@sha256:2ab4d6e959649133be0c71ec8d265f0bb38751381036c515d47256e44668a6f2
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user