c6a32e1bb7
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/anotherstranger/borg-server](https://redirect.github.com/AnotherStranger/docker-borg-backup) | patch | `fdca603` -> `c6a4bdc` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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.6.22`](https://redirect.github.com/AnotherStranger/docker-borg-backup/releases/tag/v2.6.22) [Compare Source](https://redirect.github.com/AnotherStranger/docker-borg-backup/compare/v2.6.21...v2.6.22) ##### Bug Fixes - **renovate:** fix typo in semver regex ([47e4e22](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/47e4e2212d231a87b030db132b7f273901298b90)) ##### Code Refactoring - **deps:** update all dependencies ([48aa4e4](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/48aa4e463e8d2d7281434030d1c53b3ac1af97fe)) - **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v41.168.3 ([c308895](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/c30889578eaf5e81154e7fc31554fde8c09183a0)) - **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v41.168.5 ([dd52ee0](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/dd52ee071809a859c45e503f279ea4332ff537e3)) - **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v41.169.1 ([6575e36](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/6575e363f04acfa3e5ccda4be04eaaf44ac0a620)) - **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v41.171.4 ([4c241a6](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/4c241a6f9614440b2673cfed164d53a8e509feae)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
44 lines
914 B
YAML
44 lines
914 B
YAML
image:
|
|
repository: ghcr.io/anotherstranger/borg-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.6.22@sha256:c6a4bdc55a2fa7be6c1aed1f4d2ccd831e24ea9dea64424b0774e8ed577f592a
|
|
|
|
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"
|