Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-08 00:35:46 +00:00
parent 49bb4c66f7
commit 9eceb3c8a3
11 changed files with 2113 additions and 0 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [proxmox-backup-server-0.0.1]proxmox-backup-server-0.0.1 (2023-10-08)

View File

@ -0,0 +1,27 @@
apiVersion: v2
appVersion: "2.2-7"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.10
description: Container for proxmox backup server
home: https://truecharts.org/charts/incubator/proxmox-backup-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pbs
keywords:
- proxmox-backup-server
- pbs
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: proxmox-backup-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/pbs
- https://hub.docker.com/r/bingsin/pbs
version: 0.0.1
annotations:
truecharts.org/catagories: |
- test
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,4 @@
## [proxmox-backup-server-0.0.1]proxmox-backup-server-0.0.1 (2023-10-08)

View File

@ -0,0 +1,8 @@
Container for proxmox backup server
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/proxmox-backup-server](https://truecharts.org/charts/incubator/proxmox-backup-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!

View File

@ -0,0 +1,57 @@
image:
repository: tccr.io/truecharts/proxmox-backup-server
tag: v3.0.2@sha256:31e31c6bc27ca6e682eb2819ba69bec7d20bfa928e5642123e620f9be3277d3c
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
targetPort: 8007
protocol: https
port: 8007
workload:
main:
podSpec:
# It's used in the certificate generation
# Without this it exceeds the 64 character limit
# This limit comes from the crypt C library.
hostname: pbs
containers:
main:
probes:
liveness:
type: https
readiness:
type: https
startup:
type: tcp
persistence:
config:
enabled: true
mountPath: /etc/proxmox-backup
lib:
enabled: true
type: emptyDir
mountPath: /var/lib/proxmox-backup
log:
enabled: true
type: emptyDir
mountPath: /var/log/proxmox-backup
run:
enabled: true
type: emptyDir
mountPath: /run
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/pbs
categories:
- test
screenshots: []