Update wyoming piper image.
This commit is contained in:
@@ -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
|
||||
storage: 2Gi
|
||||
|
||||
Reference in New Issue
Block a user