From a4cc344d3c69722fa605871b30077f4548f5fc4c Mon Sep 17 00:00:00 2001 From: Alec Fenichel Date: Wed, 27 Mar 2024 14:16:06 -0400 Subject: [PATCH] chore(wyoming-whisper) update container image to 2.1.0 (#19855) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # `wyoming-whisper` was previously using container image `1.0.0` which is why I bumped the major version. **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 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 - [ ] 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._ --- charts/stable/wyoming-whisper/Chart.yaml | 4 ++-- charts/stable/wyoming-whisper/questions.yaml | 8 ++++++++ charts/stable/wyoming-whisper/values.yaml | 5 ++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/charts/stable/wyoming-whisper/Chart.yaml b/charts/stable/wyoming-whisper/Chart.yaml index 9e4eff1dc32..de7bc6bbc65 100644 --- a/charts/stable/wyoming-whisper/Chart.yaml +++ b/charts/stable/wyoming-whisper/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: latest +appVersion: 2.1.0 dependencies: - name: common version: 20.2.9 @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-whisper - https://hub.docker.com/r/rhasspy/wyoming-whisper type: application -version: 4.7.4 +version: 5.0.0 diff --git a/charts/stable/wyoming-whisper/questions.yaml b/charts/stable/wyoming-whisper/questions.yaml index f9a830e4b07..2e09bd404be 100644 --- a/charts/stable/wyoming-whisper/questions.yaml +++ b/charts/stable/wyoming-whisper/questions.yaml @@ -282,6 +282,14 @@ questions: additional_attrs: true type: dict attrs: +# Include{persistenceBasic} + - variable: cache + label: "App Cache Storage" + description: "Stores the models." + schema: + additional_attrs: true + type: dict + attrs: # Include{persistenceBasic} # Include{persistenceList} # Include{ingressRoot} diff --git a/charts/stable/wyoming-whisper/values.yaml b/charts/stable/wyoming-whisper/values.yaml index 531945e55c4..671dfd67658 100644 --- a/charts/stable/wyoming-whisper/values.yaml +++ b/charts/stable/wyoming-whisper/values.yaml @@ -1,7 +1,7 @@ image: repository: rhasspy/wyoming-whisper pullPolicy: IfNotPresent - tag: latest@sha256:8ab98d933feb64b09882574303119176d0dda61d1db2a2fc6972016a1699944c + tag: 2.1.0@sha256:ceaa162ec05e53b8fa883182cdbceb72e6a1422740ec35be038c9faa278323b3 wyoming_whisper: language: en model: tiny-int8 @@ -39,6 +39,9 @@ persistence: config: enabled: true mountPath: /data + cache: + enabled: true + mountPath: /.cache/huggingface/hub portal: open: enabled: false