Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
6d76daf0c8
commit
efc5578331
|
@ -4,6 +4,19 @@
|
|||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-1.0.10](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.9...whisper-asr-webservice-1.0.10) (2023-11-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/whisper-asr-webservice-gpu to v1.2.2 ([#14296](https://github.com/truecharts/charts/issues/14296))
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix GPU container on catalog ([#14340](https://github.com/truecharts/charts/issues/14340))
|
||||
|
||||
|
||||
|
||||
|
||||
## [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
|
||||
|
@ -84,13 +97,3 @@
|
|||
|
||||
|
||||
## [whisper-asr-webservice-0.0.9](https://github.com/truecharts/charts/compare/whisper-asr-webservice-0.0.8...whisper-asr-webservice-0.0.9) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
||||
|
||||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-0.0.8](https://github.com/truecharts/charts/compare/whisper-asr-webservice-0.0.7...whisper-asr-webservice-0.0.8) (2023-07-04)
|
||||
|
|
@ -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.9
|
||||
version: 1.0.10
|
||||
annotations:
|
||||
truecharts.org/category: machine-learning
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
## [whisper-asr-webservice-1.0.10](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.9...whisper-asr-webservice-1.0.10) (2023-11-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/whisper-asr-webservice-gpu to v1.2.2 ([#14296](https://github.com/truecharts/charts/issues/14296))
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix GPU container on catalog ([#14340](https://github.com/truecharts/charts/issues/14340))
|
||||
|
||||
|
|
@ -5,7 +5,7 @@ image:
|
|||
gpuImage:
|
||||
repository: tccr.io/truecharts/whisper-asr-webservice-gpu
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.2.1@sha256:af166db816b2aa8c048f356998dd328f8b0ab210ef4837187c01bc4801f180d8
|
||||
tag: v1.2.2@sha256:5090d830aa116c93c748b958fdccbe57eb61a014d63ea50babdcb279fff1d8af
|
||||
|
||||
securityContext:
|
||||
container:
|
|
@ -1257,8 +1257,8 @@ questions:
|
|||
label: Service Port
|
||||
schema:
|
||||
type: int
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
- variable: certificateIssuer
|
||||
label: certificateIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
|
@ -1288,7 +1288,7 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: clusterIssuer
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
|
@ -1302,8 +1302,8 @@ questions:
|
|||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
label: 'Cluster Certificate (Advanced)'
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [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))
|
||||
|
||||
|
Loading…
Reference in New Issue