fix(apps): probe type key (#11242)

**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)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 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?**
<!--
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
- [x] ⚠️ 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._
This commit is contained in:
Alec Fenichel 2023-08-08 06:19:47 -04:00 committed by GitHub
parent d0d694107d
commit f37a67251e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 15 deletions

View File

@ -19,7 +19,7 @@ name: channels-dvr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr
type: application
version: 3.0.0
version: 3.0.1
annotations:
truecharts.org/catagories: |
- media

View File

@ -37,10 +37,10 @@ workload:
probes:
liveness:
port: 8089
scheme: http
type: http
readiness:
port: 8089
scheme: http
type: http
startup:
port: 8089
scheme: http
type: http

View File

@ -19,7 +19,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/portainer
- https://docs.portainer.io/start/install-ce/server
- https://docs.portainer.io/start/install/server
version: 5.0.0
version: 5.0.1
annotations:
truecharts.org/catagories: |
- management

View File

@ -70,10 +70,10 @@ workload:
probes:
liveness:
port: 9443
scheme: https
type: https
readiness:
port: 9443
scheme: https
type: https
startup:
port: 9443
scheme: https
type: https

View File

@ -19,13 +19,13 @@ workload:
probes:
liveness:
port: 10200
scheme: tcp
type: tcp
readiness:
port: 10200
scheme: tcp
type: tcp
startup:
port: 10200
scheme: tcp
type: tcp
args:
- --voice
- "{{ .Values.wyoming_piper.voice }}"

View File

@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-whisper
- https://github.com/home-assistant/addons/tree/master/whisper
type: application
version: 1.0.2
version: 1.0.3
annotations:
truecharts.org/catagories: |
- home-automation

View File

@ -16,13 +16,13 @@ workload:
probes:
liveness:
port: 10300
scheme: tcp
type: tcp
readiness:
port: 10300
scheme: tcp
type: tcp
startup:
port: 10300
scheme: tcp
type: tcp
args:
- --language
- "{{ .Values.wyoming_whisper.language }}"