fix(linkace): convert to string envs inside secretEnv (#2962)

* fix(linkace): convert to  string envs inside secretEnv

* bump

* bump

* bump
This commit is contained in:
Stavros Kois
2022-06-24 19:45:13 +00:00
committed by GitHub
parent a6756ce23e
commit 4a5058dac0
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -3,15 +3,15 @@ appVersion: "1.10.2"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.1.1 version: 10.1.3
- condition: mariadb.enabled - condition: mariadb.enabled
name: mariadb name: mariadb
repository: https://charts.truecharts.org/ repository: https://charts.truecharts.org/
version: 3.0.14 version: 3.0.16
- condition: redis.enabled - condition: redis.enabled
name: redis name: redis
repository: https://charts.truecharts.org repository: https://charts.truecharts.org
version: 3.0.15 version: 3.0.17
description: Your self-hosted bookmark archive. Free and open source. description: Your self-hosted bookmark archive. Free and open source.
home: https://github.com/truecharts/apps/tree/master/charts/stable/linkace home: https://github.com/truecharts/apps/tree/master/charts/stable/linkace
icon: https://truecharts.org/_static/img/appicons/linkace.png icon: https://truecharts.org/_static/img/appicons/linkace.png
@@ -27,7 +27,7 @@ sources:
- https://www.linkace.org/docs/ - https://www.linkace.org/docs/
- https://github.com/linkace/linkace - https://github.com/linkace/linkace
- https://hub.docker.com/r/linkace/linkace - https://hub.docker.com/r/linkace/linkace
version: 4.0.8 version: 4.0.9
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media
+2 -2
View File
@@ -154,8 +154,8 @@ questions:
label: "MAIL_PORT" label: "MAIL_PORT"
description: "Mail Port" description: "Mail Port"
schema: schema:
type: int type: string
default: 587 default: "587"
- variable: MAIL_USERNAME - variable: MAIL_USERNAME
label: "MAIL_USERNAME" label: "MAIL_USERNAME"
description: "Mail Username" description: "Mail Username"