fix(tasmoadmin): fix envVar and update image version (#9415)

**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  # <!--(issue)-->

**⚙️ 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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ 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._
This commit is contained in:
gismo2004
2023-06-06 02:15:58 -04:00
committed by GitHub
parent 0ceb3b37e2
commit 3baa8440df
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/tasmoadmin - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmoadmin
- https://github.com/TasmoAdmin/TasmoAdmin - https://github.com/TasmoAdmin/TasmoAdmin
type: application type: application
version: 4.0.1 version: 4.0.2
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- HomeAutomation - HomeAutomation
+2 -2
View File
@@ -1,7 +1,7 @@
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/tasmoadmin repository: tccr.io/truecharts/tasmoadmin
tag: 2.4.2@sha256:5144a471e58004c129a0d800977e1e31ba4b46c52e37b9258591086161d2d96f tag: v3.0.5@sha256:7fb29077382634fbe08ba81725cb72d06e8c4be5a3b5293d347abac1f07271c0
securityContext: securityContext:
container: container:
@@ -16,7 +16,7 @@ workload:
containers: containers:
main: main:
env: env:
TASMO_DATADIR: /data TASMO_DATADIR: /data/
TASMO_DEBUG: 1 TASMO_DEBUG: 1
service: service: