From a6f631bd375b5a4ef12fd0d37a52b6e0ba46d81f Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 9 Nov 2023 18:34:45 +0100 Subject: [PATCH] fix(SCALEGUI): set default path and prefix for ingress (#14486) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** SCALE GUI now supports proper list defaults. This should fill it correctly for ingress paths **โš™๏ธ Type of change** - [ ] โš™๏ธ 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:** - [ ] โš–๏ธ My code follows the style guidelines of this project - [ ] ๐Ÿ‘€ 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 - [ ] โฌ†๏ธ 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._ --------- Signed-off-by: Kjeld Schouten --- charts/stable/jackett/Chart.yaml | 2 +- templates/questions/ingress/ingressDefault.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 9332eedc8b3..b13f50c07cd 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/jackett - https://github.com/Jackett/Jackett type: application -version: 16.0.2 +version: 16.0.3 annotations: truecharts.org/category: media truecharts.org/SCALE-support: "true" diff --git a/templates/questions/ingress/ingressDefault.yaml b/templates/questions/ingress/ingressDefault.yaml index 812c95b378b..aeb1cd882ba 100644 --- a/templates/questions/ingress/ingressDefault.yaml +++ b/templates/questions/ingress/ingressDefault.yaml @@ -27,7 +27,7 @@ label: Paths schema: type: list - default: [] + default: [{path: "/", pathType: "Prefix"}] items: - variable: pathEntry label: Host