From 2f5513f68355033c410289759565bf6b04f4476c Mon Sep 17 00:00:00 2001 From: FluxCD Date: Sat, 6 Jun 2026 02:36:53 +0000 Subject: [PATCH] Update wyoming whisper image. --- services/wyoming/deploy/app/whisper-deployment.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/services/wyoming/deploy/app/whisper-deployment.yaml b/services/wyoming/deploy/app/whisper-deployment.yaml index 9c49a76..4fca76a 100644 --- a/services/wyoming/deploy/app/whisper-deployment.yaml +++ b/services/wyoming/deploy/app/whisper-deployment.yaml @@ -1,4 +1,3 @@ - apiVersion: apps/v1 kind: Deployment metadata: @@ -21,10 +20,10 @@ spec: containers: - name: wyoming-whisper ### Maintained by flux - Image Update Automation - image: rhasspy/wyoming-whisper # {"$imagepolicy": "wyoming:piper"} + image: rhasspy/wyoming-piper:latest@sha256:c874e4a04657ae3381332ee5d0c8c70a310dae6722892840f530ac0890b44eb3 # {"$imagepolicy": "wyoming:piper"} ### volumeMounts: - - mountPath: /data + - mountPath: /data name: data args: - --model @@ -41,4 +40,3 @@ spec: - name: data persistentVolumeClaim: claimName: wyoming-whisper -