664861e429
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/anotherstranger/borg-server](https://redirect.github.com/AnotherStranger/docker-borg-backup) | patch | `bd9c58a` → `22118de` | --- > [!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.1`](https://redirect.github.com/AnotherStranger/docker-borg-backup/releases/tag/v2.8.1) [Compare Source](https://redirect.github.com/AnotherStranger/docker-borg-backup/compare/v2.8.0...v2.8.1) ##### Bug Fixes - **Dockerfile:** update alpine version for renovate deps ([a43a001](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/a43a0013401c398d64192c36c3d56eb619cec78c)) - update openssl ([a5d39ce](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/a5d39ce3dccbf4aa8539483009ff77847b24ae4a)) ##### Code Refactoring - **deps:** update all dependencies ([60e1884](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/60e188432e3b1c42948c848a5ffdfc54166ec4c9)) - **deps:** update all dependencies ([4372496](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/43724966cc9b582ae9c00f12b3a38daf1a92fd55)) - **deps:** update all dependencies ([559fa3e](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/559fa3e0218c83195135d5724a985d4fc75546f0)) - **deps:** update pre-commit hook commitizen-tools/commitizen to v4.12.0 ([c7f406a](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/c7f406ad5c4466b6fc8197b89c3eb7acd873d45e)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYm9yZy1zZXJ2ZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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.1@sha256:22118deb20c06e8fa0b7c9c60dc057a640b893961fafa9f9e9d64c8ee2f3542c
|
|
|
|
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"
|