From b844a2b6a230e014e1702e6d3c36cd0f04d62067 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Mon, 21 Aug 2023 06:38:25 -0400 Subject: [PATCH] feat(tagspaces) move tagspaces to stable. (#11729) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Move to stable. ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [X] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/{incubator => stable}/tagspaces/.helmignore | 0 charts/{incubator => stable}/tagspaces/CHANGELOG.md | 0 charts/{incubator => stable}/tagspaces/Chart.yaml | 6 +++--- charts/{incubator => stable}/tagspaces/README.md | 0 charts/stable/tagspaces/docs/disclaimer.md | 7 +++++++ charts/{incubator => stable}/tagspaces/icon.png | Bin .../{incubator => stable}/tagspaces/questions.yaml | 0 .../tagspaces/templates/NOTES.txt | 0 .../tagspaces/templates/_secrets.tpl | 0 .../tagspaces/templates/common.yaml | 0 charts/{incubator => stable}/tagspaces/values.yaml | 0 11 files changed, 10 insertions(+), 3 deletions(-) rename charts/{incubator => stable}/tagspaces/.helmignore (100%) rename charts/{incubator => stable}/tagspaces/CHANGELOG.md (100%) rename charts/{incubator => stable}/tagspaces/Chart.yaml (81%) rename charts/{incubator => stable}/tagspaces/README.md (100%) create mode 100644 charts/stable/tagspaces/docs/disclaimer.md rename charts/{incubator => stable}/tagspaces/icon.png (100%) rename charts/{incubator => stable}/tagspaces/questions.yaml (100%) rename charts/{incubator => stable}/tagspaces/templates/NOTES.txt (100%) rename charts/{incubator => stable}/tagspaces/templates/_secrets.tpl (100%) rename charts/{incubator => stable}/tagspaces/templates/common.yaml (100%) rename charts/{incubator => stable}/tagspaces/values.yaml (100%) 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