Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-12-18 22:59:44 +00:00
parent e42532ebe1
commit 79b9d35f7a
8 changed files with 125 additions and 189 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="leantime-1.0.0"></a>
### [leantime-1.0.0](https://github.com/truecharts/apps/compare/leantime-0.0.12...leantime-1.0.0) (2021-12-18)
#### Feat
* use official image ([#1562](https://github.com/truecharts/apps/issues/1562))
<a name="leantime-0.0.12"></a>
### [leantime-0.0.12](https://github.com/truecharts/apps/compare/leantime-0.0.11...leantime-0.0.12) (2021-12-18)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.1.7"
appVersion: "2.1.8"
dependencies:
- name: common
repository: https://truecharts.org

View File

@ -11,30 +11,25 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.LEAN_DB_DATABASE | string | `"leantime"` | |
| env.LEAN_DB_USER | string | `"leantime"` | |
| env.LEAN_DB_DATABASE | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | |
| env.LEAN_DB_USER | string | `"{{ .Values.mariadb.mariadbUsername }}"` | |
| envValueFrom.LEAN_DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.LEAN_DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
| envValueFrom.LEAN_DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
| envValueFrom.LEAN_DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
| envValueFrom.LEAN_SESSION_PASSWORD.secretKeyRef.key | string | `"LEAN_SESSION_PASSWORD"` | |
| envValueFrom.LEAN_SESSION_PASSWORD.secretKeyRef.name | string | `"leantime-secrets"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/leantime"` | |
| image.tag | string | `"v2.1.7-ls6@sha256:09f51955b47e8bf7cf8c95b7fa4e023ce2fae4aa15ef42db1568b4c23830b5a6"` | |
| image.tag | string | `"v2.1.8@sha256:c2a5025fb6019f0fea9d3d8fb37a52f6a91a7d72117a081b759a1d0762dea513"` | |
| mariadb.enabled | bool | `true` | |
| mariadb.existingSecret | string | `"mariadbcreds"` | |
| mariadb.mariadbDatabase | string | `"leantime"` | |
| mariadb.mariadbUsername | string | `"leantime"` | |
| persistence.sessions.enabled | bool | `true` | |
| persistence.sessions.mountPath | string | `"/sessions"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.extra.enabled | bool | `true` | |
| service.extra.ports.extra.enabled | bool | `true` | |
| service.extra.ports.extra.port | int | `10118` | |
| service.extra.ports.extra.protocol | string | `"UDP"` | |
| service.extra.ports.extra.targetPort | int | `9000` | |
| service.main.ports.main.port | int | `10117` | |
| service.main.ports.main.targetPort | int | `80` | |

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="leantime-1.0.0"></a>
### [leantime-1.0.0](https://github.com/truecharts/apps/compare/leantime-0.0.12...leantime-1.0.0) (2021-12-18)
#### Feat
* use official image ([#1562](https://github.com/truecharts/apps/issues/1562))
<a name="leantime-0.0.12"></a>
### [leantime-0.0.12](https://github.com/truecharts/apps/compare/leantime-0.0.11...leantime-0.0.12) (2021-12-18)

View File

@ -11,30 +11,25 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.LEAN_DB_DATABASE | string | `"leantime"` | |
| env.LEAN_DB_USER | string | `"leantime"` | |
| env.LEAN_DB_DATABASE | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | |
| env.LEAN_DB_USER | string | `"{{ .Values.mariadb.mariadbUsername }}"` | |
| envValueFrom.LEAN_DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.LEAN_DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
| envValueFrom.LEAN_DB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
| envValueFrom.LEAN_DB_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
| envValueFrom.LEAN_SESSION_PASSWORD.secretKeyRef.key | string | `"LEAN_SESSION_PASSWORD"` | |
| envValueFrom.LEAN_SESSION_PASSWORD.secretKeyRef.name | string | `"leantime-secrets"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/leantime"` | |
| image.tag | string | `"v2.1.7-ls6@sha256:09f51955b47e8bf7cf8c95b7fa4e023ce2fae4aa15ef42db1568b4c23830b5a6"` | |
| image.tag | string | `"v2.1.8@sha256:c2a5025fb6019f0fea9d3d8fb37a52f6a91a7d72117a081b759a1d0762dea513"` | |
| mariadb.enabled | bool | `true` | |
| mariadb.existingSecret | string | `"mariadbcreds"` | |
| mariadb.mariadbDatabase | string | `"leantime"` | |
| mariadb.mariadbUsername | string | `"leantime"` | |
| persistence.sessions.enabled | bool | `true` | |
| persistence.sessions.mountPath | string | `"/sessions"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.extra.enabled | bool | `true` | |
| service.extra.ports.extra.enabled | bool | `true` | |
| service.extra.ports.extra.port | int | `10118` | |
| service.extra.ports.extra.protocol | string | `"UDP"` | |
| service.extra.ports.extra.targetPort | int | `9000` | |
| service.main.ports.main.port | int | `10117` | |
| service.main.ports.main.targetPort | int | `80` | |

File diff suppressed because one or more lines are too long

View File

@ -9890,6 +9890,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-18T22:59:44.33006472Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.21
- condition: mariadb.enabled
name: mariadb
repository: https://truecharts.org/
version: 1.0.34
description: Straightforward open source project management system to make your
ideas reality.
digest: 994d99260f89b5a4b6ee6d3cb34157570b1edca63fe3b7210a0642b77ee52ce8
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.0/leantime-1.0.0.tgz
version: 1.0.0
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -18588,43 +18625,6 @@ entries:
- https://github.com/truecharts/apps/releases/download/readarr-9.0.30/readarr-9.0.30.tgz
version: 9.0.30
recipes:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 1.0.2
created: "2021-12-18T22:50:21.020911012Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.21
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 6.0.31
description: Recipes is a Django application to manage, tag and search recipes
using either built in models or external storage providers hosting PDF's, Images
or other files.
digest: ba6e7ae5535c8f437b8bdd4006a98dbc9465a634bf8bd5251b027a45c77d461b
home: https://github.com/truecharts/apps/tree/master/charts/stable/recipes
icon: https://truecharts.org/_static/img/appicons/recipes-icon.png
keywords:
- recipes
- cooking
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: recipes
sources:
- https://github.com/vabene1111/recipes
- https://hub.docker.com/r/vabene1111/recipes
urls:
- https://github.com/truecharts/apps/releases/download/recipes-5.0.0/recipes-5.0.0.tgz
version: 5.0.0
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -23733,4 +23733,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-18T22:50:21.022127225Z"
generated: "2021-12-18T22:59:44.331336026Z"