Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-08-19 03:41:33 +00:00
parent 9f8b0ade4e
commit 6f0b4f0b67
12 changed files with 32 additions and 15 deletions

View File

@ -1,9 +0,0 @@
## [wyoming-piper-1.0.3](https://github.com/truecharts/charts/compare/wyoming-piper-1.0.2...wyoming-piper-1.0.3) (2023-08-08)
### Chore
- update container image tccr.io/truecharts/wyoming-piper to v1.2.0 ([#11324](https://github.com/truecharts/charts/issues/11324))

View File

@ -4,6 +4,19 @@
## [wyoming-piper-1.0.4](https://github.com/truecharts/charts/compare/wyoming-piper-1.0.3...wyoming-piper-1.0.4) (2023-08-19)
### Chore
- update container image tccr.io/truecharts/wyoming-piper to v1.3.0 ([#11691](https://github.com/truecharts/charts/issues/11691))
### Fix
- probe type key ([#11242](https://github.com/truecharts/charts/issues/11242))
## [wyoming-piper-1.0.3](https://github.com/truecharts/charts/compare/wyoming-piper-1.0.2...wyoming-piper-1.0.3) (2023-08-08)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.2.0"
appVersion: "1.3.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-piper
- https://github.com/home-assistant/addons/tree/master/piper
type: application
version: 1.0.3
version: 1.0.4
annotations:
truecharts.org/catagories: |
- home-automation

View File

@ -0,0 +1,13 @@
## [wyoming-piper-1.0.4](https://github.com/truecharts/charts/compare/wyoming-piper-1.0.3...wyoming-piper-1.0.4) (2023-08-19)
### Chore
- update container image tccr.io/truecharts/wyoming-piper to v1.3.0 ([#11691](https://github.com/truecharts/charts/issues/11691))
### Fix
- probe type key ([#11242](https://github.com/truecharts/charts/issues/11242))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/wyoming-piper
pullPolicy: IfNotPresent
tag: v1.2.0@sha256:97f62b6f45ed9726133db3ee872c64b5e81661edd78e17533866826e0787ee87
tag: v1.3.0@sha256:f2512b49a033a36173d7a15a03b0dda92edd1fe8ebb232f6b2b67674e89fdb43
wyoming_piper:
voice: en_US-lessac-medium
@ -19,13 +19,13 @@ workload:
probes:
liveness:
port: 10200
scheme: tcp
type: tcp
readiness:
port: 10200
scheme: tcp
type: tcp
startup:
port: 10200
scheme: tcp
type: tcp
args:
- --voice
- "{{ .Values.wyoming_piper.voice }}"