Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-05-25 15:53:18 +00:00
parent 411d64e0d8
commit c8ad6ddf70
16 changed files with 54 additions and 11 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="outline-1.0.28"></a>
### [outline-1.0.28](https://github.com/truecharts/apps/compare/outline-1.0.27...outline-1.0.28) (2022-05-25)
#### Feat
* Add smtp Options ([#2754](https://github.com/truecharts/apps/issues/2754))
<a name="outline-1.0.27"></a>
### [outline-1.0.27](https://github.com/truecharts/apps/compare/outline-1.0.26...outline-1.0.27) (2022-05-25)
@ -88,12 +97,3 @@
#### Chore
* update helm general non-major helm releases ([#2605](https://github.com/truecharts/apps/issues/2605))
<a name="outline-1.0.18"></a>
### [outline-1.0.18](https://github.com/truecharts/apps/compare/outline-1.0.17...outline-1.0.18) (2022-04-26)
#### Chore

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://charts.truecharts.org
version: 2.0.69
digest: sha256:3349c5454020cc7a4dde58f8eedc6a15e27044966df28216bc1daa69a31620c2
generated: "2022-05-25T11:15:37.611094854Z"
generated: "2022-05-25T15:42:51.576511643Z"

View File

@ -28,7 +28,7 @@ name: outline
sources:
- https://github.com/outline/outline
type: application
version: 1.0.27
version: 1.0.28
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -418,6 +418,49 @@ questions:
schema:
type: string
default: "private"
- variable: smtpenabled
label: "Enable SMTP Settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: SMTP_HOST
label: "SMTP_HOST"
schema:
type: string
default: ""
- variable: SMTP_PORT
label: "SMTP_PORT"
schema:
type: int
default: 587
- variable: SMTP_USERNAME
label: "SMTP_USERNAME"
schema:
type: string
default: ""
- variable: SMTP_PASSWORD
label: "SMTP_PASSWORD"
schema:
type: string
default: ""
private: true
- variable: SMTP_FROM_EMAIL
label: "SMTP_FROM_EMAIL"
schema:
type: string
default: ""
- variable: SMTP_REPLY_EMAIL
label: "SMTP_REPLY_EMAIL"
schema:
type: string
default: ""
- variable: SMTP_SECURE
label: "SMTP_SECURE"
schema:
type: boolean
default: true
- variable: TZ
label: "Timezone"
group: "Container Configuration"