From 4add5ef228662fb85ee25f8e652b1ee0a79ee082 Mon Sep 17 00:00:00 2001 From: gismo2004 Date: Tue, 4 Jul 2023 12:59:49 +0200 Subject: [PATCH] fix(tasmocompiler) remove persistance entries from questions (#10149) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** no storage needed, thus remove it from questions ⚒️ 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:** - [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 **➕ 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/tasmocompiler/Chart.yaml | 2 +- charts/incubator/tasmocompiler/questions.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/incubator/tasmocompiler/Chart.yaml b/charts/incubator/tasmocompiler/Chart.yaml index 163326c0b38..a7d85b7b484 100644 --- a/charts/incubator/tasmocompiler/Chart.yaml +++ b/charts/incubator/tasmocompiler/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmocompiler - https://github.com/benzino77/tasmocompiler type: application -version: 3.0.0 +version: 3.0.1 annotations: truecharts.org/catagories: | - HomeAutomation diff --git a/charts/incubator/tasmocompiler/questions.yaml b/charts/incubator/tasmocompiler/questions.yaml index 77ef4ced2c6..ef74477d7b0 100644 --- a/charts/incubator/tasmocompiler/questions.yaml +++ b/charts/incubator/tasmocompiler/questions.yaml @@ -35,8 +35,6 @@ questions: # Include{serviceExpertRoot} # Include{serviceExpert} # Include{serviceList} -# Include{persistenceRoot} -# Include{persistenceBasic} # Include{persistenceList} # Include{ingressRoot} - variable: main