f37a4b3d49
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/anotherstranger/borg-server](https://redirect.github.com/AnotherStranger/docker-borg-backup) | patch | `2.6.3` -> `2.6.4` | --- > [!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.4`](https://redirect.github.com/AnotherStranger/docker-borg-backup/blob/HEAD/CHANGELOG.md#264-2024-09-21) [Compare Source](https://redirect.github.com/AnotherStranger/docker-borg-backup/compare/v2.6.3...v2.6.4) ##### Build System - **release:** 2.6.4-rc.1 ([2b1b92a](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/2b1b92a10fc40236b1a4e05b128ce2816246aa0a)) - **release:** 2.6.4-rc.2 ([e516fe9](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/e516fe99599267fe7b24d9df07ac41647cfbcd98)) - **release:** 2.6.4-rc.3 ([2a8fc92](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/2a8fc9217b5cfc90a133ec622d014b26285336c2)) - **release:** 2.6.4-rc.4 ([8b774cc](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/8b774cc5b377794c5786ab018f9a4b5ea57b2348)) ##### Code Refactoring - **deps:** pin python docker tag to [`7130f75`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/7130f75) ([383663d](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/383663d3a039656580210ee0e7e07ccff022cbc1)) - **deps:** update actions/setup-node digest to [`0a44ba7`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/0a44ba7) ([073f73d](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/073f73d646ddad7c41421d985f91113f72e5b0b6)) - update dependencies ([6531675](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/65316751d4f6e2e5e055a2a9ef9d4464480c4952)) - **deps:** update github/codeql-action digest to [`294a9d9`](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/294a9d9) ([ee3ba4b](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/ee3ba4b59a1be2e65cb1c8fe35c81db6ff861364)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Mi4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
48 lines
949 B
YAML
48 lines
949 B
YAML
image:
|
|
repository: ghcr.io/anotherstranger/borg-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.6.4@sha256:2be29d917041621f22857c5d1c9dc3665836ff74846cc6c5b2e9a8ab88f452de
|
|
|
|
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
|