diff --git a/incubator/tasmoadmin/4.0.1/app-changelog.md b/incubator/tasmoadmin/4.0.1/app-changelog.md deleted file mode 100644 index 13e2c8fd647..00000000000 --- a/incubator/tasmoadmin/4.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [tasmoadmin-4.0.1](https://github.com/truecharts/charts/compare/tasmoadmin-4.0.0...tasmoadmin-4.0.1) (2023-06-04) - -### Chore - -- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393)) - - \ No newline at end of file diff --git a/incubator/tasmoadmin/4.0.1/CHANGELOG.md b/incubator/tasmoadmin/4.0.2/CHANGELOG.md similarity index 90% rename from incubator/tasmoadmin/4.0.1/CHANGELOG.md rename to incubator/tasmoadmin/4.0.2/CHANGELOG.md index c4dbdf4a67c..2005b0945f7 100644 --- a/incubator/tasmoadmin/4.0.1/CHANGELOG.md +++ b/incubator/tasmoadmin/4.0.2/CHANGELOG.md @@ -4,6 +4,15 @@ +## [tasmoadmin-4.0.2](https://github.com/truecharts/charts/compare/tasmoadmin-4.0.1...tasmoadmin-4.0.2) (2023-06-06) + +### Fix + +- fix envVar and update image version ([#9415](https://github.com/truecharts/charts/issues/9415)) + + + + ## [tasmoadmin-4.0.1](https://github.com/truecharts/charts/compare/tasmoadmin-4.0.0...tasmoadmin-4.0.1) (2023-06-04) ### Chore @@ -88,12 +97,3 @@ ## [tasmoadmin-2.0.4](https://github.com/truecharts/charts/compare/tasmoadmin-2.0.3...tasmoadmin-2.0.4) (2022-12-19) -### Chore - -- update helm general non-major - - - - -## [tasmoadmin-2.0.3](https://github.com/truecharts/charts/compare/tasmoadmin-2.0.2...tasmoadmin-2.0.3) (2022-12-13) - diff --git a/incubator/tasmoadmin/4.0.1/Chart.yaml b/incubator/tasmoadmin/4.0.2/Chart.yaml similarity index 98% rename from incubator/tasmoadmin/4.0.1/Chart.yaml rename to incubator/tasmoadmin/4.0.2/Chart.yaml index 155d1f1888c..50e1732b260 100644 --- a/incubator/tasmoadmin/4.0.1/Chart.yaml +++ b/incubator/tasmoadmin/4.0.2/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/incubator/tasmoadmin/4.0.1/README.md b/incubator/tasmoadmin/4.0.2/README.md similarity index 100% rename from incubator/tasmoadmin/4.0.1/README.md rename to incubator/tasmoadmin/4.0.2/README.md diff --git a/incubator/tasmoadmin/4.0.2/app-changelog.md b/incubator/tasmoadmin/4.0.2/app-changelog.md new file mode 100644 index 00000000000..c820caaf2d8 --- /dev/null +++ b/incubator/tasmoadmin/4.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tasmoadmin-4.0.2](https://github.com/truecharts/charts/compare/tasmoadmin-4.0.1...tasmoadmin-4.0.2) (2023-06-06) + +### Fix + +- fix envVar and update image version ([#9415](https://github.com/truecharts/charts/issues/9415)) + + \ No newline at end of file diff --git a/incubator/tasmoadmin/4.0.1/app-readme.md b/incubator/tasmoadmin/4.0.2/app-readme.md similarity index 100% rename from incubator/tasmoadmin/4.0.1/app-readme.md rename to incubator/tasmoadmin/4.0.2/app-readme.md diff --git a/incubator/tasmoadmin/4.0.1/charts/common-12.12.1.tgz b/incubator/tasmoadmin/4.0.2/charts/common-12.12.1.tgz similarity index 100% rename from incubator/tasmoadmin/4.0.1/charts/common-12.12.1.tgz rename to incubator/tasmoadmin/4.0.2/charts/common-12.12.1.tgz diff --git a/incubator/tasmoadmin/4.0.1/ix_values.yaml b/incubator/tasmoadmin/4.0.2/ix_values.yaml similarity index 80% rename from incubator/tasmoadmin/4.0.1/ix_values.yaml rename to incubator/tasmoadmin/4.0.2/ix_values.yaml index 19282c3d5dd..e6c6dd4aa6a 100644 --- a/incubator/tasmoadmin/4.0.1/ix_values.yaml +++ b/incubator/tasmoadmin/4.0.2/ix_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: diff --git a/incubator/tasmoadmin/4.0.1/questions.yaml b/incubator/tasmoadmin/4.0.2/questions.yaml similarity index 100% rename from incubator/tasmoadmin/4.0.1/questions.yaml rename to incubator/tasmoadmin/4.0.2/questions.yaml diff --git a/incubator/tasmoadmin/4.0.1/templates/common.yaml b/incubator/tasmoadmin/4.0.2/templates/common.yaml similarity index 100% rename from incubator/tasmoadmin/4.0.1/templates/common.yaml rename to incubator/tasmoadmin/4.0.2/templates/common.yaml diff --git a/incubator/tasmoadmin/4.0.1/values.yaml b/incubator/tasmoadmin/4.0.2/values.yaml similarity index 100% rename from incubator/tasmoadmin/4.0.1/values.yaml rename to incubator/tasmoadmin/4.0.2/values.yaml