From 3a5161b2afa1e703f769b85c4cb29b1169f7b3ad Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Tue, 4 Jul 2023 08:36:25 -0400 Subject: [PATCH] chore(whisper-asr-webservice) move whisper-asr-webservice to stable (#10148) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** - Move app to stable train. - update tag to the latest version ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** I really prefer updating the chart description from "Whisper is a general-purpose speech recognition model." to "OpenAI Whisper ASR Webservice API." This chart isnt the whisper model itself, its an api web service. **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- .../whisper-asr-webservice/.helmignore | 0 .../whisper-asr-webservice/CHANGELOG.md | 0 .../whisper-asr-webservice/Chart.yaml | 8 +++--- .../whisper-asr-webservice/README.md | 0 .../docs/installation_notes.md | 24 +++++++++--------- .../whisper-asr-webservice/icon.png | Bin .../whisper-asr-webservice/questions.yaml | 0 .../templates/NOTES.txt | 0 .../templates/common.yaml | 0 .../whisper-asr-webservice/values.yaml | 4 +-- 10 files changed, 18 insertions(+), 18 deletions(-) rename charts/{incubator => stable}/whisper-asr-webservice/.helmignore (100%) rename charts/{incubator => stable}/whisper-asr-webservice/CHANGELOG.md (100%) rename charts/{incubator => stable}/whisper-asr-webservice/Chart.yaml (77%) rename charts/{incubator => stable}/whisper-asr-webservice/README.md (100%) rename charts/{incubator => stable}/whisper-asr-webservice/docs/installation_notes.md (68%) rename charts/{incubator => stable}/whisper-asr-webservice/icon.png (100%) rename charts/{incubator => stable}/whisper-asr-webservice/questions.yaml (100%) rename charts/{incubator => stable}/whisper-asr-webservice/templates/NOTES.txt (100%) rename charts/{incubator => stable}/whisper-asr-webservice/templates/common.yaml (100%) rename charts/{incubator => stable}/whisper-asr-webservice/values.yaml (87%) 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: