Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
17575f783b
commit
a4d385b45f
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [wordpress-1.0.3](https://github.com/truecharts/charts/compare/wordpress-1.0.2...wordpress-1.0.3) (2022-12-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
|
@ -4,6 +4,11 @@
|
|||
|
||||
|
||||
|
||||
## [wordpress-1.0.4](https://github.com/truecharts/charts/compare/wordpress-1.0.3...wordpress-1.0.4) (2022-12-13)
|
||||
|
||||
|
||||
|
||||
|
||||
## [wordpress-1.0.3](https://github.com/truecharts/charts/compare/wordpress-1.0.2...wordpress-1.0.3) (2022-12-13)
|
||||
|
||||
### Chore
|
|
@ -24,7 +24,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/wordpress
|
||||
- https://hub.docker.com/_/wordpress
|
||||
- https://www.wordpress.org
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- website
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [wordpress-1.0.4](https://github.com/truecharts/charts/compare/wordpress-1.0.3...wordpress-1.0.4) (2022-12-13)
|
||||
|
|
@ -176,7 +176,7 @@ questions:
|
|||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: Show SMTP Settings
|
||||
label: Enable SMTP
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
|
@ -187,10 +187,12 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: port
|
||||
label: SMTP Port
|
||||
schema:
|
||||
type: int
|
||||
required: true
|
||||
default: 587
|
||||
- variable: user
|
||||
label: SMTP User
|
Loading…
Reference in New Issue