From f1ebc016cb7a376016e1b64f5e8d4f4482d59675 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 6 Jul 2022 11:00:20 +0300 Subject: [PATCH] chore(dashdot): apply some changes to be insync with the new app release (#3082) * chore(dashdot): apply some changes to be insync with the new app release * bump * remove /etc/os-release --- charts/stable/dashdot/Chart.yaml | 2 +- charts/stable/dashdot/values.yaml | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/charts/stable/dashdot/Chart.yaml b/charts/stable/dashdot/Chart.yaml index 2a76cf67f4a..05fd424e967 100644 --- a/charts/stable/dashdot/Chart.yaml +++ b/charts/stable/dashdot/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/charts/stable/dashdot/values.yaml b/charts/stable/dashdot/values.yaml index 5a2a9eec46a..73ee9ef6f2a 100644 --- a/charts/stable/dashdot/values.yaml +++ b/charts/stable/dashdot/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