diff --git a/charts/incubator/whisper-asr-webservice/.helmignore b/charts/stable/whisper-asr-webservice/.helmignore similarity index 100% rename from charts/incubator/whisper-asr-webservice/.helmignore rename to charts/stable/whisper-asr-webservice/.helmignore diff --git a/charts/incubator/whisper-asr-webservice/CHANGELOG.md b/charts/stable/whisper-asr-webservice/CHANGELOG.md similarity index 100% rename from charts/incubator/whisper-asr-webservice/CHANGELOG.md rename to charts/stable/whisper-asr-webservice/CHANGELOG.md diff --git a/charts/incubator/whisper-asr-webservice/Chart.yaml b/charts/stable/whisper-asr-webservice/Chart.yaml similarity index 77% rename from charts/incubator/whisper-asr-webservice/Chart.yaml rename to charts/stable/whisper-asr-webservice/Chart.yaml index 3d5cf8d6ed1..568ceeda96a 100644 --- a/charts/incubator/whisper-asr-webservice/Chart.yaml +++ b/charts/stable/whisper-asr-webservice/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 -appVersion: "1.1.0" +appVersion: "1.1.1" dependencies: - name: common repository: https://library-charts.truecharts.org version: 12.14.6 deprecated: false description: Whisper is a general-purpose speech recognition model. -home: https://truecharts.org/charts/incubator/whisper-asr-webservice +home: https://truecharts.org/charts/stable/whisper-asr-webservice icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.png keywords: - whisper-asr-webservice @@ -18,10 +18,10 @@ maintainers: url: https://truecharts.org name: whisper-asr-webservice sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/whisper-asr-webservice + - https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice - https://github.com/ahmetoner/whisper-asr-webservice type: application -version: 0.0.7 +version: 0.0.8 annotations: truecharts.org/catagories: | - machine-learning diff --git a/charts/incubator/whisper-asr-webservice/README.md b/charts/stable/whisper-asr-webservice/README.md similarity index 100% rename from charts/incubator/whisper-asr-webservice/README.md rename to charts/stable/whisper-asr-webservice/README.md diff --git a/charts/incubator/whisper-asr-webservice/docs/installation_notes.md b/charts/stable/whisper-asr-webservice/docs/installation_notes.md similarity index 68% rename from charts/incubator/whisper-asr-webservice/docs/installation_notes.md rename to charts/stable/whisper-asr-webservice/docs/installation_notes.md index 8c88eb89e17..7de8644e1f1 100644 --- a/charts/incubator/whisper-asr-webservice/docs/installation_notes.md +++ b/charts/stable/whisper-asr-webservice/docs/installation_notes.md @@ -8,13 +8,13 @@ The main service runs a Interactive Swagger API documentation is available at The ASR model is downloaded each time you start the container, using the large model this can take some time. If you want to decrease the time it takes to start your container by skipping the download, you can store the cache directory (/root/.cache/whisper) to an persistent storage. Next time you start your container the ASR Model will be taken from the cache instead of being downloaded again. -Important this will prevent you from receiving any updates to the models. +> Important this will prevent you from receiving any updates to the models. You can set the pre-persisted mount **whisper** as emptyDir and set it as default or memory if you have the ram for it. diff --git a/charts/incubator/whisper-asr-webservice/icon.png b/charts/stable/whisper-asr-webservice/icon.png similarity index 100% rename from charts/incubator/whisper-asr-webservice/icon.png rename to charts/stable/whisper-asr-webservice/icon.png diff --git a/charts/incubator/whisper-asr-webservice/questions.yaml b/charts/stable/whisper-asr-webservice/questions.yaml similarity index 100% rename from charts/incubator/whisper-asr-webservice/questions.yaml rename to charts/stable/whisper-asr-webservice/questions.yaml diff --git a/charts/incubator/whisper-asr-webservice/templates/NOTES.txt b/charts/stable/whisper-asr-webservice/templates/NOTES.txt similarity index 100% rename from charts/incubator/whisper-asr-webservice/templates/NOTES.txt rename to charts/stable/whisper-asr-webservice/templates/NOTES.txt diff --git a/charts/incubator/whisper-asr-webservice/templates/common.yaml b/charts/stable/whisper-asr-webservice/templates/common.yaml similarity index 100% rename from charts/incubator/whisper-asr-webservice/templates/common.yaml rename to charts/stable/whisper-asr-webservice/templates/common.yaml diff --git a/charts/incubator/whisper-asr-webservice/values.yaml b/charts/stable/whisper-asr-webservice/values.yaml similarity index 87% rename from charts/incubator/whisper-asr-webservice/values.yaml rename to charts/stable/whisper-asr-webservice/values.yaml index 896db1c04d9..f3e9ccc3e32 100644 --- a/charts/incubator/whisper-asr-webservice/values.yaml +++ b/charts/stable/whisper-asr-webservice/values.yaml @@ -1,11 +1,11 @@ image: repository: tccr.io/truecharts/whisper-asr-webservice-cpu pullPolicy: IfNotPresent - tag: v1.1.0@sha256:d23d734490bb8ae57d19d7c93965f213e9f96fb6f85b10c01f2f10ecec2e19f4 + tag: v1.1.1@sha256:a8aa7c7298cdba9bd31e752fcfbd27cbb99a8e478abd81f20c57d868729638b4 gpuImage: repository: tccr.io/truecharts/whisper-asr-webservice-gpu pullPolicy: IfNotPresent - tag: v1.1.0@sha256:39851411e99bbc02488d994f9d077197d8ef536e251e941006f5e0f65cb55461 + tag: v1.1.1@sha256:64d515e7f6ea8fa03fd36bd67b68125e9ad525222f1ec0b520dd7e5c11dd0530 securityContext: container: