Files
truecharts/charts/stable/borg-server/values.yaml
T
TrueCharts BotandGitHub 56dfb4e74d chore(deps): update container image ghcr.io/anotherstranger/borg-server to v2.1.2@03fd54c (#15608)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/anotherstranger/borg-server](https://togithub.com/AnotherStranger/docker-borg-backup)
| patch | `2.1.1` -> `2.1.2` |

---

> [!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.1.2`](https://togithub.com/AnotherStranger/docker-borg-backup/blob/HEAD/CHANGELOG.md#212-2023-12-02)

[Compare
Source](https://togithub.com/AnotherStranger/docker-borg-backup/compare/v2.1.1...v2.1.2)

##### Build System

- **release:** 2.1.2-rc.1
([7aebfd3](https://togithub.com/AnotherStranger/docker-borg-backup/commit/7aebfd39fd8a6d4976c2b470e7d899338ebb379b))

##### Code Refactoring

- **deps:** update openssl
([f9d26e1](https://togithub.com/AnotherStranger/docker-borg-backup/commit/f9d26e15577b2144a4fae72ab4af34f4cb4d12e6))

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-02 14:53:48 +01:00

43 lines
825 B
YAML

image:
repository: ghcr.io/anotherstranger/borg-server
pullPolicy: IfNotPresent
tag: 2.1.2@sha256:03fd54c6ebd0261a363143a71b5ac0fbd3db5b3def1c6e0b3e71e13186ff0b02
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 }}"
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