Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-23 21:08:51 +00:00
parent 5c575fcd5e
commit 5b4d416c78
12 changed files with 2615 additions and 2 deletions

View File

@ -0,0 +1,10 @@
# Changelog<br>
<a name="kimai-0.0.1"></a>
### kimai-0.0.1 (2022-03-23)
#### Feat
* Add kimai ([#2258](https://github.com/truecharts/apps/issues/2258))

View File

@ -0,0 +1,7 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

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

View File

@ -0,0 +1,40 @@
# Introduction
Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/kevinpapst/kimai2>
* <https://github.com/tobybatch/kimai2>
* <https://hub.docker.com/r/kimai/kimai2>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | mariadb | 2.0.7 |
| https://truecharts.org | common | 9.1.8 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
## Upgrading, Rolling Back and Uninstalling the Chart
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,41 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.DB_BASE | string | `"{{ .Values.mariadb.mariadbUsername }}"` | |
| env.DB_PORT | string | `"3306"` | |
| env.DB_TYPE | string | `"mysql"` | |
| env.DB_USER | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | |
| env.TRUSTED_HOSTS | string | `"172.16.0.0/12"` | |
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
| envValueFrom.DB_PASS.secretKeyRef.key | string | `"mariadb-password"` | |
| envValueFrom.DB_PASS.secretKeyRef.name | string | `"mariadbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"kimai/kimai2"` | |
| image.tag | string | `"apache-1.19-prod@sha256:e4a92b3a87c782a8ad75fcb8468c654232ea8043efe5409877e1b06c7562f95b"` | |
| mariadb.enabled | bool | `true` | |
| mariadb.existingSecret | string | `"mariadbcreds"` | |
| mariadb.mariadbDatabase | string | `"kimai"` | |
| mariadb.mariadbUsername | string | `"kimai"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/opt/kimai/public"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| secret.ADMINMAIL | string | `"admin@mysecretdomain.com"` | |
| secret.ADMINPASS | string | `"MvvTfjagiaqDprGNVA"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10198` | |
| service.main.ports.main.targetPort | int | `8001` | |
All Rights Reserved - The TrueCharts Project

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
# Changelog<br>
<a name="kimai-0.0.1"></a>
### kimai-0.0.1 (2022-03-23)
#### Feat
* Add kimai ([#2258](https://github.com/truecharts/apps/issues/2258))

View File

@ -0,0 +1,7 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,41 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.DB_BASE | string | `"{{ .Values.mariadb.mariadbUsername }}"` | |
| env.DB_PORT | string | `"3306"` | |
| env.DB_TYPE | string | `"mysql"` | |
| env.DB_USER | string | `"{{ .Values.mariadb.mariadbDatabase }}"` | |
| env.TRUSTED_HOSTS | string | `"172.16.0.0/12"` | |
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"mariadbcreds"` | |
| envValueFrom.DB_PASS.secretKeyRef.key | string | `"mariadb-password"` | |
| envValueFrom.DB_PASS.secretKeyRef.name | string | `"mariadbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"kimai/kimai2"` | |
| image.tag | string | `"apache-1.19-prod@sha256:e4a92b3a87c782a8ad75fcb8468c654232ea8043efe5409877e1b06c7562f95b"` | |
| mariadb.enabled | bool | `true` | |
| mariadb.existingSecret | string | `"mariadbcreds"` | |
| mariadb.mariadbDatabase | string | `"kimai"` | |
| mariadb.mariadbUsername | string | `"kimai"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/opt/kimai/public"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| secret.ADMINMAIL | string | `"admin@mysecretdomain.com"` | |
| secret.ADMINPASS | string | `"MvvTfjagiaqDprGNVA"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10198` | |
| service.main.ports.main.targetPort | int | `8001` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,40 @@
# Introduction
Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/kevinpapst/kimai2>
* <https://github.com/tobybatch/kimai2>
* <https://hub.docker.com/r/kimai/kimai2>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | mariadb | 2.0.7 |
| https://truecharts.org | common | 9.1.8 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
## Upgrading, Rolling Back and Uninstalling the Chart
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

File diff suppressed because one or more lines are too long

View File

@ -27901,6 +27901,45 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/kavita-0.0.1/kavita-0.0.1.tgz
version: 0.0.1
kimai:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- productivity
truecharts.org/grade: U
apiVersion: v2
appVersion: apache-1.1
created: "2022-03-23T21:08:46.913996315Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.8
- condition: mariadb.enabled
name: mariadb
repository: https://truecharts.org/
version: 2.0.7
description: Kimai is a free, open source and online time-tracking software designed
for small businesses and freelancers.
digest: 58938412852fd1b804f89ead16564ecbc9f27a7eb4975cba7df46c5c33cad43f
home: https://github.com/truecharts/apps/tree/master/charts/stable/kimai
icon: https://truecharts.org/_static/img/appicons/kimai.png
keywords:
- kimai
- time
- tracking
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: kimai
sources:
- https://github.com/kevinpapst/kimai2
- https://github.com/tobybatch/kimai2
- https://hub.docker.com/r/kimai/kimai2
urls:
- https://github.com/truecharts/apps/releases/download/kimai-0.0.1/kimai-0.0.1.tgz
version: 0.0.1
kms:
- annotations:
truecharts.org/SCALE-support: "true"
@ -79360,4 +79399,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
version: 9.0.24
generated: "2022-03-23T19:15:30.909099418Z"
generated: "2022-03-23T21:08:46.922711585Z"