From 0567f3a0b6617ce8eafbb66e5b89acb3d36247df Mon Sep 17 00:00:00 2001 From: v3DJG6GL <72495210+v3DJG6GL@users.noreply.github.com> Date: Sun, 14 Apr 2024 01:33:08 +0200 Subject: [PATCH] fix(whisper-asr-webservice): missing ingress questions (#20499) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** questions.yaml was missing some ingress settings which resulted in not being able to set any `traefik auth middlewares`, nor `certManager` values... - [ ] ⚙️ Feature/App addition - [X] 🪛 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 - [X] ⚠️ 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):` or `chore(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._ --------- Signed-off-by: v3DJG6GL <72495210+v3DJG6GL@users.noreply.github.com> --- charts/stable/whisper-asr-webservice/Chart.yaml | 2 +- charts/stable/whisper-asr-webservice/questions.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/stable/whisper-asr-webservice/Chart.yaml b/charts/stable/whisper-asr-webservice/Chart.yaml index a48263ebf6e..739d7ec1e7a 100644 --- a/charts/stable/whisper-asr-webservice/Chart.yaml +++ b/charts/stable/whisper-asr-webservice/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/whisper-asr-webservice - https://hub.docker.com/r/onerahmet/openai-whisper-asr-webservice type: application -version: 4.8.4 +version: 4.9.0 diff --git a/charts/stable/whisper-asr-webservice/questions.yaml b/charts/stable/whisper-asr-webservice/questions.yaml index a4b0d2e9e0b..405b6318c49 100644 --- a/charts/stable/whisper-asr-webservice/questions.yaml +++ b/charts/stable/whisper-asr-webservice/questions.yaml @@ -117,6 +117,9 @@ questions: type: dict attrs: # Include{ingressDefault} +# Include{ingressTLS} +# Include{ingressTraefik} +# Include{ingressAdvanced} # Include{ingressList} # Include{securityContextRoot} - variable: runAsUser