From c859ae18b42c25dfcfe9289944832dc8b348938f Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 21 Dec 2023 01:33:26 +0200 Subject: [PATCH] fix(etesync): typo (#16332) 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._ --------- Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/etesync/Chart.yaml | 2 +- charts/stable/etesync/questions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/etesync/Chart.yaml b/charts/stable/etesync/Chart.yaml index d254c21a278..305dda1b6b3 100644 --- a/charts/stable/etesync/Chart.yaml +++ b/charts/stable/etesync/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: etesync -version: 6.0.1 +version: 6.0.2 appVersion: 0.11.0 description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. home: https://truecharts.org/charts/stable/etesync diff --git a/charts/stable/etesync/questions.yaml b/charts/stable/etesync/questions.yaml index 31bd7d31a0f..1475eaaeb6b 100644 --- a/charts/stable/etesync/questions.yaml +++ b/charts/stable/etesync/questions.yaml @@ -23,7 +23,7 @@ questions: schema: additional_attrs: true type: dict - attrs: REGEN_INI: + attrs: - variable: REGEN_INI label: "Always recreate Config" description: "This ensures that everytime you restart the program it recreates the config file"