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-11 10:00:25 +00:00
parent 98d6693966
commit a11ecc4ef9
9 changed files with 1064 additions and 7 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="mealie-5.0.0"></a>
### [mealie-5.0.0](https://github.com/truecharts/apps/compare/mealie-4.0.20...mealie-5.0.0) (2021-12-11)
#### Feat
* add pgsql support ([#1504](https://github.com/truecharts/apps/issues/1504))
<a name="mealie-4.0.20"></a>
### [mealie-4.0.20](https://github.com/truecharts/apps/compare/mealie-4.0.19...mealie-4.0.20) (2021-12-07)
+11 -1
View File
@@ -12,8 +12,14 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env | object | See below | environment variables. See [image docs](https://hay-kot.github.io/mealie/getting-started/install/#env-variables) for more details. |
| env.DB_TYPE | string | `"sqlite"` | Set the application database type |
| env.TZ | string | `"UTC"` | Set the container timezone |
| envTpl.DB_TYPE | string | `"postgres"` | |
| envTpl.POSTGRES_DB | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.POSTGRES_SERVER.secretKeyRef.key | string | `"plainporthost"` | |
| envValueFrom.POSTGRES_SERVER.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/mealie"` | image repository |
| image.tag | string | `"v0.5.4@sha256:52a05feaf3cac813c0540e8c59b0f99900662558254c657e9d0335f0d9c8b4a9"` | image tag |
@@ -21,6 +27,10 @@ You will, however, be able to use all values referenced in the common chart here
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"mealie"` | |
| postgresql.postgresqlUsername | string | `"mealie"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
+1
View File
@@ -17,6 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 6.0.24 |
| https://truecharts.org | common | 8.9.15 |
## Installing the Chart
File diff suppressed because one or more lines are too long
+36 -1
View File
@@ -1213,6 +1213,41 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/mariadb-1.0.25/mariadb-1.0.25.tgz
version: 1.0.25
mealie:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- utilities
truecharts.org/grade: U
apiVersion: v2
appVersion: 0.5.4
created: "2021-12-11T10:00:25.58357039Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.15
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 6.0.24
description: Mealie is a self hosted recipe manager and meal planner with a RestAPI
backend
digest: 1f4896d2344d28add8cf0f1d925089dd7da4b364a0848459905479c0dbc1320a
home: https://github.com/truecharts/apps/tree/master/charts/stable/mealie
icon: https://raw.githubusercontent.com/hay-kot/mealie/gh-pages/assets/img/favicon.png
keywords:
- grocy
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: mealie
sources:
- https://github.com/hay-kot/mealie
urls:
- https://github.com/truecharts/apps/releases/download/mealie-5.0.0/mealie-5.0.0.tgz
version: 5.0.0
memcached:
- annotations:
truecharts.org/SCALE-support: "true"
@@ -2188,4 +2223,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-08T15:36:21.593411173Z"
generated: "2021-12-11T10:00:25.583727889Z"