fix(penpot): fix smtp vars

feat(homebox): move to stable
This commit is contained in:
Stavros Kois 2022-12-27 12:02:20 +02:00 committed by GitHub
parent 26b66192c7
commit ea903e49cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/homebox - https://github.com/truecharts/charts/tree/master/charts/incubator/homebox
- https://github.com/hay-kot/homebox - https://github.com/hay-kot/homebox
type: application type: application
version: 0.0.3 version: 1.0.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- inventory - inventory

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -32,7 +32,7 @@ sources:
- https://hub.docker.com/r/penpotapp/frontend - https://hub.docker.com/r/penpotapp/frontend
- https://hub.docker.com/r/penpotapp/backend - https://hub.docker.com/r/penpotapp/backend
type: application type: application
version: 2.0.1 version: 2.0.2
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media

View File

@ -148,25 +148,25 @@ questions:
type: string type: string
required: true required: true
default: "" default: ""
- variable: smtp_host - variable: host
label: SMTP Host label: SMTP Host
schema: schema:
type: string type: string
required: true required: true
default: "" default: ""
- variable: smtp_port - variable: port
label: SMTP Port label: SMTP Port
schema: schema:
type: int type: int
required: true required: true
default: 587 default: 587
- variable: smtp_user - variable: user
label: SMTP User label: SMTP User
schema: schema:
type: string type: string
required: true required: true
default: "" default: ""
- variable: smtp_pass - variable: pass
label: SMTP Pass label: SMTP Pass
schema: schema:
type: string type: string