feat(wyoming-openwakeword) move to stable train (#19854)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

Move `wyoming-openwakeword` from `incubator` train to `stable` train

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ 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
- [ ] 📄 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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._
This commit is contained in:
Alec Fenichel 2024-03-27 00:05:38 -04:00 committed by GitHub
parent 104b185e79
commit daf0f3f1f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 6 additions and 6 deletions

View File

@ -5,12 +5,12 @@ annotations:
truecharts.org/category: home-automation truecharts.org/category: home-automation
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.11"
truecharts.org/train: incubator truecharts.org/train: stable
apiVersion: v2 apiVersion: v2
appVersion: 1.10.0 appVersion: 1.10.0
dependencies: dependencies:
- name: common - name: common
version: 20.0.10 version: 20.2.4
repository: oci://tccr.io/truecharts repository: oci://tccr.io/truecharts
condition: "" condition: ""
alias: "" alias: ""
@ -18,7 +18,7 @@ dependencies:
import-values: [] import-values: []
deprecated: false deprecated: false
description: The Wyoming integration of openWakeWord description: The Wyoming integration of openWakeWord
home: https://truecharts.org/charts/incubator/wyoming-openwakeword home: https://truecharts.org/charts/stable/wyoming-openwakeword
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-openwakeword.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-openwakeword.png
keywords: keywords:
- wyoming-openwakeword - wyoming-openwakeword
@ -31,7 +31,7 @@ name: wyoming-openwakeword
sources: sources:
- https://github.com/home-assistant/addons/tree/master/openwakeword - https://github.com/home-assistant/addons/tree/master/openwakeword
- https://github.com/rhasspy/wyoming-openwakeword/ - https://github.com/rhasspy/wyoming-openwakeword/
- https://github.com/truecharts/charts/tree/master/charts/incubator/wyoming-openwakeword - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-openwakeword
- https://hub.docker.com/r/rhasspy/wyoming-openwakeword - https://hub.docker.com/r/rhasspy/wyoming-openwakeword
type: application type: application
version: 0.1.3 version: 1.0.0

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported. However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/wyoming-openwakeword) For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/wyoming-openwakeword)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB