Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-03 22:10:13 +00:00
parent c11cefe4f1
commit 44978d2bfe
12 changed files with 21 additions and 10 deletions

View File

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

View File

@ -4,5 +4,10 @@
## [docassemble-0.0.2](https://github.com/truecharts/charts/compare/docassemble-0.0.1...docassemble-0.0.2) (2023-10-03)
## [docassemble-0.0.1]docassemble-0.0.1 (2023-10-03)

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/docassemble
- https://github.com/jhpyle/docassemble
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- documentation

View File

@ -0,0 +1,4 @@
## [docassemble-0.0.2](https://github.com/truecharts/charts/compare/docassemble-0.0.1...docassemble-0.0.2) (2023-10-03)

View File

@ -9,10 +9,16 @@ service:
main:
protocol: http
port: 10685
rcon:
enabled: true
ports:
rcon:
enabled: true
port: 25575
docassemble:
hostname: docassemble.example.com
https: false
behind_loadbalancer: false
workload:
main:
@ -40,8 +46,8 @@ workload:
secretKeyRef:
name: cnpg-main-urls
key: host
DALISTENPORT: "{{ .Values.service.main.ports.main.port }}"
USEHTTPS: "{{ .Values.docassemble.https }}"
PORT: "{{ .Values.service.main.ports.main.port }}"
BEHINDHTTPSLOADBALANCER: "{{ .Values.docassemble.behind_loadbalancer }}"
DAHOSTNAME: "{{ .Values.docassemble.hostname }}"
persistence:

View File

@ -164,8 +164,8 @@ questions:
type: string
required: true
default: "http://localhost:10685"
- variable: https
label: https
- variable: behind_loadbalancer
label: Behind LoadBalancer
schema:
type: boolean
default: false