From 3baa8440dfa194f7e5430f0701ae276374f8e790 Mon Sep 17 00:00:00 2001 From: gismo2004 Date: Tue, 6 Jun 2023 08:15:58 +0200 Subject: [PATCH] fix(tasmoadmin): fix envVar and update image version (#9415) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** envVar ```TASMO_DATADIR``` reqires a ```/``` at the end to work correctly --> see my comment: [here](https://github.com/truecharts/charts/pull/9284#discussion_r1214152489) updated outdated image ⚒️ 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/tasmoadmin/Chart.yaml | 2 +- charts/incubator/tasmoadmin/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/tasmoadmin/Chart.yaml b/charts/incubator/tasmoadmin/Chart.yaml index 155d1f1888c..50e1732b260 100644 --- a/charts/incubator/tasmoadmin/Chart.yaml +++ b/charts/incubator/tasmoadmin/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmoadmin - https://github.com/TasmoAdmin/TasmoAdmin type: application -version: 4.0.1 +version: 4.0.2 annotations: truecharts.org/catagories: | - HomeAutomation diff --git a/charts/incubator/tasmoadmin/values.yaml b/charts/incubator/tasmoadmin/values.yaml index 19282c3d5dd..e6c6dd4aa6a 100644 --- a/charts/incubator/tasmoadmin/values.yaml +++ b/charts/incubator/tasmoadmin/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/tasmoadmin - tag: 2.4.2@sha256:5144a471e58004c129a0d800977e1e31ba4b46c52e37b9258591086161d2d96f + tag: v3.0.5@sha256:7fb29077382634fbe08ba81725cb72d06e8c4be5a3b5293d347abac1f07271c0 securityContext: container: @@ -16,7 +16,7 @@ workload: containers: main: env: - TASMO_DATADIR: /data + TASMO_DATADIR: /data/ TASMO_DEBUG: 1 service: