Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-10-03 21:26:32 +00:00
parent 475c7bd1d2
commit 4c9d38d5f9
12 changed files with 2556 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.3
deprecated: false
description: A free, open-source expert system for guided interviews and document assembly.
home: https://truecharts.org/charts/incubator/docassemble
icon: https://truecharts.org/img/hotlink-ok/chart-icons/docassemble.png
keywords:
- docassemble
- documentation
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: docassemble
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/docassemble
- https://github.com/jhpyle/docassemble
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- documentation
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1 @@
# README

View File

@@ -0,0 +1,4 @@
## [docassemble-0.0.1]docassemble-0.0.1 (2023-10-03)

View File

@@ -0,0 +1,8 @@
A free, open-source expert system for guided interviews and document assembly.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/docassemble](https://truecharts.org/charts/incubator/docassemble)
---
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.

View File

@@ -0,0 +1,73 @@
image:
repository: tccr.io/truecharts/docassemble
pullPolicy: IfNotPresent
tag: latest@sha256:665fbaf35a7548e0418947a8d1e193416fffd0a8a738cb2603310137a6fd16d1
service:
main:
ports:
main:
protocol: http
port: 10685
docassemble:
hostname: docassemble.example.com
https: false
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/health_check"
type: http
readiness:
path: "/health_check"
type: http
startup:
path: "/health_check"
type: http
env:
DBNAME: "{{ .Values.cnpg.main.database }}"
DBUSER: "{{ .Values.cnpg.main.user }}"
DBPASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
DBHOST:
secretKeyRef:
name: cnpg-main-urls
key: host
DALISTENPORT: "{{ .Values.service.main.ports.main.port }}"
USEHTTPS: "{{ .Values.docassemble.https }}"
DAHOSTNAME: "{{ .Values.docassemble.hostname }}"
persistence:
config:
enabled: true
mountPath: "/usr/share/docassemble/config"
webapp:
enabled: true
mountPath: "/usr/share/docassemble/webapp"
log:
enabled: true
mountPath: "/usr/share/docassemble/log"
backup:
enabled: true
mountPath: "/usr/share/docassemble/backup"
files:
enabled: true
mountPath: "/usr/share/docassemble/files"
# Enabled postgres
cnpg:
main:
enabled: true
user: docassemble
database: docassemble
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 @@
{{ include "tc.v1.common.loader.all" . }}

View File

View File

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