Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f1a87cab9f
commit
1228f6658a
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [seafile-0.0.2](https://github.com/truecharts/charts/compare/seafile-0.0.1...seafile-0.0.2) (2023-07-16)
|
||||
|
||||
### Fix
|
||||
|
||||
- Misc improvements ([#10504](https://github.com/truecharts/charts/issues/10504))
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [seafile-0.0.3](https://github.com/truecharts/charts/compare/seafile-0.0.2...seafile-0.0.3) (2023-07-16)
|
||||
|
||||
### Fix
|
||||
|
||||
- remove extra privs and memcached ([#10523](https://github.com/truecharts/charts/issues/10523))
|
||||
|
||||
|
||||
|
||||
|
||||
## [seafile-0.0.2](https://github.com/truecharts/charts/compare/seafile-0.0.1...seafile-0.0.2) (2023-07-16)
|
||||
|
||||
### Fix
|
|
@ -8,10 +8,6 @@ dependencies:
|
|||
name: mariadb
|
||||
repository: https://deps.truecharts.org/
|
||||
version: 7.0.50
|
||||
- condition: memcached.enabled
|
||||
name: memcached
|
||||
repository: https://deps.truecharts.org/
|
||||
version: 6.0.69
|
||||
deprecated: false
|
||||
description: Reliable and Performant File Sync and Share Solution
|
||||
home: https://truecharts.org/charts/incubator/seafile
|
||||
|
@ -30,7 +26,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/seafile
|
||||
- https://seafile.com
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- file-storage
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [seafile-0.0.3](https://github.com/truecharts/charts/compare/seafile-0.0.2...seafile-0.0.3) (2023-07-16)
|
||||
|
||||
### Fix
|
||||
|
||||
- remove extra privs and memcached ([#10523](https://github.com/truecharts/charts/issues/10523))
|
||||
|
||||
|
|
@ -15,13 +15,8 @@ securityContext:
|
|||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
allowPrivilegeEscalation: true
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
capabilities:
|
||||
add:
|
||||
- SYS_ADMIN
|
||||
- MKNOD
|
||||
|
||||
workload:
|
||||
main:
|
||||
|
@ -44,7 +39,6 @@ workload:
|
|||
SEAFILE_ADMIN_EMAIL: me@example.com
|
||||
SEAFILE_ADMIN_PASSWORD: a_very_secret_password
|
||||
FORCE_HTTPS_IN_CONF: false
|
||||
NON_ROOT: true
|
||||
|
||||
persistence:
|
||||
config:
|
||||
|
@ -59,9 +53,6 @@ mariadb:
|
|||
mariadbUsername: seafile
|
||||
mariadbDatabase: seafile
|
||||
|
||||
memcached:
|
||||
enabled: true
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
|
@ -1188,13 +1188,13 @@ questions:
|
|||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
default: 0
|
||||
# Settings from questions.yaml get appended here on a per-app basis
|
||||
- variable: PUID
|
||||
label: Process User ID - PUID
|
Loading…
Reference in New Issue