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-26 00:19:17 +00:00
parent 837c1606c6
commit cdc3bd588d
12 changed files with 161 additions and 30 deletions
+13
View File
@@ -1,6 +1,19 @@
# Changelog<br>
<a name="kimai-0.0.3"></a>
### [kimai-0.0.3](https://github.com/truecharts/apps/compare/kimai-0.0.2...kimai-0.0.3) (2022-03-26)
#### Chore
* correct path for nginx ([#2284](https://github.com/truecharts/apps/issues/2284))
#### Fix
* small fixes ([#2282](https://github.com/truecharts/apps/issues/2282))
<a name="kimai-0.0.2"></a>
### [kimai-0.0.2](https://github.com/truecharts/apps/compare/kimai-0.0.1...kimai-0.0.2) (2022-03-24)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "apache-1.1"
appVersion: "1.19"
dependencies:
- name: common
repository: https://truecharts.org
+9 -7
View File
@@ -15,26 +15,28 @@ You will, however, be able to use all values referenced in the common chart here
| 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"` | |
| env.TRUSTED_HOSTS | string | `"localhost"` | |
| 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"` | |
| image.repository | string | `"tccr.io/truecharts/kimai"` | |
| image.tag | string | `"v1.19@sha256:c397c8f343f90c7997cf524d9b05636571c017db8d9e6db3c6328abfe3cd3b81"` | |
| 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` | |
| persistence.data.mountPath | string | `"/opt/kimai/var"` | |
| podSecurityContext.runAsGroup | int | `33` | |
| podSecurityContext.runAsUser | int | `33` | |
| probes.liveness.path | string | `"/en/login"` | |
| probes.readiness.path | string | `"/en/login"` | |
| probes.startup.path | string | `"/en/login"` | |
| 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` | |
File diff suppressed because one or more lines are too long