diff --git a/stable/dashdot/1.0.15/CHANGELOG.md b/stable/dashdot/1.0.16/CHANGELOG.md similarity index 91% rename from stable/dashdot/1.0.15/CHANGELOG.md rename to stable/dashdot/1.0.16/CHANGELOG.md index 2cc9a63adca..f0876327bb3 100644 --- a/stable/dashdot/1.0.15/CHANGELOG.md +++ b/stable/dashdot/1.0.16/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [dashdot-1.0.16](https://github.com/truecharts/apps/compare/dashdot-1.0.15...dashdot-1.0.16) (2022-07-08) + +#### Chore + +* add some envs ([#3100](https://github.com/truecharts/apps/issues/3100)) + + + ### [dashdot-1.0.15](https://github.com/truecharts/apps/compare/dashdot-1.0.14...dashdot-1.0.15) (2022-07-08) @@ -88,12 +97,3 @@ #### Chore -* update docker general non-major ([#2999](https://github.com/truecharts/apps/issues/2999)) - - - - -### [dashdot-1.0.5](https://github.com/truecharts/apps/compare/dashdot-1.0.4...dashdot-1.0.5) (2022-06-26) - -#### Chore - diff --git a/stable/dashdot/1.0.15/Chart.lock b/stable/dashdot/1.0.16/Chart.lock similarity index 80% rename from stable/dashdot/1.0.15/Chart.lock rename to stable/dashdot/1.0.16/Chart.lock index 7a03be4d8d2..335d71066b8 100644 --- a/stable/dashdot/1.0.15/Chart.lock +++ b/stable/dashdot/1.0.16/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.2.0 digest: sha256:89affb18a1c45ba54589f4cea91bf10d24adb577afda10a1d217aef76b20236e -generated: "2022-07-08T06:02:33.768611077Z" +generated: "2022-07-08T06:24:29.696047435Z" diff --git a/stable/dashdot/1.0.15/Chart.yaml b/stable/dashdot/1.0.16/Chart.yaml similarity index 97% rename from stable/dashdot/1.0.15/Chart.yaml rename to stable/dashdot/1.0.16/Chart.yaml index 8d65c250d4d..f11d63ad170 100644 --- a/stable/dashdot/1.0.15/Chart.yaml +++ b/stable/dashdot/1.0.16/Chart.yaml @@ -19,7 +19,7 @@ name: dashdot sources: - https://github.com/MauriceNino/dashdot - https://hub.docker.com/r/mauricenino/dashdot -version: 1.0.15 +version: 1.0.16 annotations: truecharts.org/catagories: | - media diff --git a/stable/dashdot/1.0.15/README.md b/stable/dashdot/1.0.16/README.md similarity index 100% rename from stable/dashdot/1.0.15/README.md rename to stable/dashdot/1.0.16/README.md diff --git a/stable/dashdot/1.0.15/app-readme.md b/stable/dashdot/1.0.16/app-readme.md similarity index 100% rename from stable/dashdot/1.0.15/app-readme.md rename to stable/dashdot/1.0.16/app-readme.md diff --git a/stable/dashdot/1.0.15/charts/common-10.2.0.tgz b/stable/dashdot/1.0.16/charts/common-10.2.0.tgz similarity index 100% rename from stable/dashdot/1.0.15/charts/common-10.2.0.tgz rename to stable/dashdot/1.0.16/charts/common-10.2.0.tgz diff --git a/stable/dashdot/1.0.15/ix_values.yaml b/stable/dashdot/1.0.16/ix_values.yaml similarity index 96% rename from stable/dashdot/1.0.15/ix_values.yaml rename to stable/dashdot/1.0.16/ix_values.yaml index 9d5c431410d..2d2269dc377 100644 --- a/stable/dashdot/1.0.15/ix_values.yaml +++ b/stable/dashdot/1.0.16/ix_values.yaml @@ -26,6 +26,8 @@ env: # DASHDOT_DISABLE_INTEGRATIONS: false # DASHDOT_SHOW_HOST: true # DASHDOT_ALWAYS_SHOW_PERCENTAGES: false + # DASHDOT_FS_TYPE_FILTER: "cifs,9p,fuse.rclone,fuse.mergerfs" + # DASHDOT_FS_VIRTUAL_MOUNTS: "" # DASHDOT_OS_LABEL_LIST: "os,arch,up_since" # DASHDOT_OS_WIDGET_GROW: "1.5" # DASHDOT_OS_WIDGET_MIN_WIDTH: "300" diff --git a/stable/dashdot/1.0.15/questions.yaml b/stable/dashdot/1.0.16/questions.yaml similarity index 99% rename from stable/dashdot/1.0.15/questions.yaml rename to stable/dashdot/1.0.16/questions.yaml index 08989c0ac8c..0de91bf4a28 100644 --- a/stable/dashdot/1.0.15/questions.yaml +++ b/stable/dashdot/1.0.16/questions.yaml @@ -207,6 +207,18 @@ questions: schema: type: boolean default: false + - variable: DASHDOT_FS_TYPE_FILTER + label: "DASHDOT_FS_TYPE_FILTER" + description: "If dash. detects network drives as internal drives, you can provide a list of ignored FS types here." + schema: + type: string + default: "cifs,9p,fuse.rclone,fuse.mergerfs" + - variable: DASHDOT_FS_VIRTUAL_MOUNTS + label: "DASHDOT_FS_VIRTUAL_MOUNTS" + description: "If you want to show a virtual mount in the storage split view, that is ignored in the filter above. Can be used for example to show fuse.mergerfs mounts, which is basically a grouping of other mounts." + schema: + type: string + default: "" - variable: oswidgetsettings label: "OS Widget Settings" schema: diff --git a/stable/dashdot/1.0.15/templates/common.yaml b/stable/dashdot/1.0.16/templates/common.yaml similarity index 100% rename from stable/dashdot/1.0.15/templates/common.yaml rename to stable/dashdot/1.0.16/templates/common.yaml diff --git a/stable/dashdot/1.0.15/values.yaml b/stable/dashdot/1.0.16/values.yaml similarity index 100% rename from stable/dashdot/1.0.15/values.yaml rename to stable/dashdot/1.0.16/values.yaml