From a95bce5acc3b028194c46a6eaf3cc54250adf56d Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Thu, 27 Jul 2023 05:05:03 -0400 Subject: [PATCH] feat(Photoview): Return to Stable (#10882) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** @xstar97 redid it a couple weeks ago, me and @ksimm1 tested, can confirm it's good ⚒️ Fixes # **⚙️ Type of change** - [X] ⚙️ 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:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 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 - [ ] ⬆️ 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}/photoview/.helmignore | 0 charts/{incubator => stable}/photoview/CHANGELOG.md | 0 charts/{incubator => stable}/photoview/Chart.yaml | 8 ++++---- charts/{incubator => stable}/photoview/README.md | 0 .../photoview/docs/installation_notes.md | 0 charts/{incubator => stable}/photoview/icon.png | Bin .../{incubator => stable}/photoview/questions.yaml | 0 .../photoview/templates/NOTES.txt | 0 .../photoview/templates/_secrets.tpl | 0 .../photoview/templates/common.yaml | 0 charts/{incubator => stable}/photoview/values.yaml | 0 11 files changed, 4 insertions(+), 4 deletions(-) rename charts/{incubator => stable}/photoview/.helmignore (100%) rename charts/{incubator => stable}/photoview/CHANGELOG.md (100%) rename charts/{incubator => stable}/photoview/Chart.yaml (77%) rename charts/{incubator => stable}/photoview/README.md (100%) rename charts/{incubator => stable}/photoview/docs/installation_notes.md (100%) rename charts/{incubator => stable}/photoview/icon.png (100%) rename charts/{incubator => stable}/photoview/questions.yaml (100%) rename charts/{incubator => stable}/photoview/templates/NOTES.txt (100%) rename charts/{incubator => stable}/photoview/templates/_secrets.tpl (100%) rename charts/{incubator => stable}/photoview/templates/common.yaml (100%) rename charts/{incubator => stable}/photoview/values.yaml (100%) diff --git a/charts/incubator/photoview/.helmignore b/charts/stable/photoview/.helmignore similarity index 100% rename from charts/incubator/photoview/.helmignore rename to charts/stable/photoview/.helmignore diff --git a/charts/incubator/photoview/CHANGELOG.md b/charts/stable/photoview/CHANGELOG.md similarity index 100% rename from charts/incubator/photoview/CHANGELOG.md rename to charts/stable/photoview/CHANGELOG.md diff --git a/charts/incubator/photoview/Chart.yaml b/charts/stable/photoview/Chart.yaml similarity index 77% rename from charts/incubator/photoview/Chart.yaml rename to charts/stable/photoview/Chart.yaml index 668986c79e5..5cf2ab7252d 100644 --- a/charts/incubator/photoview/Chart.yaml +++ b/charts/stable/photoview/Chart.yaml @@ -3,9 +3,9 @@ appVersion: "2.3.13" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 13.2.0 + version: 13.2.1 description: Photoview is a simple and user-friendly photo gallery. -home: https://truecharts.org/charts/incubator/photoview +home: https://truecharts.org/charts/stable/photoview icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.png keywords: - photo @@ -17,9 +17,9 @@ maintainers: url: https://truecharts.org name: photoview sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/photoview + - https://github.com/truecharts/charts/tree/master/charts/stable/photoview - https://github.com/photoview/photoview -version: 9.0.1 +version: 9.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/photoview/README.md b/charts/stable/photoview/README.md similarity index 100% rename from charts/incubator/photoview/README.md rename to charts/stable/photoview/README.md diff --git a/charts/incubator/photoview/docs/installation_notes.md b/charts/stable/photoview/docs/installation_notes.md similarity index 100% rename from charts/incubator/photoview/docs/installation_notes.md rename to charts/stable/photoview/docs/installation_notes.md diff --git a/charts/incubator/photoview/icon.png b/charts/stable/photoview/icon.png similarity index 100% rename from charts/incubator/photoview/icon.png rename to charts/stable/photoview/icon.png diff --git a/charts/incubator/photoview/questions.yaml b/charts/stable/photoview/questions.yaml similarity index 100% rename from charts/incubator/photoview/questions.yaml rename to charts/stable/photoview/questions.yaml diff --git a/charts/incubator/photoview/templates/NOTES.txt b/charts/stable/photoview/templates/NOTES.txt similarity index 100% rename from charts/incubator/photoview/templates/NOTES.txt rename to charts/stable/photoview/templates/NOTES.txt diff --git a/charts/incubator/photoview/templates/_secrets.tpl b/charts/stable/photoview/templates/_secrets.tpl similarity index 100% rename from charts/incubator/photoview/templates/_secrets.tpl rename to charts/stable/photoview/templates/_secrets.tpl diff --git a/charts/incubator/photoview/templates/common.yaml b/charts/stable/photoview/templates/common.yaml similarity index 100% rename from charts/incubator/photoview/templates/common.yaml rename to charts/stable/photoview/templates/common.yaml diff --git a/charts/incubator/photoview/values.yaml b/charts/stable/photoview/values.yaml similarity index 100% rename from charts/incubator/photoview/values.yaml rename to charts/stable/photoview/values.yaml