diff --git a/charts/incubator/tagspaces/.helmignore b/charts/stable/tagspaces/.helmignore similarity index 100% rename from charts/incubator/tagspaces/.helmignore rename to charts/stable/tagspaces/.helmignore diff --git a/charts/incubator/tagspaces/CHANGELOG.md b/charts/stable/tagspaces/CHANGELOG.md similarity index 100% rename from charts/incubator/tagspaces/CHANGELOG.md rename to charts/stable/tagspaces/CHANGELOG.md diff --git a/charts/incubator/tagspaces/Chart.yaml b/charts/stable/tagspaces/Chart.yaml similarity index 81% rename from charts/incubator/tagspaces/Chart.yaml rename to charts/stable/tagspaces/Chart.yaml index e1812eb71d7..a95363f7e17 100644 --- a/charts/incubator/tagspaces/Chart.yaml +++ b/charts/stable/tagspaces/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 14.0.1 deprecated: false description: TagSpaces is an offline, open source, document manager with tagging support. -home: https://truecharts.org/charts/incubator/tagspaces +home: https://truecharts.org/charts/stable/tagspaces icon: https://truecharts.org/img/hotlink-ok/chart-icons/tagspaces.png keywords: - tagspaces @@ -18,10 +18,10 @@ maintainers: url: https://truecharts.org name: tagspaces sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/tagspaces + - https://github.com/truecharts/charts/tree/master/charts/stable/tagspaces - https://github.com/tagspaces/tagspaces type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/tagspaces/README.md b/charts/stable/tagspaces/README.md similarity index 100% rename from charts/incubator/tagspaces/README.md rename to charts/stable/tagspaces/README.md diff --git a/charts/stable/tagspaces/docs/disclaimer.md b/charts/stable/tagspaces/docs/disclaimer.md new file mode 100644 index 00000000000..3298be18508 --- /dev/null +++ b/charts/stable/tagspaces/docs/disclaimer.md @@ -0,0 +1,7 @@ +# Disclaimer + +:::warning + +You can't access local filesystem from web browser this is the reason that only object storage is available for this image. + +::: diff --git a/charts/incubator/tagspaces/icon.png b/charts/stable/tagspaces/icon.png similarity index 100% rename from charts/incubator/tagspaces/icon.png rename to charts/stable/tagspaces/icon.png diff --git a/charts/incubator/tagspaces/questions.yaml b/charts/stable/tagspaces/questions.yaml similarity index 100% rename from charts/incubator/tagspaces/questions.yaml rename to charts/stable/tagspaces/questions.yaml diff --git a/charts/incubator/tagspaces/templates/NOTES.txt b/charts/stable/tagspaces/templates/NOTES.txt similarity index 100% rename from charts/incubator/tagspaces/templates/NOTES.txt rename to charts/stable/tagspaces/templates/NOTES.txt diff --git a/charts/incubator/tagspaces/templates/_secrets.tpl b/charts/stable/tagspaces/templates/_secrets.tpl similarity index 100% rename from charts/incubator/tagspaces/templates/_secrets.tpl rename to charts/stable/tagspaces/templates/_secrets.tpl diff --git a/charts/incubator/tagspaces/templates/common.yaml b/charts/stable/tagspaces/templates/common.yaml similarity index 100% rename from charts/incubator/tagspaces/templates/common.yaml rename to charts/stable/tagspaces/templates/common.yaml diff --git a/charts/incubator/tagspaces/values.yaml b/charts/stable/tagspaces/values.yaml similarity index 100% rename from charts/incubator/tagspaces/values.yaml rename to charts/stable/tagspaces/values.yaml