diff --git a/charts/stable/linkace/Chart.yaml b/charts/stable/linkace/Chart.yaml index a65a7ba55f0..c6c71b9c5aa 100644 --- a/charts/stable/linkace/Chart.yaml +++ b/charts/stable/linkace/Chart.yaml @@ -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 diff --git a/charts/stable/linkace/questions.yaml b/charts/stable/linkace/questions.yaml index 0e627ad2827..c88034c3f20 100644 --- a/charts/stable/linkace/questions.yaml +++ b/charts/stable/linkace/questions.yaml @@ -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"