Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
c11cefe4f1
commit
44978d2bfe
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [docassemble-0.0.1]docassemble-0.0.1 (2023-10-03)
|
||||
|
|
@ -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)
|
||||
|
|
@ -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
|
|
@ -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)
|
||||
|
|
@ -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:
|
|
@ -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
|
Loading…
Reference in New Issue