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](https://togithub.com/AnotherStranger/docker-borg-backup/commit/65998728fcab7dd3c42184c5fa89b2d845b23ee9)) - **release:** 2.6.2-rc.2 ([25a6c87](https://togithub.com/AnotherStranger/docker-borg-backup/commit/25a6c879cdadf52e5d93fa661a5a12488e0434cf)) - **release:** 2.6.2-rc.3 ([d2d9169](https://togithub.com/AnotherStranger/docker-borg-backup/commit/d2d9169ec02985d62bbf64062321c079d4e83460)) - **release:** 2.6.2-rc.4 ([232a07a](https://togithub.com/AnotherStranger/docker-borg-backup/commit/232a07af7e8f3c1ede5677d7ea9667ddc5354b2d)) ##### Code Refactoring - **deps:** update docker/build-push-action digest to [`16ebe77`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/16ebe77) ([32266cb](https://togithub.com/AnotherStranger/docker-borg-backup/commit/32266cbe1872ae75fb85b895085ce9656ad2d78e)) - **deps:** update docker/setup-buildx-action digest to [`988b5a0`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/988b5a0) ([d44502c](https://togithub.com/AnotherStranger/docker-borg-backup/commit/d44502cbbc0d82d0581e4d0e11f7e6a89a72ca81)) - **deps:** update github/codeql-action digest to [`eb055d7`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/eb055d7) ([1f11c5a](https://togithub.com/AnotherStranger/docker-borg-backup/commit/1f11c5abf9936feaedfdbc797b62147f24c3a62a)) - **deps:** update python docker tag to v3.12.5-alpine3.20 ([543ffd9](https://togithub.com/AnotherStranger/docker-borg-backup/commit/543ffd9ae095a2fe95d1e8edeb52ca370ba21a37)) - **deps:** update python:3.12.4-alpine3.20 docker digest to [`63094ab`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/63094ab) ([d827417](https://togithub.com/AnotherStranger/docker-borg-backup/commit/d827417b8702fc5229026db119a0a11f3ef021fc)) - **deps:** update python:3.12.4-alpine3.20 docker digest to [`a0c22d8`](https://togithub.com/AnotherStranger/docker-borg-backup/commit/a0c22d8) ([eb3ff90](https://togithub.com/AnotherStranger/docker-borg-backup/commit/eb3ff90ae56bb101203acd7cf7cbcc8992a604cd)) - **deps:** update sigstore/cosign-installer action to v3.6.0 ([4b80813](https://togithub.com/AnotherStranger/docker-borg-backup/commit/4b80813be5312821054e536e9d0ee5c43647ef2a)) </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-->
48 lines
949 B
YAML
48 lines
949 B
YAML
image:
|
|
repository: ghcr.io/anotherstranger/borg-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.6.2@sha256:9fdf995effa2d720a96ac8516075463a9873fc134a0d19a6e495e907493bb09b
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: tcp
|
|
targetPort: 22
|
|
port: 8022
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
BORG_UID: "{{ .Values.securityContext.container.PUID }}"
|
|
BORG_GID: "{{ .Values.securityContext.pod.fsGroup }}"
|
|
securityContext:
|
|
capabilities:
|
|
add:
|
|
- SYS_CHROOT
|
|
- KILL
|
|
|
|
persistence:
|
|
borg:
|
|
enabled: true
|
|
mountPath: "/var/lib/docker-borg"
|
|
backups:
|
|
enabled: true
|
|
mountPath: "/home/borg/backups"
|
|
ssh:
|
|
enabled: true
|
|
mountPath: "/home/borg/.ssh"
|
|
|
|
portal:
|
|
open:
|
|
enabled: false
|