758a4fef59
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/anotherstranger/borg-server](https://redirect.github.com/AnotherStranger/docker-borg-backup) | patch | `9ecf168` → `98da306` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.8.6`](https://redirect.github.com/AnotherStranger/docker-borg-backup/releases/tag/v2.8.6) [Compare Source](https://redirect.github.com/AnotherStranger/docker-borg-backup/compare/v2.8.5...v2.8.6) ##### Bug Fixes - update openssl version ([d15933b](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/d15933b80b5fa26f94dc490cd45903b4afdf2bb8)) ##### Code Refactoring - **deps:** update all dependencies ([e847e37](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/e847e376a4310ae4394ebc382aa47dc39eaf4a44)) - **deps:** update all dependencies ([ad62665](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/ad62665903db67a51b4317911eac5aa2e044ee41)) - **deps:** update all dependencies ([861a7c2](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/861a7c2200808173ec2d6abb8ec7d1866fe0cfe2)) - **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v43.102.10 ([c7fdd86](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/c7fdd86f8ab74b9d5c7214553fe5734ff1b8e4b9)) - **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v43.104.1 ([8623fbc](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/8623fbc951f3750db2c6e1ebcef6e0b203379dcc)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9ib3JnLXNlcnZlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
45 lines
966 B
YAML
45 lines
966 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/anotherstranger/borg-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.8.6@sha256:98da306210ea51915ba606bed35fba99a83e6a06f4434a031fa0f4c67f7d1bbb
|
|
|
|
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"
|