Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
dddc80a3f8
commit
8fa5a8e890
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [whisper-asr-webservice-1.0.6](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.5...whisper-asr-webservice-1.0.6) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-1.0.7](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.6...whisper-asr-webservice-1.0.7) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/whisper-asr-webservice-cpu to v1.2.1 ([#14282](https://github.com/truecharts/charts/issues/14282))
|
||||
|
||||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-1.0.6](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.5...whisper-asr-webservice-1.0.6) (2023-10-29)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.2.0"
|
||||
appVersion: "1.2.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -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.6
|
||||
version: 1.0.7
|
||||
annotations:
|
||||
truecharts.org/category: machine-learning
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [whisper-asr-webservice-1.0.7](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.6...whisper-asr-webservice-1.0.7) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/whisper-asr-webservice-cpu to v1.2.1 ([#14282](https://github.com/truecharts/charts/issues/14282))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/whisper-asr-webservice-cpu
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.2.0@sha256:de65f7666d1b1f415aa443d1f6344a45c2b8e26940449a623058eeef692b0699
|
||||
tag: v1.2.1@sha256:0fc7c280dbf86e225bb33a882dfa49d3d9178db4b5e64271761ca4cdfd733d80
|
||||
gpuImage:
|
||||
repository: tccr.io/truecharts/whisper-asr-webservice-gpu
|
||||
pullPolicy: IfNotPresent
|
|
@ -1152,19 +1152,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
Loading…
Reference in New Issue