Update wyoming piper image.
This commit is contained in:
@@ -20,10 +20,10 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: wyoming-piper
|
- name: wyoming-piper
|
||||||
### Maintained by flux - Image Update Automation
|
### Maintained by flux - Image Update Automation
|
||||||
image: rhasspy/wyoming-piper # {"$imagepolicy": "wyoming:piper"}
|
image: rhasspy/wyoming-piper:latest@sha256:c874e4a04657ae3381332ee5d0c8c70a310dae6722892840f530ac0890b44eb3 # {"$imagepolicy": "wyoming:piper"}
|
||||||
###
|
###
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /data
|
- mountPath: /data
|
||||||
name: data
|
name: data
|
||||||
args:
|
args:
|
||||||
- --voice
|
- --voice
|
||||||
@@ -34,7 +34,6 @@ spec:
|
|||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: wyoming-piper
|
claimName: wyoming-piper
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
@@ -46,4 +45,4 @@ spec:
|
|||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 2Gi
|
storage: 2Gi
|
||||||
|
|||||||
Reference in New Issue
Block a user