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)
|
## [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/truecharts/charts/tree/master/charts/incubator/docassemble
|
||||||
- https://github.com/jhpyle/docassemble
|
- https://github.com/jhpyle/docassemble
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- documentation
|
- 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:
|
main:
|
||||||
protocol: http
|
protocol: http
|
||||||
port: 10685
|
port: 10685
|
||||||
|
rcon:
|
||||||
|
enabled: true
|
||||||
|
ports:
|
||||||
|
rcon:
|
||||||
|
enabled: true
|
||||||
|
port: 25575
|
||||||
|
|
||||||
docassemble:
|
docassemble:
|
||||||
hostname: docassemble.example.com
|
hostname: docassemble.example.com
|
||||||
https: false
|
behind_loadbalancer: false
|
||||||
|
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
||||||
|
@ -40,8 +46,8 @@ workload:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: cnpg-main-urls
|
name: cnpg-main-urls
|
||||||
key: host
|
key: host
|
||||||
DALISTENPORT: "{{ .Values.service.main.ports.main.port }}"
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||||
USEHTTPS: "{{ .Values.docassemble.https }}"
|
BEHINDHTTPSLOADBALANCER: "{{ .Values.docassemble.behind_loadbalancer }}"
|
||||||
DAHOSTNAME: "{{ .Values.docassemble.hostname }}"
|
DAHOSTNAME: "{{ .Values.docassemble.hostname }}"
|
||||||
|
|
||||||
persistence:
|
persistence:
|
|
@ -164,8 +164,8 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: "http://localhost:10685"
|
default: "http://localhost:10685"
|
||||||
- variable: https
|
- variable: behind_loadbalancer
|
||||||
label: https
|
label: Behind LoadBalancer
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
Loading…
Reference in New Issue