diff --git a/incubator/seafile/0.0.3/app-changelog.md b/incubator/seafile/0.0.3/app-changelog.md deleted file mode 100644 index 95a94c9c77..0000000000 --- a/incubator/seafile/0.0.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [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.3/CHANGELOG.md b/incubator/seafile/0.0.4/CHANGELOG.md similarity index 75% rename from incubator/seafile/0.0.3/CHANGELOG.md rename to incubator/seafile/0.0.4/CHANGELOG.md index f3a2448a56..16657cf42c 100644 --- a/incubator/seafile/0.0.3/CHANGELOG.md +++ b/incubator/seafile/0.0.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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)) + + + + ## [seafile-0.0.3](https://github.com/truecharts/charts/compare/seafile-0.0.2...seafile-0.0.3) (2023-07-16) ### Fix diff --git a/incubator/seafile/0.0.3/Chart.yaml b/incubator/seafile/0.0.4/Chart.yaml similarity index 98% rename from incubator/seafile/0.0.3/Chart.yaml rename to incubator/seafile/0.0.4/Chart.yaml index 16938b20ea..12a13ca1ca 100644 --- a/incubator/seafile/0.0.3/Chart.yaml +++ b/incubator/seafile/0.0.4/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/seafile - https://seafile.com type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - file-storage diff --git a/incubator/seafile/0.0.3/LICENSE b/incubator/seafile/0.0.4/LICENSE similarity index 100% rename from incubator/seafile/0.0.3/LICENSE rename to incubator/seafile/0.0.4/LICENSE diff --git a/incubator/seafile/0.0.3/README.md b/incubator/seafile/0.0.4/README.md similarity index 100% rename from incubator/seafile/0.0.3/README.md rename to incubator/seafile/0.0.4/README.md diff --git a/incubator/seafile/0.0.4/app-changelog.md b/incubator/seafile/0.0.4/app-changelog.md new file mode 100644 index 0000000000..56d373e693 --- /dev/null +++ b/incubator/seafile/0.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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)) + + \ No newline at end of file diff --git a/incubator/seafile/0.0.3/app-readme.md b/incubator/seafile/0.0.4/app-readme.md similarity index 100% rename from incubator/seafile/0.0.3/app-readme.md rename to incubator/seafile/0.0.4/app-readme.md diff --git a/incubator/seafile/0.0.3/charts/common-12.14.2.tgz b/incubator/seafile/0.0.4/charts/common-12.14.2.tgz similarity index 100% rename from incubator/seafile/0.0.3/charts/common-12.14.2.tgz rename to incubator/seafile/0.0.4/charts/common-12.14.2.tgz diff --git a/incubator/seafile/0.0.3/charts/mariadb-7.0.50.tgz b/incubator/seafile/0.0.4/charts/mariadb-7.0.50.tgz similarity index 100% rename from incubator/seafile/0.0.3/charts/mariadb-7.0.50.tgz rename to incubator/seafile/0.0.4/charts/mariadb-7.0.50.tgz diff --git a/incubator/seafile/0.0.3/ix_values.yaml b/incubator/seafile/0.0.4/ix_values.yaml similarity index 95% rename from incubator/seafile/0.0.3/ix_values.yaml rename to incubator/seafile/0.0.4/ix_values.yaml index 5535fced43..bf85e3b915 100644 --- a/incubator/seafile/0.0.3/ix_values.yaml +++ b/incubator/seafile/0.0.4/ix_values.yaml @@ -41,12 +41,9 @@ workload: FORCE_HTTPS_IN_CONF: false persistence: - config: - enabled: true - mountPath: "/shared/seafile" storage: enabled: true - mountPath: "/shared/seafile/storage" + mountPath: "/shared/seafile" mariadb: enabled: true diff --git a/incubator/seafile/0.0.3/questions.yaml b/incubator/seafile/0.0.4/questions.yaml similarity index 95% rename from incubator/seafile/0.0.3/questions.yaml rename to incubator/seafile/0.0.4/questions.yaml index de23002f63..89ccb373fe 100644 --- a/incubator/seafile/0.0.3/questions.yaml +++ b/incubator/seafile/0.0.4/questions.yaml @@ -544,110 +544,9 @@ questions: additional_attrs: true type: dict attrs: - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type of Storage - description: Sets the persistence type, Anything other than PVC could break rollback! - schema: - type: string - default: pvc - enum: - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: emptyDir - description: emptyDir - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: autoPermissions - label: Automatic Permissions Configuration - description: Automatically set permissions - schema: - show_if: [["type", "!=", "pvc"]] - type: dict - additional_attrs: true - attrs: - - variable: enabled - label: enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value
- Format should be 3 digits, e.g. 770 - schema: - type: string - valid_chars: '[0-9]{3}' - default: "" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively - schema: - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: medium - label: EmptyDir Medium - schema: - show_if: [["type", "=", "emptyDir"]] - type: string - default: "" - enum: - - value: "" - description: Default - - value: Memory - description: Memory - - variable: size - label: Size quotum of Storage (Do NOT REDUCE after installation) - description: This value can ONLY be INCREASED after the installation - schema: - show_if: [["type", "=", "pvc"]] - type: string - default: 256Gi - variable: storage - label: "App File Block Storage" - description: "Stores the File Block Storage (Not user readable unless FUSE enabled)" + label: "App Storage" + description: "Stores the Application files" schema: additional_attrs: true type: dict diff --git a/incubator/seafile/0.0.3/templates/NOTES.txt b/incubator/seafile/0.0.4/templates/NOTES.txt similarity index 100% rename from incubator/seafile/0.0.3/templates/NOTES.txt rename to incubator/seafile/0.0.4/templates/NOTES.txt diff --git a/incubator/seafile/0.0.3/templates/common.yaml b/incubator/seafile/0.0.4/templates/common.yaml similarity index 100% rename from incubator/seafile/0.0.3/templates/common.yaml rename to incubator/seafile/0.0.4/templates/common.yaml diff --git a/incubator/seafile/0.0.3/values.yaml b/incubator/seafile/0.0.4/values.yaml similarity index 100% rename from incubator/seafile/0.0.3/values.yaml rename to incubator/seafile/0.0.4/values.yaml