diff --git a/incubator/dashdot/0.0.2/CHANGELOG.md b/incubator/dashdot/0.0.3/CHANGELOG.md
similarity index 63%
rename from incubator/dashdot/0.0.2/CHANGELOG.md
rename to incubator/dashdot/0.0.3/CHANGELOG.md
index f2fa398ef7b..21f7b666af8 100644
--- a/incubator/dashdot/0.0.2/CHANGELOG.md
+++ b/incubator/dashdot/0.0.3/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [dashdot-0.0.3](https://github.com/truecharts/apps/compare/dashdot-0.0.2...dashdot-0.0.3) (2022-06-15)
+
+#### Fix
+
+* add cap and memory mapping ([#2897](https://github.com/truecharts/apps/issues/2897))
+
+
+
### [dashdot-0.0.2](https://github.com/truecharts/apps/compare/dashdot-0.0.1...dashdot-0.0.2) (2022-06-15)
diff --git a/incubator/dashdot/0.0.2/Chart.lock b/incubator/dashdot/0.0.3/Chart.lock
similarity index 80%
rename from incubator/dashdot/0.0.2/Chart.lock
rename to incubator/dashdot/0.0.3/Chart.lock
index 8c5f7055175..6c6f63e803e 100644
--- a/incubator/dashdot/0.0.2/Chart.lock
+++ b/incubator/dashdot/0.0.3/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.0.9
digest: sha256:ecc7cc7417a00bc40309e68f23ad56ec383550afcbe45fce648a9d9771712609
-generated: "2022-06-15T07:30:51.914973008Z"
+generated: "2022-06-15T10:10:06.165835847Z"
diff --git a/incubator/dashdot/0.0.2/Chart.yaml b/incubator/dashdot/0.0.3/Chart.yaml
similarity index 98%
rename from incubator/dashdot/0.0.2/Chart.yaml
rename to incubator/dashdot/0.0.3/Chart.yaml
index 334056e5beb..e6c27916d2f 100644
--- a/incubator/dashdot/0.0.2/Chart.yaml
+++ b/incubator/dashdot/0.0.3/Chart.yaml
@@ -19,7 +19,7 @@ name: dashdot
sources:
- https://github.com/MauriceNino/dashdot
- https://hub.docker.com/r/mauricenino/dashdot
-version: 0.0.2
+version: 0.0.3
annotations:
truecharts.org/catagories: |
- media
diff --git a/incubator/dashdot/0.0.2/README.md b/incubator/dashdot/0.0.3/README.md
similarity index 100%
rename from incubator/dashdot/0.0.2/README.md
rename to incubator/dashdot/0.0.3/README.md
diff --git a/incubator/dashdot/0.0.2/app-readme.md b/incubator/dashdot/0.0.3/app-readme.md
similarity index 100%
rename from incubator/dashdot/0.0.2/app-readme.md
rename to incubator/dashdot/0.0.3/app-readme.md
diff --git a/incubator/dashdot/0.0.2/charts/common-10.0.9.tgz b/incubator/dashdot/0.0.3/charts/common-10.0.9.tgz
similarity index 100%
rename from incubator/dashdot/0.0.2/charts/common-10.0.9.tgz
rename to incubator/dashdot/0.0.3/charts/common-10.0.9.tgz
diff --git a/incubator/dashdot/0.0.2/ix_values.yaml b/incubator/dashdot/0.0.3/ix_values.yaml
similarity index 87%
rename from incubator/dashdot/0.0.2/ix_values.yaml
rename to incubator/dashdot/0.0.3/ix_values.yaml
index ae4e31b529f..4033229da3b 100644
--- a/incubator/dashdot/0.0.2/ix_values.yaml
+++ b/incubator/dashdot/0.0.3/ix_values.yaml
@@ -9,8 +9,7 @@ securityContext:
capabilities:
add:
- SYS_PTRACE
- # Test without it first
- # - SYS_ADMIN
+ - SYS_RAWIO
podSecurityContext:
runAsUser: 0
@@ -42,3 +41,9 @@ persistence:
hostPath: "/proc/1/ns/net"
mountPath: "/mnt/proc/1/ns/net"
readOnly: true
+ mem:
+ enabled: true
+ type: hostPath
+ hostPath: "/dev/mem"
+ mountPath: "/dev/mem"
+ readOnly: true
diff --git a/incubator/dashdot/0.0.2/questions.yaml b/incubator/dashdot/0.0.3/questions.yaml
similarity index 99%
rename from incubator/dashdot/0.0.2/questions.yaml
rename to incubator/dashdot/0.0.3/questions.yaml
index 3b5c1b5f786..b4d06399fe8 100644
--- a/incubator/dashdot/0.0.2/questions.yaml
+++ b/incubator/dashdot/0.0.3/questions.yaml
@@ -183,8 +183,14 @@ questions:
type: string
required: true
default: "os,cpu,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. "
+ schema:
+ type: boolean
+ default: false
- variable: oswidgetsettings
- label: "OS Widget"
+ label: "OS Widget Settings"
schema:
type: boolean
default: false
@@ -215,7 +221,7 @@ questions:
type: string
default: "300"
- variable: cpuwidgetsettings
- label: "CPU Widget"
+ label: "CPU Widget Settings"
schema:
type: boolean
default: false
@@ -258,7 +264,7 @@ questions:
type: string
default: "1000"
- variable: ramwidgetsettings
- label: "RAM Widget"
+ label: "RAM Widget Settings"
schema:
type: boolean
default: false
@@ -295,7 +301,7 @@ questions:
type: string
default: "1000"
- variable: netwidgetsettings
- label: "Network Widget"
+ label: "Network Widget Settings"
schema:
type: boolean
default: false
diff --git a/incubator/dashdot/0.0.2/security.md b/incubator/dashdot/0.0.3/security.md
similarity index 100%
rename from incubator/dashdot/0.0.2/security.md
rename to incubator/dashdot/0.0.3/security.md
diff --git a/incubator/dashdot/0.0.2/templates/common.yaml b/incubator/dashdot/0.0.3/templates/common.yaml
similarity index 100%
rename from incubator/dashdot/0.0.2/templates/common.yaml
rename to incubator/dashdot/0.0.3/templates/common.yaml
diff --git a/incubator/dashdot/0.0.2/values.yaml b/incubator/dashdot/0.0.3/values.yaml
similarity index 100%
rename from incubator/dashdot/0.0.2/values.yaml
rename to incubator/dashdot/0.0.3/values.yaml