Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="leantime-1.0.3"></a>
|
||||
### [leantime-1.0.3](https://github.com/truecharts/apps/compare/leantime-1.0.2...leantime-1.0.3) (2021-12-21)
|
||||
|
||||
#### Feat
|
||||
|
||||
* set LEAN_APP_URL if ingress is enabled ([#1594](https://github.com/truecharts/apps/issues/1594))
|
||||
|
||||
|
||||
|
||||
<a name="leantime-1.0.2"></a>
|
||||
### [leantime-1.0.2](https://github.com/truecharts/apps/compare/leantime-1.0.1...leantime-1.0.2) (2021-12-19)
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.LEAN_APP_URL | string | `"{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}https://{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ end }}{{ end }}"` | |
|
||||
| env.LEAN_DB_DATABASE | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | |
|
||||
| env.LEAN_DB_USER | string | `"{{ .Values.mariadb.mariadbUsername }}"` | |
|
||||
| envValueFrom.LEAN_DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="leantime-1.0.3"></a>
|
||||
### [leantime-1.0.3](https://github.com/truecharts/apps/compare/leantime-1.0.2...leantime-1.0.3) (2021-12-21)
|
||||
|
||||
#### Feat
|
||||
|
||||
* set LEAN_APP_URL if ingress is enabled ([#1594](https://github.com/truecharts/apps/issues/1594))
|
||||
|
||||
|
||||
|
||||
<a name="leantime-1.0.2"></a>
|
||||
### [leantime-1.0.2](https://github.com/truecharts/apps/compare/leantime-1.0.1...leantime-1.0.2) (2021-12-19)
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.LEAN_APP_URL | string | `"{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}https://{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ end }}{{ end }}"` | |
|
||||
| env.LEAN_DB_DATABASE | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | |
|
||||
| env.LEAN_DB_USER | string | `"{{ .Values.mariadb.mariadbUsername }}"` | |
|
||||
| envValueFrom.LEAN_DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
|
||||
File diff suppressed because one or more lines are too long
+38
-1
@@ -13592,6 +13592,43 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/leaf2mqtt-2.0.21/leaf2mqtt-2.0.21.tgz
|
||||
version: 2.0.21
|
||||
leantime:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- management
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.8
|
||||
created: "2021-12-21T10:42:18.336099043Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.9.24
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://truecharts.org/
|
||||
version: 1.0.37
|
||||
description: Straightforward open source project management system to make your
|
||||
ideas reality.
|
||||
digest: 6dffab6aa3e7a44d7b68c2745f4e5e1aa52a11bf4846e74e004ebafbe8934df2
|
||||
home: https://github.com/truechartsapps/tree/master/charts/stable/leantime
|
||||
icon: https://truecharts.org/_static/img/appicons/leantime-icon.png
|
||||
keywords:
|
||||
- leantime
|
||||
- project
|
||||
- management
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: leantime
|
||||
sources:
|
||||
- https://leantime.io/
|
||||
- https://hub.docker.com/r/nicholaswilde/leantime
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/leantime-1.0.3/leantime-1.0.3.tgz
|
||||
version: 1.0.3
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -33411,4 +33448,4 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
||||
version: 9.0.24
|
||||
generated: "2021-12-21T10:06:43.31920922Z"
|
||||
generated: "2021-12-21T10:42:18.337610952Z"
|
||||
|
||||
Reference in New Issue
Block a user