charts
charts copied to clipboard
fix(whisper-asr-webservice): switch readiness and startup probe to tcp, update app version
Description
⚒️ Fixes #
⚙️ Type of change
This PR fixes a problem with readiness and startup probes: changing the liveness probe to tcp in #20042 was obviously not enough to prevent the app from always killing.
Also, I updated the app version. Something with the automatic updates doesn't seem to work with this app.
- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] 🔃 Refactor of current code
🧪 How Has This Been Tested?
📃 Notes:
✔️ 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
- [X] I made sure the title starts with
feat(chart-name):,fix(chart-name):orchore(chart-name):
➕ App addition
If this PR is an app addition please make sure you have done the following.
- [ ] 🖼️ 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.
"Something with the automatic updates doesn't seem to work with this app."
Please do not do things like that, if automatic updates aren't being applied this is a choice by us.
@all-contributors please add @v3DJG6GL for code
@Ornias1993
@v3DJG6GL already contributed before to code