Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
633cb76631
commit
9b67ecb76d
|
@ -0,0 +1,8 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [borg-server-0.0.1]borg-server-0.0.1 (2023-11-16)
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.1.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.3.5
|
||||
deprecated: false
|
||||
description: A borg Backup server
|
||||
home: https://truecharts.org/charts/incubator/borg-server
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.png
|
||||
keywords:
|
||||
- borg-server
|
||||
- backup
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: borg-server
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/borg-server
|
||||
- https://github.com/AnotherStranger/docker-borg-backup
|
||||
type: application
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/category: backup
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1 @@
|
|||
# README
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [borg-server-0.0.1]borg-server-0.0.1 (2023-11-16)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
A borg Backup server
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/borg-server](https://truecharts.org/charts/incubator/borg-server)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,42 @@
|
|||
image:
|
||||
repository: ghcr.io/anotherstranger/borg-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.1.1@sha256:768c3522f846d8e8476a1f6527b5c0ff8c021dc31b7988876d34228ebdc7976e
|
||||
|
||||
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
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.png
|
||||
categories:
|
||||
- backup
|
||||
screenshots: []
|
Loading…
Reference in New Issue