From 7a4c743d1fdff344706a9ce20c2dac8d1a25a2ec Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 3 May 2023 09:50:07 +0300 Subject: [PATCH] fix(questions): fix some duplicate entries (#8713) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ 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:** - [ ] ⚖️ 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._ --- charts/incubator/ghost/Chart.yaml | 2 +- charts/incubator/ghost/questions.yaml | 6 ------ charts/incubator/technitium/Chart.yaml | 2 +- charts/incubator/technitium/questions.yaml | 1 - charts/incubator/traefik-forward-auth/Chart.yaml | 2 +- charts/incubator/traefik-forward-auth/questions.yaml | 2 +- charts/stable/deepstack/Chart.yaml | 2 +- charts/stable/deepstack/questions.yaml | 2 +- charts/stable/grist/Chart.yaml | 2 +- charts/stable/grist/questions.yaml | 6 ------ charts/stable/ntfy/Chart.yaml | 2 +- charts/stable/ntfy/questions.yaml | 6 ------ charts/stable/synapse/Chart.yaml | 2 +- charts/stable/synapse/questions.yaml | 5 ----- charts/stable/weblate/Chart.yaml | 2 +- charts/stable/weblate/questions.yaml | 6 ------ 16 files changed, 10 insertions(+), 40 deletions(-) diff --git a/charts/incubator/ghost/Chart.yaml b/charts/incubator/ghost/Chart.yaml index 3106b2636ad..b1ecc6a823a 100644 --- a/charts/incubator/ghost/Chart.yaml +++ b/charts/incubator/ghost/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/ghost - https://github.com/TryGhost/Ghost - https://ghost.org/docs/ -version: 6.0.57 +version: 6.0.58 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/incubator/ghost/questions.yaml b/charts/incubator/ghost/questions.yaml index e3b3b43409c..2c5c728f934 100644 --- a/charts/incubator/ghost/questions.yaml +++ b/charts/incubator/ghost/questions.yaml @@ -30,12 +30,6 @@ questions: schema: type: string default: "http://localhost:10166" - - variable: useMinFiles - label: "useMinFiles" - description: "Generate assets url with .min notation" - schema: - type: boolean - default: true - variable: imageOptimization__resize label: "Image Optimization: Resize" description: "Automatically process and compress" diff --git a/charts/incubator/technitium/Chart.yaml b/charts/incubator/technitium/Chart.yaml index 593def51d22..6f7e2a28f9e 100644 --- a/charts/incubator/technitium/Chart.yaml +++ b/charts/incubator/technitium/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/TechnitiumSoftware/DnsServer - https://technitium.com/ type: application -version: 3.0.9 +version: 3.0.10 annotations: truecharts.org/catagories: | - networking diff --git a/charts/incubator/technitium/questions.yaml b/charts/incubator/technitium/questions.yaml index ff4568ee30e..7a1ee3e2f18 100644 --- a/charts/incubator/technitium/questions.yaml +++ b/charts/incubator/technitium/questions.yaml @@ -303,7 +303,6 @@ questions: # Include{ingressDefault} # Include{ingressTLS} # Include{ingressTraefik} -# Include{ingressList} - variable: dns-https-proxy label: "DNS-over-HTTPS Reverse Proxy" schema: diff --git a/charts/incubator/traefik-forward-auth/Chart.yaml b/charts/incubator/traefik-forward-auth/Chart.yaml index 2e9fbaaffad..2520f88c0fe 100644 --- a/charts/incubator/traefik-forward-auth/Chart.yaml +++ b/charts/incubator/traefik-forward-auth/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: traefik-forward-auth -version: 0.1.0 +version: 0.1.1 appVersion: "latest" description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md). type: application diff --git a/charts/incubator/traefik-forward-auth/questions.yaml b/charts/incubator/traefik-forward-auth/questions.yaml index ab439b94d01..27ef37b1059 100644 --- a/charts/incubator/traefik-forward-auth/questions.yaml +++ b/charts/incubator/traefik-forward-auth/questions.yaml @@ -10,7 +10,6 @@ questions: # Include{containerBasic} # Include{containerAdvanced} -# Include{containerConfig} # Include{controllerExpert} - variable: tfaAppOptions group: App Configuration @@ -285,6 +284,7 @@ questions: type: dict attrs: # Include{serviceSelector} +# Include{serviceSelectorExtras} - variable: main label: "Main Service Port Configuration" schema: diff --git a/charts/stable/deepstack/Chart.yaml b/charts/stable/deepstack/Chart.yaml index 59f4615947e..c3d2004df24 100644 --- a/charts/stable/deepstack/Chart.yaml +++ b/charts/stable/deepstack/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/johnolafenwa/DeepStack - https://www.deepstack.cc/ type: application -version: 7.0.10 +version: 7.0.11 annotations: truecharts.org/catagories: | - AI diff --git a/charts/stable/deepstack/questions.yaml b/charts/stable/deepstack/questions.yaml index e5d4b621975..e70dd228e56 100644 --- a/charts/stable/deepstack/questions.yaml +++ b/charts/stable/deepstack/questions.yaml @@ -89,7 +89,7 @@ questions: schema: type: boolean default: false - - variable: vision_face + - variable: vision_enhance label: "VISION-ENHANCE" description: "Enables Enhance Endpoint" schema: diff --git a/charts/stable/grist/Chart.yaml b/charts/stable/grist/Chart.yaml index cc25018742c..2b1af06e439 100644 --- a/charts/stable/grist/Chart.yaml +++ b/charts/stable/grist/Chart.yaml @@ -29,7 +29,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/grist - https://github.com/gristlabs/grist-core - https://support.getgrist.com/ -version: 7.0.27 +version: 7.0.28 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/grist/questions.yaml b/charts/stable/grist/questions.yaml index 7f8c8931e5d..f418bbf4ec6 100644 --- a/charts/stable/grist/questions.yaml +++ b/charts/stable/grist/questions.yaml @@ -104,12 +104,6 @@ questions: description: multiSite - value: multiAccounts description: multiAccounts - - variable: default_locale - label: Default Locale - description: Locale to use as fallback when Grist cannot honour the browser locale. - schema: - type: string - default: "" - variable: max_upload_import_mb label: Max Upload Import in MB description: Max allowed size for imports (except .grist files) (0 for unlimited). diff --git a/charts/stable/ntfy/Chart.yaml b/charts/stable/ntfy/Chart.yaml index f805e38042f..9e700fdbe04 100644 --- a/charts/stable/ntfy/Chart.yaml +++ b/charts/stable/ntfy/Chart.yaml @@ -18,7 +18,7 @@ name: ntfy sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy - https://github.com/binwiederhier/ntfy/ -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/ntfy/questions.yaml b/charts/stable/ntfy/questions.yaml index 4988bf3f537..739c25042e5 100644 --- a/charts/stable/ntfy/questions.yaml +++ b/charts/stable/ntfy/questions.yaml @@ -33,12 +33,6 @@ questions: schema: type: boolean default: false - - variable: ENABLE_CACHE_FILE - label: "Enable Firebase File" - description: "If set to true, it enables the firebase file by setting the NTFY_FIREBASE_KEY_FILE to \"/etc/ntfy/firebase-key.json\"" - schema: - type: boolean - default: false - variable: ENABLE_CACHE_FILE label: "Enable Cache File" description: "If set to true, it enables the cache file by setting the NTFY_CACHE_FILE to \"/var/cache/ntfy/cache.db\"" diff --git a/charts/stable/synapse/Chart.yaml b/charts/stable/synapse/Chart.yaml index dcdb915e94b..5fdf7464c02 100644 --- a/charts/stable/synapse/Chart.yaml +++ b/charts/stable/synapse/Chart.yaml @@ -25,7 +25,7 @@ name: synapse sources: - https://github.com/truecharts/charts/tree/master/charts/stable/synapse type: application -version: 7.0.29 +version: 7.0.30 annotations: truecharts.org/catagories: | - cloud diff --git a/charts/stable/synapse/questions.yaml b/charts/stable/synapse/questions.yaml index 8b5896fd4c5..6459b2925ef 100644 --- a/charts/stable/synapse/questions.yaml +++ b/charts/stable/synapse/questions.yaml @@ -304,11 +304,6 @@ questions: schema: type: string default: "WARNING" - - variable: sqlLogLevel - label: "Root Log Level" - schema: - type: string - default: "WARNING" - variable: mail group: "App Configuration" label: "Mail Configuration" diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml index 80bbc119c32..dd15297d427 100644 --- a/charts/stable/weblate/Chart.yaml +++ b/charts/stable/weblate/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://github.com/WeblateOrg/docker - https://github.com/WeblateOrg/docker-compose - https://docs.weblate.org/en/latest/ -version: 8.0.10 +version: 8.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/weblate/questions.yaml b/charts/stable/weblate/questions.yaml index 1f201d73d18..27107c5f176 100644 --- a/charts/stable/weblate/questions.yaml +++ b/charts/stable/weblate/questions.yaml @@ -95,12 +95,6 @@ questions: schema: type: string default: "" - - variable: WEBLATE_SERVER_EMAIL - label: "WEBLATE_SERVER_EMAIL (Leave empty for default)" - description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info" - schema: - type: string - default: "" - variable: WEBLATE_DEFAULT_FROM_EMAIL label: "WEBLATE_DEFAULT_FROM_EMAIL (Leave empty for default)" description: "Visit https://docs.weblate.org/en/ on section Environment Variables for more info"