From f37a67251ec0e74428e6636bc358501c63e9ae48 Mon Sep 17 00:00:00 2001 From: Alec Fenichel Date: Tue, 8 Aug 2023 06:19:47 -0400 Subject: [PATCH] fix(apps): probe type key (#11242) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ 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?** **📃 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 - [ ] 📄 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._ --- charts/stable/channels-dvr/Chart.yaml | 2 +- charts/stable/channels-dvr/values.yaml | 6 +++--- charts/stable/portainer/Chart.yaml | 2 +- charts/stable/portainer/values.yaml | 6 +++--- charts/stable/wyoming-piper/values.yaml | 6 +++--- charts/stable/wyoming-whisper/Chart.yaml | 2 +- charts/stable/wyoming-whisper/values.yaml | 6 +++--- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/stable/channels-dvr/Chart.yaml b/charts/stable/channels-dvr/Chart.yaml index af4c706998d..8573faa6ddb 100644 --- a/charts/stable/channels-dvr/Chart.yaml +++ b/charts/stable/channels-dvr/Chart.yaml @@ -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 diff --git a/charts/stable/channels-dvr/values.yaml b/charts/stable/channels-dvr/values.yaml index 5d1b32a5b65..de690034670 100644 --- a/charts/stable/channels-dvr/values.yaml +++ b/charts/stable/channels-dvr/values.yaml @@ -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 diff --git a/charts/stable/portainer/Chart.yaml b/charts/stable/portainer/Chart.yaml index a210161ccb8..8356209b8af 100644 --- a/charts/stable/portainer/Chart.yaml +++ b/charts/stable/portainer/Chart.yaml @@ -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 diff --git a/charts/stable/portainer/values.yaml b/charts/stable/portainer/values.yaml index 45e1f89d87e..be7dc79c8cc 100644 --- a/charts/stable/portainer/values.yaml +++ b/charts/stable/portainer/values.yaml @@ -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 diff --git a/charts/stable/wyoming-piper/values.yaml b/charts/stable/wyoming-piper/values.yaml index 7a5b1167d83..54f3c33bb68 100644 --- a/charts/stable/wyoming-piper/values.yaml +++ b/charts/stable/wyoming-piper/values.yaml @@ -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 }}" diff --git a/charts/stable/wyoming-whisper/Chart.yaml b/charts/stable/wyoming-whisper/Chart.yaml index 22d8f84826d..80558495540 100644 --- a/charts/stable/wyoming-whisper/Chart.yaml +++ b/charts/stable/wyoming-whisper/Chart.yaml @@ -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 diff --git a/charts/stable/wyoming-whisper/values.yaml b/charts/stable/wyoming-whisper/values.yaml index 689f41fabeb..18078ca9e61 100644 --- a/charts/stable/wyoming-whisper/values.yaml +++ b/charts/stable/wyoming-whisper/values.yaml @@ -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 }}"