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:
parent
a6756ce23e
commit
4a5058dac0
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue