fix(borg-server): update image ghcr.io/anotherstranger/borg-server 2.8.0 → 2.8.1 (#45415)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/anotherstranger/borg-server](https://redirect.github.com/AnotherStranger/docker-borg-backup) | patch | `bd9c58a` → `22118de` | --- > [!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.1`](https://redirect.github.com/AnotherStranger/docker-borg-backup/releases/tag/v2.8.1) [Compare Source](https://redirect.github.com/AnotherStranger/docker-borg-backup/compare/v2.8.0...v2.8.1) ##### Bug Fixes - **Dockerfile:** update alpine version for renovate deps ([a43a001](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/a43a0013401c398d64192c36c3d56eb619cec78c)) - update openssl ([a5d39ce](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/a5d39ce3dccbf4aa8539483009ff77847b24ae4a)) ##### Code Refactoring - **deps:** update all dependencies ([60e1884](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/60e188432e3b1c42948c848a5ffdfc54166ec4c9)) - **deps:** update all dependencies ([4372496](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/43724966cc9b582ae9c00f12b3a38daf1a92fd55)) - **deps:** update all dependencies ([559fa3e](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/559fa3e0218c83195135d5724a985d4fc75546f0)) - **deps:** update pre-commit hook commitizen-tools/commitizen to v4.12.0 ([c7f406a](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/c7f406ad5c4466b6fc8197b89c3eb7acd873d45e)) </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.0
|
||||
appVersion: 2.8.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.30.2
|
||||
@@ -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.15.1
|
||||
version: 7.15.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/anotherstranger/borg-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.8.0@sha256:bd9c58a28d1bd341b82c660b613574413ef017e798a94e805a87e0abf08a8ba0
|
||||
tag: 2.8.1@sha256:22118deb20c06e8fa0b7c9c60dc057a640b893961fafa9f9e9d64c8ee2f3542c
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user