Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
411d64e0d8
commit
c8ad6ddf70
|
@ -1,6 +1,15 @@
|
||||||
# Changelog<br>
|
# 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>
|
<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)
|
### [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
|
#### 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
|
|
||||||
|
|
|
@ -9,4 +9,4 @@ dependencies:
|
||||||
repository: https://charts.truecharts.org
|
repository: https://charts.truecharts.org
|
||||||
version: 2.0.69
|
version: 2.0.69
|
||||||
digest: sha256:3349c5454020cc7a4dde58f8eedc6a15e27044966df28216bc1daa69a31620c2
|
digest: sha256:3349c5454020cc7a4dde58f8eedc6a15e27044966df28216bc1daa69a31620c2
|
||||||
generated: "2022-05-25T11:15:37.611094854Z"
|
generated: "2022-05-25T15:42:51.576511643Z"
|
|
@ -28,7 +28,7 @@ name: outline
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/outline/outline
|
- https://github.com/outline/outline
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.27
|
version: 1.0.28
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
|
@ -418,6 +418,49 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "private"
|
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
|
- variable: TZ
|
||||||
label: "Timezone"
|
label: "Timezone"
|
||||||
group: "Container Configuration"
|
group: "Container Configuration"
|
Loading…
Reference in New Issue