diff --git a/stable/dashdot/1.0.12/CHANGELOG.md b/stable/dashdot/1.0.13/CHANGELOG.md similarity index 90% rename from stable/dashdot/1.0.12/CHANGELOG.md rename to stable/dashdot/1.0.13/CHANGELOG.md index d3310c88a7..bd04667342 100644 --- a/stable/dashdot/1.0.12/CHANGELOG.md +++ b/stable/dashdot/1.0.13/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [dashdot-1.0.13](https://github.com/truecharts/apps/compare/dashdot-1.0.12...dashdot-1.0.13) (2022-07-06) + +#### Chore + +* apply some changes to be insync with the new app release ([#3082](https://github.com/truecharts/apps/issues/3082)) + + + ### [dashdot-1.0.12](https://github.com/truecharts/apps/compare/dashdot-1.0.11...dashdot-1.0.12) (2022-07-06) @@ -88,12 +97,3 @@ #### Chore -* update helm general non-major helm releases ([#2977](https://github.com/truecharts/apps/issues/2977)) - - - - -### [dashdot-1.0.2](https://github.com/truecharts/apps/compare/dashdot-1.0.1...dashdot-1.0.2) (2022-06-22) - -#### Chore - diff --git a/stable/dashdot/1.0.12/Chart.lock b/stable/dashdot/1.0.13/Chart.lock similarity index 80% rename from stable/dashdot/1.0.12/Chart.lock rename to stable/dashdot/1.0.13/Chart.lock index c1005194c5..88fd96a5c5 100644 --- a/stable/dashdot/1.0.12/Chart.lock +++ b/stable/dashdot/1.0.13/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.2.0 digest: sha256:89affb18a1c45ba54589f4cea91bf10d24adb577afda10a1d217aef76b20236e -generated: "2022-07-06T06:14:54.864593546Z" +generated: "2022-07-06T08:02:17.186858558Z" diff --git a/stable/dashdot/1.0.12/Chart.yaml b/stable/dashdot/1.0.13/Chart.yaml similarity index 97% rename from stable/dashdot/1.0.12/Chart.yaml rename to stable/dashdot/1.0.13/Chart.yaml index 2a76cf67f4..05fd424e96 100644 --- a/stable/dashdot/1.0.12/Chart.yaml +++ b/stable/dashdot/1.0.13/Chart.yaml @@ -19,7 +19,7 @@ name: dashdot sources: - https://github.com/MauriceNino/dashdot - https://hub.docker.com/r/mauricenino/dashdot -version: 1.0.12 +version: 1.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/dashdot/1.0.12/README.md b/stable/dashdot/1.0.13/README.md similarity index 100% rename from stable/dashdot/1.0.12/README.md rename to stable/dashdot/1.0.13/README.md diff --git a/stable/dashdot/1.0.12/app-readme.md b/stable/dashdot/1.0.13/app-readme.md similarity index 100% rename from stable/dashdot/1.0.12/app-readme.md rename to stable/dashdot/1.0.13/app-readme.md diff --git a/stable/dashdot/1.0.12/charts/common-10.2.0.tgz b/stable/dashdot/1.0.13/charts/common-10.2.0.tgz similarity index 100% rename from stable/dashdot/1.0.12/charts/common-10.2.0.tgz rename to stable/dashdot/1.0.13/charts/common-10.2.0.tgz diff --git a/stable/dashdot/1.0.12/ix_values.yaml b/stable/dashdot/1.0.13/ix_values.yaml similarity index 93% rename from stable/dashdot/1.0.12/ix_values.yaml rename to stable/dashdot/1.0.13/ix_values.yaml index 5a2a9eec46..73ee9ef6f2 100644 --- a/stable/dashdot/1.0.12/ix_values.yaml +++ b/stable/dashdot/1.0.13/ix_values.yaml @@ -78,17 +78,11 @@ service: port: 10044 persistence: - os: + host-mnt: enabled: true type: hostPath - hostPath: "/etc/os-release" - mountPath: "/etc/os-release" - readOnly: true - net: - enabled: true - type: hostPath - hostPath: "/proc/1/ns/net" - mountPath: "/mnt/proc/1/ns/net" + hostPath: "/" + mountPath: "/mnt/host" readOnly: true mem: enabled: true diff --git a/stable/dashdot/1.0.12/questions.yaml b/stable/dashdot/1.0.13/questions.yaml similarity index 100% rename from stable/dashdot/1.0.12/questions.yaml rename to stable/dashdot/1.0.13/questions.yaml diff --git a/stable/dashdot/1.0.12/security.md b/stable/dashdot/1.0.13/security.md similarity index 100% rename from stable/dashdot/1.0.12/security.md rename to stable/dashdot/1.0.13/security.md diff --git a/stable/dashdot/1.0.12/templates/common.yaml b/stable/dashdot/1.0.13/templates/common.yaml similarity index 100% rename from stable/dashdot/1.0.12/templates/common.yaml rename to stable/dashdot/1.0.13/templates/common.yaml diff --git a/stable/dashdot/1.0.12/values.yaml b/stable/dashdot/1.0.13/values.yaml similarity index 100% rename from stable/dashdot/1.0.12/values.yaml rename to stable/dashdot/1.0.13/values.yaml