Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-23 21:08:48 +00:00
parent 7445fc1ea0
commit fca21d49eb
15 changed files with 3813 additions and 0 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

@ -0,0 +1,9 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.8
- name: mariadb
repository: https://truecharts.org/
version: 2.0.7
digest: sha256:a4683397c6a48cc0b7d37a73a8403c71eaea50aa29eb0ccce0a3e2e6821b9b0b
generated: "2022-03-23T21:04:43.518403745Z"

View File

@ -0,0 +1,33 @@
apiVersion: v2
appVersion: "apache-1.1"
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.
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
version: 0.0.1
annotations:
truecharts.org/catagories: |
- productivity
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

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,3 @@
Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers.
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

Binary file not shown.

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,52 @@
image:
repository: kimai/kimai2
tag: apache-1.19-prod@sha256:e4a92b3a87c782a8ad75fcb8468c654232ea8043efe5409877e1b06c7562f95b
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
ADMINMAIL: "admin@mysecretdomain.com"
ADMINPASS: "MvvTfjagiaqDprGNVA"
env:
DB_TYPE: "mysql"
DB_PORT: "3306"
DB_USER: "{{ .Values.mariadb.mariadbDatabase }}"
DB_BASE: "{{ .Values.mariadb.mariadbUsername }}"
# User Defined
TRUSTED_HOSTS: "172.16.0.0/12"
envValueFrom:
DB_PASS:
secretKeyRef:
name: mariadbcreds
key: mariadb-password
DB_HOST:
secretKeyRef:
name: mariadbcreds
key: plainhost
service:
main:
ports:
main:
port: 10198
targetPort: 8001
persistence:
data:
enabled: true
mountPath: "/opt/kimai/public"
mariadb:
enabled: true
mariadbUsername: kimai
mariadbDatabase: kimai
existingSecret: "mariadbcreds"

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{{ include "common.all" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/_static/img/appicons/kimai.png
categories:
- productivity