42d5fb3a6d
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/anotherstranger/borg-server](https://redirect.github.com/AnotherStranger/docker-borg-backup) | patch | `5bd1c9c` -> `fdca603` | --- > [!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.21`](https://redirect.github.com/AnotherStranger/docker-borg-backup/releases/tag/v2.6.21) [Compare Source](https://redirect.github.com/AnotherStranger/docker-borg-backup/compare/v2.6.20...v2.6.21) ##### Code Refactoring - **deps:** update all dependencies ([6fbc391](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/6fbc3914eb4863223d1b31c129a84746f4ceef22)) - **deps:** update all dependencies ([f0c3533](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/f0c35337e5e03fdd9be89b971b8fd92737e3d026)) - **deps:** update all dependencies ([889fffe](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/889fffedcc2343c9fd6517cd173509fd406e55ef)) - **deps:** update all dependencies ([e2b40b3](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/e2b40b3348c951b2a0e1b9055661302cfe64392d)) - **deps:** update all dependencies ([8eb94bd](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/8eb94bd52ff88e276f4d753069575c3489bedf8a)) - **deps:** update all dependencies ([3cebd4c](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/3cebd4cd6d8215702cdab5fb91bee7e7c9ec6eab)) - **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v41.157.0 ([33b8955](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/33b89555ed9a9fbe1932c70adc65ae05416bc238)) - **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v41.159.2 ([67fb7a2](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/67fb7a21d5670a8fcfef0c2f14c48c52ab53e05d)) - **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v41.159.4 ([61e94f5](https://redirect.github.com/AnotherStranger/docker-borg-backup/commit/61e94f55747213b152452d6b41c63a66f6b27f27)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
44 lines
914 B
YAML
44 lines
914 B
YAML
image:
|
|
repository: ghcr.io/anotherstranger/borg-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.6.21@sha256:fdca603ed72de2a48e07b2a40149f66995820afb8b34458bca292a4b8328bf5a
|
|
|
|
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"
|