This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/rhasspy/wyoming-piper | patch | `b6bf208` -> `dbf926f` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
43 lines
799 B
YAML
43 lines
799 B
YAML
image:
|
|
repository: docker.io/rhasspy/wyoming-piper
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.5.4@sha256:dbf926f5bc8895a7d0021dbb87df7622b00f91ff8299eeb62d027c7c353b0482
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10200
|
|
protocol: tcp
|
|
targetPort: 10200
|
|
|
|
wyoming_piper:
|
|
voice: en_US-lessac-medium
|
|
# custom_voice: ""
|
|
speaker: 0
|
|
length_scale: "1.0"
|
|
noise_scale: "0.667"
|
|
noise_w: "0.333"
|
|
max_piper_procs: 1
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
port: 10200
|
|
type: tcp
|
|
readiness:
|
|
port: 10200
|
|
type: tcp
|
|
startup:
|
|
port: 10200
|
|
type: tcp
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /data
|