chore(helm): update image ghcr.io/anotherstranger/borg-server 2.6.8 → 2.6.9 (#34571)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/anotherstranger/borg-server](https://redirect.github.com/AnotherStranger/docker-borg-backup) | patch | `e6762c1` -> `2ac369f` | 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.6.9`](https://redirect.github.com/AnotherStranger/docker-borg-backup/releases/tag/v2.6.9) [Compare Source](https://redirect.github.com/AnotherStranger/docker-borg-backup/compare/v2.6.8...v2.6.9) ##### Build System - **release:** 2.6.8-rc.2 ([3a362db](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/3a362dba646515e4cf61093d342d1f27dd4bb9de)) - **release:** 2.6.8-rc.3 ([f3a5e35](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/f3a5e35073361001165fa75d86109c1ce23bdc6c)) - **release:** 2.6.8-rc.4 ([dbef098](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/dbef09819ef5c744cc805bca39ee37ca51d0be44)) - **release:** 2.6.8-rc.5 ([593f2ce](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/593f2ceb145e53fea76c26a0bb39bee953cc0bfa)) - **release:** 2.6.8-rc.6 ([12af3bb](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/12af3bb8b6bd179dfb45a8e5d31be95f6a61fece)) ##### Code Refactoring - **deps:** update actions/setup-node digest to [`49933ea`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/49933ea) ([2292592](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/229259270017333334f6fc20fb56304c74f88a46)) - **deps:** update actions/setup-node digest to [`cdca736`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/cdca736) ([71f94ad](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/71f94ad8efd359e8f17a08e6fc4abd87253d6e5b)) - **deps:** update actions/setup-python digest to [`8d9ed9a`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/8d9ed9a) ([393926e](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/393926e45bf93f6aca6130d95f3994f658b693b9)) - **deps:** update dependency pypi/borgbackup to v1.4.1 ([7e8d85a](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/7e8d85afcf0920c4310b65c8f6ef312dfa75f543)) - **deps:** update github/codeql-action digest to [`45775bd`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/45775bd) ([5b72b76](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/5b72b76b469c47e396bfbc404305cfacc4fe4e1c)) - **deps:** update github/codeql-action digest to [`5f8171a`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/5f8171a) ([2d40577](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/2d4057707d8dee5d5da53fa6e52c8f5cca8c58b9)) - **deps:** update python docker tag to v3.13.3-alpine3.21 ([ed077de](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/ed077de53b38c21ed0dd6a33953ee9cf449d8768)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.6.8
|
||||
appVersion: 2.6.9
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/AnotherStranger/docker-borg-backup
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/borg-server
|
||||
type: application
|
||||
version: 6.7.3
|
||||
version: 6.7.4
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/anotherstranger/borg-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.6.8@sha256:e6762c14c3ad1ff524cc181dc7281fc618ff8c674bdca98ef39a2cb63b04a7fd
|
||||
tag: 2.6.9@sha256:2ac369f66ddaa6cb1bae6f2a8f9132287c64b3a3edb90d97f4b0698ec49d8248
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user