Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
8
incubator/docassemble/0.0.1/CHANGELOG.md
Normal file
8
incubator/docassemble/0.0.1/CHANGELOG.md
Normal 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)
|
||||
|
||||
28
incubator/docassemble/0.0.1/Chart.yaml
Normal file
28
incubator/docassemble/0.0.1/Chart.yaml
Normal 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"
|
||||
1
incubator/docassemble/0.0.1/README.md
Normal file
1
incubator/docassemble/0.0.1/README.md
Normal file
@@ -0,0 +1 @@
|
||||
# README
|
||||
4
incubator/docassemble/0.0.1/app-changelog.md
Normal file
4
incubator/docassemble/0.0.1/app-changelog.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
## [docassemble-0.0.1]docassemble-0.0.1 (2023-10-03)
|
||||
|
||||
8
incubator/docassemble/0.0.1/app-readme.md
Normal file
8
incubator/docassemble/0.0.1/app-readme.md
Normal 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!
|
||||
BIN
incubator/docassemble/0.0.1/charts/common-14.0.3.tgz
Normal file
BIN
incubator/docassemble/0.0.1/charts/common-14.0.3.tgz
Normal file
Binary file not shown.
73
incubator/docassemble/0.0.1/ix_values.yaml
Normal file
73
incubator/docassemble/0.0.1/ix_values.yaml
Normal 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
|
||||
2427
incubator/docassemble/0.0.1/questions.yaml
Normal file
2427
incubator/docassemble/0.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
incubator/docassemble/0.0.1/templates/NOTES.txt
Normal file
1
incubator/docassemble/0.0.1/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
incubator/docassemble/0.0.1/templates/common.yaml
Normal file
1
incubator/docassemble/0.0.1/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
incubator/docassemble/0.0.1/values.yaml
Normal file
0
incubator/docassemble/0.0.1/values.yaml
Normal file
5
incubator/docassemble/item.yaml
Normal file
5
incubator/docassemble/item.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/docassemble.png
|
||||
categories:
|
||||
- documentation
|
||||
|
||||
screenshots: []
|
||||
Reference in New Issue
Block a user