From 4a0bca558d1f2b65464c3cf704b0e06f3b1ecb39 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Sun, 25 Jun 2023 14:57:41 -0400 Subject: [PATCH] feat(Frigate): Move to stable (#9876) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** It's ready, tested in incubator forever, ready to go now ⚒️ 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 - [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}/frigate/.helmignore | 0 charts/{incubator => stable}/frigate/CHANGELOG.md | 0 charts/{incubator => stable}/frigate/Chart.yaml | 6 +++--- charts/{incubator => stable}/frigate/README.md | 0 .../frigate/ci/figrate-configfile-values.yaml | 0 .../frigate/ci/figrateConfig-values.yaml | 0 .../frigate/docs/installation-instructions.md | 0 charts/{incubator => stable}/frigate/icon.png | Bin charts/{incubator => stable}/frigate/questions.yaml | 0 .../frigate/templates/NOTES.txt | 0 .../frigate/templates/_configmap.tpl | 0 .../frigate/templates/common.yaml | 0 charts/{incubator => stable}/frigate/values.yaml | 0 13 files changed, 3 insertions(+), 3 deletions(-) rename charts/{incubator => stable}/frigate/.helmignore (100%) rename charts/{incubator => stable}/frigate/CHANGELOG.md (100%) rename charts/{incubator => stable}/frigate/Chart.yaml (81%) rename charts/{incubator => stable}/frigate/README.md (100%) rename charts/{incubator => stable}/frigate/ci/figrate-configfile-values.yaml (100%) rename charts/{incubator => stable}/frigate/ci/figrateConfig-values.yaml (100%) rename charts/{incubator => stable}/frigate/docs/installation-instructions.md (100%) rename charts/{incubator => stable}/frigate/icon.png (100%) rename charts/{incubator => stable}/frigate/questions.yaml (100%) rename charts/{incubator => stable}/frigate/templates/NOTES.txt (100%) rename charts/{incubator => stable}/frigate/templates/_configmap.tpl (100%) rename charts/{incubator => stable}/frigate/templates/common.yaml (100%) rename charts/{incubator => stable}/frigate/values.yaml (100%) diff --git a/charts/incubator/frigate/.helmignore b/charts/stable/frigate/.helmignore similarity index 100% rename from charts/incubator/frigate/.helmignore rename to charts/stable/frigate/.helmignore diff --git a/charts/incubator/frigate/CHANGELOG.md b/charts/stable/frigate/CHANGELOG.md similarity index 100% rename from charts/incubator/frigate/CHANGELOG.md rename to charts/stable/frigate/CHANGELOG.md diff --git a/charts/incubator/frigate/Chart.yaml b/charts/stable/frigate/Chart.yaml similarity index 81% rename from charts/incubator/frigate/Chart.yaml rename to charts/stable/frigate/Chart.yaml index 0bfcce22547..fd5dd5c304b 100644 --- a/charts/incubator/frigate/Chart.yaml +++ b/charts/stable/frigate/Chart.yaml @@ -6,7 +6,7 @@ dependencies: version: 12.14.2 deprecated: false description: NVR With Realtime Object Detection for IP Cameras -home: https://truecharts.org/charts/incubator/frigate +home: https://truecharts.org/charts/stable/frigate icon: https://truecharts.org/img/hotlink-ok/chart-icons/frigate.png keywords: - encode @@ -20,10 +20,10 @@ maintainers: url: https://truecharts.org name: frigate sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/frigate + - https://github.com/truecharts/charts/tree/master/charts/stable/frigate - https://github.com/blakeblackshear/frigate type: application -version: 9.0.4 +version: 9.0.5 annotations: truecharts.org/catagories: | - nvr diff --git a/charts/incubator/frigate/README.md b/charts/stable/frigate/README.md similarity index 100% rename from charts/incubator/frigate/README.md rename to charts/stable/frigate/README.md diff --git a/charts/incubator/frigate/ci/figrate-configfile-values.yaml b/charts/stable/frigate/ci/figrate-configfile-values.yaml similarity index 100% rename from charts/incubator/frigate/ci/figrate-configfile-values.yaml rename to charts/stable/frigate/ci/figrate-configfile-values.yaml diff --git a/charts/incubator/frigate/ci/figrateConfig-values.yaml b/charts/stable/frigate/ci/figrateConfig-values.yaml similarity index 100% rename from charts/incubator/frigate/ci/figrateConfig-values.yaml rename to charts/stable/frigate/ci/figrateConfig-values.yaml diff --git a/charts/incubator/frigate/docs/installation-instructions.md b/charts/stable/frigate/docs/installation-instructions.md similarity index 100% rename from charts/incubator/frigate/docs/installation-instructions.md rename to charts/stable/frigate/docs/installation-instructions.md diff --git a/charts/incubator/frigate/icon.png b/charts/stable/frigate/icon.png similarity index 100% rename from charts/incubator/frigate/icon.png rename to charts/stable/frigate/icon.png diff --git a/charts/incubator/frigate/questions.yaml b/charts/stable/frigate/questions.yaml similarity index 100% rename from charts/incubator/frigate/questions.yaml rename to charts/stable/frigate/questions.yaml diff --git a/charts/incubator/frigate/templates/NOTES.txt b/charts/stable/frigate/templates/NOTES.txt similarity index 100% rename from charts/incubator/frigate/templates/NOTES.txt rename to charts/stable/frigate/templates/NOTES.txt diff --git a/charts/incubator/frigate/templates/_configmap.tpl b/charts/stable/frigate/templates/_configmap.tpl similarity index 100% rename from charts/incubator/frigate/templates/_configmap.tpl rename to charts/stable/frigate/templates/_configmap.tpl diff --git a/charts/incubator/frigate/templates/common.yaml b/charts/stable/frigate/templates/common.yaml similarity index 100% rename from charts/incubator/frigate/templates/common.yaml rename to charts/stable/frigate/templates/common.yaml diff --git a/charts/incubator/frigate/values.yaml b/charts/stable/frigate/values.yaml similarity index 100% rename from charts/incubator/frigate/values.yaml rename to charts/stable/frigate/values.yaml