diff --git a/incubator/seafile/0.0.2/app-changelog.md b/incubator/seafile/0.0.2/app-changelog.md deleted file mode 100644 index dff7d888c18..00000000000 --- a/incubator/seafile/0.0.2/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/incubator/seafile/0.0.2/charts/memcached-6.0.69.tgz b/incubator/seafile/0.0.2/charts/memcached-6.0.69.tgz deleted file mode 100644 index 6eed02a6703..00000000000 Binary files a/incubator/seafile/0.0.2/charts/memcached-6.0.69.tgz and /dev/null differ diff --git a/incubator/seafile/0.0.2/CHANGELOG.md b/incubator/seafile/0.0.3/CHANGELOG.md similarity index 65% rename from incubator/seafile/0.0.2/CHANGELOG.md rename to incubator/seafile/0.0.3/CHANGELOG.md index 52d8df89120..f3a2448a564 100644 --- a/incubator/seafile/0.0.2/CHANGELOG.md +++ b/incubator/seafile/0.0.3/CHANGELOG.md @@ -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 diff --git a/incubator/seafile/0.0.2/Chart.yaml b/incubator/seafile/0.0.3/Chart.yaml similarity index 87% rename from incubator/seafile/0.0.2/Chart.yaml rename to incubator/seafile/0.0.3/Chart.yaml index 399068de44f..16938b20ea7 100644 --- a/incubator/seafile/0.0.2/Chart.yaml +++ b/incubator/seafile/0.0.3/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/incubator/seafile/0.0.2/LICENSE b/incubator/seafile/0.0.3/LICENSE similarity index 100% rename from incubator/seafile/0.0.2/LICENSE rename to incubator/seafile/0.0.3/LICENSE diff --git a/incubator/seafile/0.0.2/README.md b/incubator/seafile/0.0.3/README.md similarity index 100% rename from incubator/seafile/0.0.2/README.md rename to incubator/seafile/0.0.3/README.md diff --git a/incubator/seafile/0.0.3/app-changelog.md b/incubator/seafile/0.0.3/app-changelog.md new file mode 100644 index 00000000000..95a94c9c77d --- /dev/null +++ b/incubator/seafile/0.0.3/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/incubator/seafile/0.0.2/app-readme.md b/incubator/seafile/0.0.3/app-readme.md similarity index 100% rename from incubator/seafile/0.0.2/app-readme.md rename to incubator/seafile/0.0.3/app-readme.md diff --git a/incubator/seafile/0.0.2/charts/common-12.14.2.tgz b/incubator/seafile/0.0.3/charts/common-12.14.2.tgz similarity index 100% rename from incubator/seafile/0.0.2/charts/common-12.14.2.tgz rename to incubator/seafile/0.0.3/charts/common-12.14.2.tgz diff --git a/incubator/seafile/0.0.2/charts/mariadb-7.0.50.tgz b/incubator/seafile/0.0.3/charts/mariadb-7.0.50.tgz similarity index 100% rename from incubator/seafile/0.0.2/charts/mariadb-7.0.50.tgz rename to incubator/seafile/0.0.3/charts/mariadb-7.0.50.tgz diff --git a/incubator/seafile/0.0.2/ix_values.yaml b/incubator/seafile/0.0.3/ix_values.yaml similarity index 90% rename from incubator/seafile/0.0.2/ix_values.yaml rename to incubator/seafile/0.0.3/ix_values.yaml index c365ca65760..5535fced435 100644 --- a/incubator/seafile/0.0.2/ix_values.yaml +++ b/incubator/seafile/0.0.3/ix_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 diff --git a/incubator/seafile/0.0.2/questions.yaml b/incubator/seafile/0.0.3/questions.yaml similarity index 99% rename from incubator/seafile/0.0.2/questions.yaml rename to incubator/seafile/0.0.3/questions.yaml index 7f6e68d6c4f..de23002f632 100644 --- a/incubator/seafile/0.0.2/questions.yaml +++ b/incubator/seafile/0.0.3/questions.yaml @@ -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 diff --git a/incubator/seafile/0.0.2/templates/NOTES.txt b/incubator/seafile/0.0.3/templates/NOTES.txt similarity index 100% rename from incubator/seafile/0.0.2/templates/NOTES.txt rename to incubator/seafile/0.0.3/templates/NOTES.txt diff --git a/incubator/seafile/0.0.2/templates/common.yaml b/incubator/seafile/0.0.3/templates/common.yaml similarity index 100% rename from incubator/seafile/0.0.2/templates/common.yaml rename to incubator/seafile/0.0.3/templates/common.yaml diff --git a/incubator/seafile/0.0.2/values.yaml b/incubator/seafile/0.0.3/values.yaml similarity index 100% rename from incubator/seafile/0.0.2/values.yaml rename to incubator/seafile/0.0.3/values.yaml