Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [whisper-asr-webservice-1.0.11](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.10...whisper-asr-webservice-1.0.11) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-1.0.12](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.11...whisper-asr-webservice-1.0.12) (2023-11-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/whisper-asr-webservice-cpu to v1.2.3 ([#14409](https://github.com/truecharts/charts/issues/14409))
|
||||
|
||||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-1.0.11](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.10...whisper-asr-webservice-1.0.11) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
- update container image tccr.io/truecharts/whisper-asr-webservice-gpu to v1.2.0 ([#13159](https://github.com/truecharts/charts/issues/13159))
|
||||
|
||||
|
||||
|
||||
|
||||
## [whisper-asr-webservice-1.0.1](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.0...whisper-asr-webservice-1.0.1) (2023-10-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/whisper-asr-webservice-cpu to v1.2.0 ([#13156](https://github.com/truecharts/charts/issues/13156))
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "1.2.2"
|
||||
appVersion: "1.2.3"
|
||||
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.11
|
||||
version: 1.0.12
|
||||
annotations:
|
||||
truecharts.org/category: machine-learning
|
||||
truecharts.org/SCALE-support: "true"
|
||||
9
stable/whisper-asr-webservice/1.0.12/app-changelog.md
Normal file
9
stable/whisper-asr-webservice/1.0.12/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [whisper-asr-webservice-1.0.12](https://github.com/truecharts/charts/compare/whisper-asr-webservice-1.0.11...whisper-asr-webservice-1.0.12) (2023-11-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/whisper-asr-webservice-cpu to v1.2.3 ([#14409](https://github.com/truecharts/charts/issues/14409))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/whisper-asr-webservice-cpu
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.2.2@sha256:72bf05c26189a2e0fa938494814beb4858ffe2960ee7bbe4879c108e70eff435
|
||||
tag: v1.2.3@sha256:698275e8b443007bb72610582ae5c58d39ab32ca8bffde21c4cd445e5ed25c46
|
||||
gpuImage:
|
||||
repository: tccr.io/truecharts/whisper-asr-webservice-gpu
|
||||
pullPolicy: IfNotPresent
|
||||
@@ -1268,7 +1268,7 @@ questions:
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
@@ -1297,7 +1297,7 @@ questions:
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
@@ -1306,13 +1306,13 @@ questions:
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
Reference in New Issue
Block a user