diff --git a/charts/incubator/seafile/Chart.yaml b/charts/incubator/seafile/Chart.yaml index 399068de44f..16938b20ea7 100644 --- a/charts/incubator/seafile/Chart.yaml +++ b/charts/incubator/seafile/Chart.yaml @@ -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 diff --git a/charts/incubator/seafile/questions.yaml b/charts/incubator/seafile/questions.yaml index 4ef0a63b5d4..47fa94192b3 100644 --- a/charts/incubator/seafile/questions.yaml +++ b/charts/incubator/seafile/questions.yaml @@ -105,13 +105,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 # Include{securityContextContainer} # Include{securityContextAdvanced} # Include{securityContextPod} diff --git a/charts/incubator/seafile/values.yaml b/charts/incubator/seafile/values.yaml index c365ca65760..5535fced435 100644 --- a/charts/incubator/seafile/values.yaml +++ b/charts/incubator/seafile/values.yaml @@ -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