Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
949a8ef667
commit
8ac7d90ae6
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [seafile-0.0.4](https://github.com/truecharts/charts/compare/seafile-0.0.3...seafile-0.0.4) (2023-07-17)
|
||||
|
||||
### Fix
|
||||
|
||||
- Change mounting option ([#10524](https://github.com/truecharts/charts/issues/10524))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [seafile-0.0.5](https://github.com/truecharts/charts/compare/seafile-0.0.4...seafile-0.0.5) (2023-07-18)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add manual/docs and made FQDN required ([#10576](https://github.com/truecharts/charts/issues/10576))
|
||||
|
||||
|
||||
|
||||
|
||||
## [seafile-0.0.4](https://github.com/truecharts/charts/compare/seafile-0.0.3...seafile-0.0.4) (2023-07-17)
|
||||
|
||||
### Fix
|
|
@ -26,7 +26,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/seafile
|
||||
- https://seafile.com
|
||||
type: application
|
||||
version: 0.0.4
|
||||
version: 0.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- file-storage
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [seafile-0.0.5](https://github.com/truecharts/charts/compare/seafile-0.0.4...seafile-0.0.5) (2023-07-18)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add manual/docs and made FQDN required ([#10576](https://github.com/truecharts/charts/issues/10576))
|
||||
|
||||
|
|
@ -109,16 +109,18 @@ questions:
|
|||
type: dict
|
||||
attrs:
|
||||
- variable: SEAFILE_SERVER_HOSTNAME
|
||||
label: "Seafile Server Hostname"
|
||||
description: "If using ingress, set your FQDN here"
|
||||
label: "Seafile Server Hostname - Required"
|
||||
description: "Set your FQDN name here using app.mydomain.com without https"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: SEAFILE_ADMIN_EMAIL
|
||||
label: "Seafile Admin Email"
|
||||
description: "Initial admin email."
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "me@example.com"
|
||||
- variable: SEAFILE_ADMIN_PASSWORD
|
||||
label: "Seafile Admin Password"
|
Loading…
Reference in New Issue