diff --git a/charts/incubator/seafile/.helmignore b/charts/stable/seafile/.helmignore similarity index 100% rename from charts/incubator/seafile/.helmignore rename to charts/stable/seafile/.helmignore diff --git a/charts/incubator/seafile/CHANGELOG.md b/charts/stable/seafile/CHANGELOG.md similarity index 100% rename from charts/incubator/seafile/CHANGELOG.md rename to charts/stable/seafile/CHANGELOG.md diff --git a/charts/incubator/seafile/Chart.yaml b/charts/stable/seafile/Chart.yaml similarity index 83% rename from charts/incubator/seafile/Chart.yaml rename to charts/stable/seafile/Chart.yaml index 544b002c5de..95a42488bc7 100644 --- a/charts/incubator/seafile/Chart.yaml +++ b/charts/stable/seafile/Chart.yaml @@ -10,9 +10,10 @@ dependencies: version: 7.0.50 deprecated: false description: Reliable and Performant File Sync and Share Solution -home: https://truecharts.org/charts/incubator/seafile +home: https://truecharts.org/charts/stable/seafile icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png keywords: + - seafile - files - cloud - file-storage @@ -23,10 +24,10 @@ maintainers: url: https://truecharts.org name: seafile sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/seafile + - https://github.com/truecharts/charts/tree/master/charts/stable/seafile - https://seafile.com type: application -version: 0.0.5 +version: 0.0.6 annotations: truecharts.org/catagories: | - file-storage diff --git a/charts/incubator/seafile/LICENSE b/charts/stable/seafile/LICENSE similarity index 100% rename from charts/incubator/seafile/LICENSE rename to charts/stable/seafile/LICENSE diff --git a/charts/incubator/seafile/README.md b/charts/stable/seafile/README.md similarity index 100% rename from charts/incubator/seafile/README.md rename to charts/stable/seafile/README.md diff --git a/charts/incubator/seafile/ci/ingress-values.yaml b/charts/stable/seafile/ci/ingress-values.yaml similarity index 100% rename from charts/incubator/seafile/ci/ingress-values.yaml rename to charts/stable/seafile/ci/ingress-values.yaml diff --git a/charts/incubator/seafile/docs/img/SeafilePod.png b/charts/stable/seafile/docs/img/SeafilePod.png similarity index 100% rename from charts/incubator/seafile/docs/img/SeafilePod.png rename to charts/stable/seafile/docs/img/SeafilePod.png diff --git a/charts/incubator/seafile/docs/img/SeafileSeafdavConf.png b/charts/stable/seafile/docs/img/SeafileSeafdavConf.png similarity index 100% rename from charts/incubator/seafile/docs/img/SeafileSeafdavConf.png rename to charts/stable/seafile/docs/img/SeafileSeafdavConf.png diff --git a/charts/incubator/seafile/docs/img/SeafileShell.png b/charts/stable/seafile/docs/img/SeafileShell.png similarity index 100% rename from charts/incubator/seafile/docs/img/SeafileShell.png rename to charts/stable/seafile/docs/img/SeafileShell.png diff --git a/charts/incubator/seafile/docs/img/SeafileWebDAV.png b/charts/stable/seafile/docs/img/SeafileWebDAV.png similarity index 100% rename from charts/incubator/seafile/docs/img/SeafileWebDAV.png rename to charts/stable/seafile/docs/img/SeafileWebDAV.png diff --git a/charts/incubator/seafile/docs/install-notes.md b/charts/stable/seafile/docs/install-notes.md similarity index 97% rename from charts/incubator/seafile/docs/install-notes.md rename to charts/stable/seafile/docs/install-notes.md index 0d14178efdb..0f31594efe3 100644 --- a/charts/incubator/seafile/docs/install-notes.md +++ b/charts/stable/seafile/docs/install-notes.md @@ -1,4 +1,4 @@ -# Seafile installation notes and guidelines +# Seaile installation notes and guidelines ## Ingress @@ -19,7 +19,7 @@ By default WebDAV is disabled by default, as per [upstream docs](https://manual. - Use the CLI to enter the Seafile WebDAV (`seafdav.conf`) config file ![SeafileShell](img/SeafileShell.png) - + - Use vi commands to edit the `Enabled` to `true` and change the share name as desired (default is `/seafdav`). > Use `i` to insert text and and `:wq`, and `ESC key` to exit insert mode diff --git a/charts/incubator/seafile/icon.png b/charts/stable/seafile/icon.png similarity index 100% rename from charts/incubator/seafile/icon.png rename to charts/stable/seafile/icon.png diff --git a/charts/incubator/seafile/questions.yaml b/charts/stable/seafile/questions.yaml similarity index 95% rename from charts/incubator/seafile/questions.yaml rename to charts/stable/seafile/questions.yaml index 83ccf1bda3c..389eab91a76 100644 --- a/charts/incubator/seafile/questions.yaml +++ b/charts/stable/seafile/questions.yaml @@ -19,8 +19,8 @@ questions: type: dict attrs: - variable: SEAFILE_SERVER_HOSTNAME - label: "Seafile Server Hostname - Required" - description: "Set your FQDN name here using app.mydomain.com without https" + label: "Seafile Server Hostname (Required)" + description: "Set your FQDN as app.mydomain.com (without https)." schema: type: string required: true @@ -31,21 +31,22 @@ questions: schema: type: string required: true - default: "me@example.com" + default: "" - variable: SEAFILE_ADMIN_PASSWORD label: "Seafile Admin Password" - description: "Initial admin password. Change this" + description: "Initial admin password." schema: type: string required: true private: true - default: "a_very_secret_password" + default: "" - variable: FORCE_HTTPS_IN_CONF label: "Force HTTPS (Must be enabled to use with Reverse Proxies)" description: "If using Traefik or another reverse proxy enable this to use HTTPS" schema: type: boolean default: false + # Include{containerBasic} # Include{containerAdvanced} # Include{containerConfig} diff --git a/charts/incubator/seafile/templates/NOTES.txt b/charts/stable/seafile/templates/NOTES.txt similarity index 100% rename from charts/incubator/seafile/templates/NOTES.txt rename to charts/stable/seafile/templates/NOTES.txt diff --git a/charts/incubator/seafile/templates/common.yaml b/charts/stable/seafile/templates/common.yaml similarity index 100% rename from charts/incubator/seafile/templates/common.yaml rename to charts/stable/seafile/templates/common.yaml diff --git a/charts/incubator/seafile/values.yaml b/charts/stable/seafile/values.yaml similarity index 100% rename from charts/incubator/seafile/values.yaml rename to charts/stable/seafile/values.yaml