chore(deps): update container image ghcr.io/anotherstranger/borg-server to v2.6.2@9fdf995 by renovate (#25013)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/anotherstranger/borg-server](https://togithub.com/AnotherStranger/docker-borg-backup) | patch | `2.6.1` -> `2.6.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>AnotherStranger/docker-borg-backup (ghcr.io/anotherstranger/borg-server)</summary> ### [`v2.6.2`](https://togithub.com/AnotherStranger/docker-borg-backup/blob/HEAD/CHANGELOG.md#262-2024-08-11) [Compare Source](https://togithub.com/AnotherStranger/docker-borg-backup/compare/v2.6.1...v2.6.2) ##### Build System - **release:** 2.6.2-rc.1 ([6599872](65998728fc
)) - **release:** 2.6.2-rc.2 ([25a6c87](25a6c879cd
)) - **release:** 2.6.2-rc.3 ([d2d9169](d2d9169ec0
)) - **release:** 2.6.2-rc.4 ([232a07a](232a07af7e
)) ##### Code Refactoring - **deps:** update docker/build-push-action digest to [`16ebe77`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/16ebe77) ([32266cb](32266cbe18
)) - **deps:** update docker/setup-buildx-action digest to [`988b5a0`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/988b5a0) ([d44502c](d44502cbbc
)) - **deps:** update github/codeql-action digest to [`eb055d7`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/eb055d7) ([1f11c5a](1f11c5abf9
)) - **deps:** update python docker tag to v3.12.5-alpine3.20 ([543ffd9](543ffd9ae0
)) - **deps:** update python:3.12.4-alpine3.20 docker digest to [`63094ab`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/63094ab) ([d827417](d827417b87
)) - **deps:** update python:3.12.4-alpine3.20 docker digest to [`a0c22d8`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/a0c22d8) ([eb3ff90](eb3ff90ae5
)) - **deps:** update sigstore/cosign-installer action to v3.6.0 ([4b80813](4b80813be5
)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMjUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
b5535a7ae1
commit
08986e5fc3
|
@ -6,7 +6,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.6.1
|
appVersion: 2.6.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.5
|
version: 24.1.5
|
||||||
|
@ -33,4 +33,4 @@ sources:
|
||||||
- https://github.com/AnotherStranger/docker-borg-backup
|
- https://github.com/AnotherStranger/docker-borg-backup
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/borg-server
|
- https://github.com/truecharts/charts/tree/master/charts/stable/borg-server
|
||||||
type: application
|
type: application
|
||||||
version: 6.3.1
|
version: 6.3.2
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/anotherstranger/borg-server
|
repository: ghcr.io/anotherstranger/borg-server
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2.6.1@sha256:055aec4b90d0e82b5e98ac27586833ff9ef90ad33564a3d5f693519c92df51a8
|
tag: 2.6.2@sha256:9fdf995effa2d720a96ac8516075463a9873fc134a0d19a6e495e907493bb09b
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
|
|
Loading…
Reference in New Issue