diff --git a/stable/dashdot/1.0.3/CHANGELOG.md b/stable/dashdot/1.0.4/CHANGELOG.md
similarity index 91%
rename from stable/dashdot/1.0.3/CHANGELOG.md
rename to stable/dashdot/1.0.4/CHANGELOG.md
index 8e4f13fe8e..385f8128ff 100644
--- a/stable/dashdot/1.0.3/CHANGELOG.md
+++ b/stable/dashdot/1.0.4/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [dashdot-1.0.4](https://github.com/truecharts/apps/compare/dashdot-1.0.3...dashdot-1.0.4) (2022-06-26)
+
+#### Chore
+
+* add 2 env vars in gui ([#2992](https://github.com/truecharts/apps/issues/2992))
+
+
+
### [dashdot-1.0.3](https://github.com/truecharts/apps/compare/dashdot-1.0.2...dashdot-1.0.3) (2022-06-25)
@@ -88,12 +97,3 @@
#### Chore
-* update docker general non-major ([#2890](https://github.com/truecharts/apps/issues/2890))
-
-
-
-
-### dashdot-0.0.1 (2022-06-14)
-
-#### Feat
-
diff --git a/stable/dashdot/1.0.3/Chart.lock b/stable/dashdot/1.0.4/Chart.lock
similarity index 80%
rename from stable/dashdot/1.0.3/Chart.lock
rename to stable/dashdot/1.0.4/Chart.lock
index 3494f480bf..f5ec5f438c 100644
--- a/stable/dashdot/1.0.3/Chart.lock
+++ b/stable/dashdot/1.0.4/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.1.4
digest: sha256:0f159b86b96bd27bd8d967476e26de9a2a6db995faf0c091cbf1281ee4c4e3a2
-generated: "2022-06-25T13:16:31.275768872Z"
+generated: "2022-06-26T10:12:35.961510966Z"
diff --git a/stable/dashdot/1.0.3/Chart.yaml b/stable/dashdot/1.0.4/Chart.yaml
similarity index 98%
rename from stable/dashdot/1.0.3/Chart.yaml
rename to stable/dashdot/1.0.4/Chart.yaml
index 649637e4cf..e8f8c7b4cb 100644
--- a/stable/dashdot/1.0.3/Chart.yaml
+++ b/stable/dashdot/1.0.4/Chart.yaml
@@ -19,7 +19,7 @@ name: dashdot
sources:
- https://github.com/MauriceNino/dashdot
- https://hub.docker.com/r/mauricenino/dashdot
-version: 1.0.3
+version: 1.0.4
annotations:
truecharts.org/catagories: |
- media
diff --git a/stable/dashdot/1.0.3/README.md b/stable/dashdot/1.0.4/README.md
similarity index 100%
rename from stable/dashdot/1.0.3/README.md
rename to stable/dashdot/1.0.4/README.md
diff --git a/stable/dashdot/1.0.3/app-readme.md b/stable/dashdot/1.0.4/app-readme.md
similarity index 100%
rename from stable/dashdot/1.0.3/app-readme.md
rename to stable/dashdot/1.0.4/app-readme.md
diff --git a/stable/dashdot/1.0.3/charts/common-10.1.4.tgz b/stable/dashdot/1.0.4/charts/common-10.1.4.tgz
similarity index 100%
rename from stable/dashdot/1.0.3/charts/common-10.1.4.tgz
rename to stable/dashdot/1.0.4/charts/common-10.1.4.tgz
diff --git a/stable/dashdot/1.0.3/ix_values.yaml b/stable/dashdot/1.0.4/ix_values.yaml
similarity index 97%
rename from stable/dashdot/1.0.3/ix_values.yaml
rename to stable/dashdot/1.0.4/ix_values.yaml
index 9b7a0376bd..a545df3f49 100644
--- a/stable/dashdot/1.0.3/ix_values.yaml
+++ b/stable/dashdot/1.0.4/ix_values.yaml
@@ -22,6 +22,8 @@ env:
# User Defined
# DASHDOT_WIDGET_LIST: os,cpu,storage,ram,network
# DASHDOT_ACCEPT_OOKLA_EULA: true
+ # DASHDOT_USE_IMPERIAL: false
+ # DASHDOT_DISABLE_INTEGRATIONS: false
# DASHDOT_DISABLE_HOST: false
# DASHDOT_OS_LABEL_LIST: "os,arch,up_since"
# DASHDOT_OS_WIDGET_GROW: "1.5"
diff --git a/stable/dashdot/1.0.3/questions.yaml b/stable/dashdot/1.0.4/questions.yaml
similarity index 99%
rename from stable/dashdot/1.0.3/questions.yaml
rename to stable/dashdot/1.0.4/questions.yaml
index 0750629089..64a3c4b1fb 100644
--- a/stable/dashdot/1.0.3/questions.yaml
+++ b/stable/dashdot/1.0.4/questions.yaml
@@ -185,7 +185,19 @@ questions:
default: "os,cpu,storage,ram,network"
- variable: DASHDOT_ACCEPT_OOKLA_EULA
label: "DASHDOT_ACCEPT_OOKLA_EULA"
- description: "Use the newer and more accurate speedtest tool from Ookla, instead of the old speedtest-cli for your speedtests. "
+ description: "Use the newer and more accurate speedtest tool from Ookla, instead of the old speedtest-cli for your speedtests."
+ schema:
+ type: boolean
+ default: false
+ - variable: DASHDOT_USE_IMPERIAL
+ label: "DASHDOT_USE_IMPERIAL"
+ description: "Shows any units in the imperial system, instead of the default metric."
+ schema:
+ type: boolean
+ default: false
+ - variable: DASHDOT_DISABLE_INTEGRATIONS
+ label: "DASHDOT_DISABLE_INTEGRATIONS"
+ description: "Disables support for integrations. This does two things: disable CORS and disable open API endpoints."
schema:
type: boolean
default: false
diff --git a/stable/dashdot/1.0.3/security.md b/stable/dashdot/1.0.4/security.md
similarity index 100%
rename from stable/dashdot/1.0.3/security.md
rename to stable/dashdot/1.0.4/security.md
diff --git a/stable/dashdot/1.0.3/templates/common.yaml b/stable/dashdot/1.0.4/templates/common.yaml
similarity index 100%
rename from stable/dashdot/1.0.3/templates/common.yaml
rename to stable/dashdot/1.0.4/templates/common.yaml
diff --git a/stable/dashdot/1.0.3/values.yaml b/stable/dashdot/1.0.4/values.yaml
similarity index 100%
rename from stable/dashdot/1.0.3/values.yaml
rename to stable/dashdot/1.0.4/values.yaml