diff --git a/charts/incubator/joplin-server/.helmignore b/charts/stable/joplin-server/.helmignore similarity index 100% rename from charts/incubator/joplin-server/.helmignore rename to charts/stable/joplin-server/.helmignore diff --git a/charts/incubator/joplin-server/CHANGELOG.md b/charts/stable/joplin-server/CHANGELOG.md similarity index 100% rename from charts/incubator/joplin-server/CHANGELOG.md rename to charts/stable/joplin-server/CHANGELOG.md diff --git a/charts/incubator/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml similarity index 81% rename from charts/incubator/joplin-server/Chart.yaml rename to charts/stable/joplin-server/Chart.yaml index aba7260bed9..f5870e276d3 100644 --- a/charts/incubator/joplin-server/Chart.yaml +++ b/charts/stable/joplin-server/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 13.2.2 deprecated: false description: Allows you to sync any Joplin client. -home: https://truecharts.org/charts/incubator/joplin-server +home: https://truecharts.org/charts/stable/joplin-server icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.png keywords: - joplin @@ -18,11 +18,11 @@ maintainers: url: https://truecharts.org name: joplin-server sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/joplin-server + - https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server - https://github.com/laurent22/joplin/tree/dev/packages/server - https://github.com/laurent22/joplin type: application -version: 13.0.2 +version: 13.0.3 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/joplin-server/README.md b/charts/stable/joplin-server/README.md similarity index 100% rename from charts/incubator/joplin-server/README.md rename to charts/stable/joplin-server/README.md diff --git a/charts/incubator/joplin-server/ci/test-values.yaml b/charts/stable/joplin-server/ci/test-values.yaml similarity index 100% rename from charts/incubator/joplin-server/ci/test-values.yaml rename to charts/stable/joplin-server/ci/test-values.yaml diff --git a/charts/incubator/joplin-server/docs/installation_notes.md b/charts/stable/joplin-server/docs/installation_notes.md similarity index 85% rename from charts/incubator/joplin-server/docs/installation_notes.md rename to charts/stable/joplin-server/docs/installation_notes.md index 361fb894bed..2facba06ed4 100644 --- a/charts/incubator/joplin-server/docs/installation_notes.md +++ b/charts/stable/joplin-server/docs/installation_notes.md @@ -2,8 +2,7 @@ - To set the variable `App Base Url` correctly: - If you are accessing it _without_ ingress/domain -> `http://IP:PORT`. - - If ingress is enabled, set it to `https://app.mydomain.tld:443`. - - No matter which option you choose it **must** end with the correct `:PORT`. + - If ingress is enabled, set it to `https://app.mydomain.tld`. --- diff --git a/charts/incubator/joplin-server/icon.png b/charts/stable/joplin-server/icon.png similarity index 100% rename from charts/incubator/joplin-server/icon.png rename to charts/stable/joplin-server/icon.png diff --git a/charts/incubator/joplin-server/questions.yaml b/charts/stable/joplin-server/questions.yaml similarity index 99% rename from charts/incubator/joplin-server/questions.yaml rename to charts/stable/joplin-server/questions.yaml index 8a5d9c275ca..6cec4b86446 100644 --- a/charts/incubator/joplin-server/questions.yaml +++ b/charts/stable/joplin-server/questions.yaml @@ -20,7 +20,7 @@ questions: attrs: - variable: APP_BASE_URL label: App Base Url - description: Sets the APP BASE URL, eg http://ip:port | https://app.mydomain.tld:443 + description: Sets the APP BASE URL, eg http://ip:port | https://app.mydomain.tld schema: type: string required: true diff --git a/charts/incubator/joplin-server/templates/NOTES.txt b/charts/stable/joplin-server/templates/NOTES.txt similarity index 100% rename from charts/incubator/joplin-server/templates/NOTES.txt rename to charts/stable/joplin-server/templates/NOTES.txt diff --git a/charts/incubator/joplin-server/templates/common.yaml b/charts/stable/joplin-server/templates/common.yaml similarity index 100% rename from charts/incubator/joplin-server/templates/common.yaml rename to charts/stable/joplin-server/templates/common.yaml diff --git a/charts/incubator/joplin-server/values.yaml b/charts/stable/joplin-server/values.yaml similarity index 100% rename from charts/incubator/joplin-server/values.yaml rename to charts/stable/joplin-server/values.yaml