Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8e0353ab45
commit
b5b9583563
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [whisper-asr-webservice-1.0.8](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.7...whisper-asr-webservice-1.0.8) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/whisper-asr-webservice-gpu to v1.2.1 ([#14285](https://github.com/truecharts/charts/issues/14285))
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,16 @@
|
|||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-1.0.9](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.8...whisper-asr-webservice-1.0.9) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/whisper-asr-webservice-cpu to v1.2.2 ([#14295](https://github.com/truecharts/charts/issues/14295))
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-1.0.8](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.7...whisper-asr-webservice-1.0.8) (2023-11-03)
|
||||
|
||||
### Chore
|
|
@ -1,9 +1,9 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.2.1"
|
||||
appVersion: "1.2.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.2.0
|
||||
version: 14.2.2
|
||||
deprecated: false
|
||||
description: Whisper is a general-purpose speech recognition model.
|
||||
home: https://truecharts.org/charts/stable/whisper-asr-webservice
|
||||
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice
|
||||
- https://github.com/ahmetoner/whisper-asr-webservice
|
||||
type: application
|
||||
version: 1.0.8
|
||||
version: 1.0.9
|
||||
annotations:
|
||||
truecharts.org/category: machine-learning
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
## [whisper-asr-webservice-1.0.9](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.8...whisper-asr-webservice-1.0.9) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/whisper-asr-webservice-cpu to v1.2.2 ([#14295](https://github.com/truecharts/charts/issues/14295))
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/whisper-asr-webservice-cpu
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.2.1@sha256:0fc7c280dbf86e225bb33a882dfa49d3d9178db4b5e64271761ca4cdfd733d80
|
||||
tag: v1.2.2@sha256:72bf05c26189a2e0fa938494814beb4858ffe2960ee7bbe4879c108e70eff435
|
||||
gpuImage:
|
||||
repository: tccr.io/truecharts/whisper-asr-webservice-gpu
|
||||
pullPolicy: IfNotPresent
|
|
@ -1194,6 +1194,12 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: allowCors
|
||||
label: "Allow Cross Origin Requests"
|
||||
schema:
|
||||
type: boolean
|
||||
show_if: [["advanced", "=", true]]
|
||||
default: false
|
||||
- variable: hosts
|
||||
label: Hosts
|
||||
schema:
|
Loading…
Reference in New Issue