diff --git a/services/wyoming/deploy/app/piper-deployment.yaml b/services/wyoming/deploy/app/piper-deployment.yaml index 85b1b24..25ae7c4 100644 --- a/services/wyoming/deploy/app/piper-deployment.yaml +++ b/services/wyoming/deploy/app/piper-deployment.yaml @@ -20,10 +20,10 @@ spec: containers: - name: wyoming-piper ### Maintained by flux - Image Update Automation - image: rhasspy/wyoming-piper # {"$imagepolicy": "wyoming:piper"} + image: rhasspy/wyoming-piper:latest@sha256:c874e4a04657ae3381332ee5d0c8c70a310dae6722892840f530ac0890b44eb3 # {"$imagepolicy": "wyoming:piper"} ### volumeMounts: - - mountPath: /data + - mountPath: /data name: data args: - --voice @@ -34,7 +34,6 @@ spec: - name: data persistentVolumeClaim: claimName: wyoming-piper - --- apiVersion: v1 kind: PersistentVolumeClaim @@ -46,4 +45,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 2Gi \ No newline at end of file + storage: 2Gi