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