Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
27046d1841
commit
666db3018c
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="recipes-5.0.0"></a>
|
||||
### [recipes-5.0.0](https://github.com/truecharts/apps/compare/recipes-4.0.18...recipes-5.0.0) (2021-12-18)
|
||||
|
||||
#### Feat
|
||||
|
||||
* move `SECRET_KEY` to autogenerated remembered secret ([#1559](https://github.com/truecharts/apps/issues/1559))
|
||||
|
||||
|
||||
|
||||
<a name="recipes-4.0.18"></a>
|
||||
### [recipes-4.0.18](https://github.com/truecharts/apps/compare/recipes-4.0.17...recipes-4.0.18) (2021-12-18)
|
||||
|
||||
|
|
|
@ -28,10 +28,13 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| envTpl.POSTGRES_DB | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.POSTGRES_PORT | string | `"5432"` | |
|
||||
| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envTpl.TIMEZONE | string | `"{{ .Values.env.TZ }}"` | |
|
||||
| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.SECRET_KEY.secretKeyRef.key | string | `"SECRET_KEY"` | |
|
||||
| envValueFrom.SECRET_KEY.secretKeyRef.name | string | `"recipes-secrets"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"tccr.io/truecharts/recipes"` | image repository |
|
||||
| image.tag | string | `"v1.0.2@sha256:d61f230769c64948f1b2c56ec189666bb08821b02f383f4e0c299c35d2542cbc"` | image tag |
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="recipes-5.0.0"></a>
|
||||
### [recipes-5.0.0](https://github.com/truecharts/apps/compare/recipes-4.0.18...recipes-5.0.0) (2021-12-18)
|
||||
|
||||
#### Feat
|
||||
|
||||
* move `SECRET_KEY` to autogenerated remembered secret ([#1559](https://github.com/truecharts/apps/issues/1559))
|
||||
|
||||
|
||||
|
||||
<a name="recipes-4.0.18"></a>
|
||||
### [recipes-4.0.18](https://github.com/truecharts/apps/compare/recipes-4.0.17...recipes-4.0.18) (2021-12-18)
|
||||
|
||||
|
|
|
@ -28,10 +28,13 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| envTpl.POSTGRES_DB | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.POSTGRES_PORT | string | `"5432"` | |
|
||||
| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envTpl.TIMEZONE | string | `"{{ .Values.env.TZ }}"` | |
|
||||
| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.SECRET_KEY.secretKeyRef.key | string | `"SECRET_KEY"` | |
|
||||
| envValueFrom.SECRET_KEY.secretKeyRef.name | string | `"recipes-secrets"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"tccr.io/truecharts/recipes"` | image repository |
|
||||
| image.tag | string | `"v1.0.2@sha256:d61f230769c64948f1b2c56ec189666bb08821b02f383f4e0c299c35d2542cbc"` | image tag |
|
||||
|
|
|
@ -2167,27 +2167,6 @@ entries:
|
|||
- https://github.com/truecharts/apps/releases/download/collabora-online-9.0.20/collabora-online-9.0.20.tgz
|
||||
version: 9.0.20
|
||||
common:
|
||||
- apiVersion: v2
|
||||
appVersion: latest
|
||||
created: "2021-12-18T22:41:32.739898448Z"
|
||||
description: Function library for TrueCharts
|
||||
digest: 0b55a1aa7b338a7814e2f0c3e785ddda12842f85a56c14d3459e6d4aa1e16c4e
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/common
|
||||
icon: https://avatars.githubusercontent.com/u/76400755
|
||||
keywords:
|
||||
- truecharts
|
||||
- library-chart
|
||||
- common
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: common
|
||||
type: library
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/common-8.9.23/common-8.9.23.tgz
|
||||
version: 8.9.23
|
||||
- apiVersion: v2
|
||||
appVersion: latest
|
||||
created: "2021-12-18T21:41:05.689533681Z"
|
||||
|
@ -18609,6 +18588,43 @@ 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: |
|
||||
|
@ -23717,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:41:32.740987354Z"
|
||||
generated: "2021-12-18T22:50:21.022127225Z"
|
||||
|
|
Loading…
Reference in New Issue