From 0573244a6f4ea660defa673db3b24cc29b2ce6b7 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Sun, 1 Oct 2023 12:08:10 -0400 Subject: [PATCH] fix(apps): Add missing Ingress options to question (#13065) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** A couple of charts are missing some questions for Ingress so adding them back. ⚒️ Fixes # **⚙️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/firezone/Chart.yaml | 2 +- charts/stable/firezone/questions.yaml | 1 + charts/stable/nextcloud/Chart.yaml | 2 +- charts/stable/nextcloud/questions.yaml | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/stable/firezone/Chart.yaml b/charts/stable/firezone/Chart.yaml index 084b8042704..71c32148d67 100644 --- a/charts/stable/firezone/Chart.yaml +++ b/charts/stable/firezone/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/firezone - https://github.com/firezone/firezone type: application -version: 0.2.2 +version: 0.2.3 annotations: truecharts.org/catagories: | - vpn diff --git a/charts/stable/firezone/questions.yaml b/charts/stable/firezone/questions.yaml index db3fcbb0c04..7ee2e952dab 100644 --- a/charts/stable/firezone/questions.yaml +++ b/charts/stable/firezone/questions.yaml @@ -305,6 +305,7 @@ questions: # Include{ingressDefault} # Include{ingressTLS} # Include{ingressTraefik} +# Include{ingressAdvanced} # Include{ingressList} # Include{securityContextRoot} - variable: runAsUser diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index df272481d12..2dd0804bccf 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -29,7 +29,7 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 22.0.29 +version: 22.0.30 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/nextcloud/questions.yaml b/charts/stable/nextcloud/questions.yaml index 73c9aff8146..814222b0d09 100644 --- a/charts/stable/nextcloud/questions.yaml +++ b/charts/stable/nextcloud/questions.yaml @@ -613,6 +613,7 @@ questions: # Include{ingressDefault} # Include{ingressTLS} # Include{ingressTraefik} +# Include{ingressAdvanced} # Include{ingressList} # Include{securityContextRoot} - variable: runAsUser