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 22:45:13 +03:00 committed by GitHub
parent a6756ce23e
commit 4a5058dac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -3,15 +3,15 @@ appVersion: "1.10.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.1.1
version: 10.1.3
- condition: mariadb.enabled
name: mariadb
repository: https://charts.truecharts.org/
version: 3.0.14
version: 3.0.16
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 3.0.15
version: 3.0.17
description: Your self-hosted bookmark archive. Free and open source.
home: https://github.com/truecharts/apps/tree/master/charts/stable/linkace
icon: https://truecharts.org/_static/img/appicons/linkace.png
@ -27,7 +27,7 @@ sources:
- https://www.linkace.org/docs/
- https://github.com/linkace/linkace
- https://hub.docker.com/r/linkace/linkace
version: 4.0.8
version: 4.0.9
annotations:
truecharts.org/catagories: |
- media

View File

@ -154,8 +154,8 @@ questions:
label: "MAIL_PORT"
description: "Mail Port"
schema:
type: int
default: 587
type: string
default: "587"
- variable: MAIL_USERNAME
label: "MAIL_USERNAME"
description: "Mail Username"