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/hay-kot/homebox
type: application
version: 0.0.3
version: 1.0.0
annotations:
truecharts.org/catagories: |
- 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/backend
type: application
version: 2.0.1
version: 2.0.2
annotations:
truecharts.org/catagories: |
- media

View File

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