Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-09-07 07:22:30 +00:00
parent d74cca35c4
commit d7a5c1dbee
14 changed files with 2145 additions and 0 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [van-dam-0.0.1]van-dam-0.0.1 (2023-09-07)

View File

@ -0,0 +1,32 @@
apiVersion: v2
appVersion: "0.53.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.3
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 7.0.6
deprecated: false
description: A Digital Asset Manager (DAM), specifically designed for 3D print files.
home: https://truecharts.org/charts/incubator/van-dam
icon: https://truecharts.org/img/hotlink-ok/chart-icons/van-dam.png
keywords:
- vanDAM
- media
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: van-dam
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/van-dam
- https://github.com/Floppy/van_dam
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1 @@
# README

View File

@ -0,0 +1,4 @@
## [van-dam-0.0.1]van-dam-0.0.1 (2023-09-07)

View File

@ -0,0 +1,8 @@
A Digital Asset Manager (DAM), specifically designed for 3D print files.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/van-dam](https://truecharts.org/charts/incubator/van-dam)
---
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.

Binary file not shown.

View File

@ -0,0 +1,57 @@
image:
repository: tccr.io/truecharts/van-dam
pullPolicy: IfNotPresent
tag: v0.53.0@sha256:2b018bb41c253810ba9d01fe6764dc30a2ff653444007d383f85c6537c6cc358
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
targetPort: 3214
port: 3214
workload:
main:
podSpec:
containers:
main:
env:
DATABASE_URL:
secretKeyRef:
name: cnpg-main-urls
key: std
REDIS_URL:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url
SECRET_KEY_BASE:
secretKeyRef:
name: vandam-secrets
key: SECRET_KEY_BASE
persistence:
libraries:
enabled: true
mountPath: "/libraries"
cnpg:
main:
enabled: true
user: vandam
database: vandam
redis:
enabled: true
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1,13 @@
{{/* Define the secrets */}}
{{- define "vandam.secrets" -}}
{{- $secretName := (printf "%s-vandam-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) }}
{{- $secretKey := randAlphaNum 64 -}}
{{- with lookup "v1" "Secret" .Release.Namespace $secretName -}}
{{- $secretKey = index .data "SECRET_KEY_BASE" | b64dec -}}
{{- end }}
enabled: true
data:
SECRET_KEY_BASE: {{ $secretKey }}
{{- end -}}

View File

@ -0,0 +1,11 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . -}}
{{/* Render secrets for vandam */}}
{{- $secrets := include "vandam.secrets" . | fromYaml -}}
{{- if $secrets -}}
{{- $_ := set .Values.secret "vandam-secrets" $secrets -}}
{{- end -}}
{{/* Render the templates */}}
{{- include "tc.v1.common.loader.apply" . -}}

View File

View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/van-dam.png
categories:
- media
screenshots: []