From a560d63ec44f9785873ad05bc952d75dbc2a3396 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 18 Jul 2024 00:15:38 +0000 Subject: [PATCH] Commit daily changes Signed-off-by: TrueCharts-Bot --- charts/system/lvm-disk-watcher/Chart.yaml | 4 ++-- charts/system/lvm-disk-watcher/README.md | 8 ++++---- charts/system/lvm-disk-watcher/values.yaml | 11 +++++++++-- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/charts/system/lvm-disk-watcher/Chart.yaml b/charts/system/lvm-disk-watcher/Chart.yaml index 04ab3ec8438..dbf30e948a8 100644 --- a/charts/system/lvm-disk-watcher/Chart.yaml +++ b/charts/system/lvm-disk-watcher/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: system apiVersion: v2 -appVersion: latest +appVersion: 3.18.4 dependencies: - name: common version: 24.1.5 @@ -31,7 +31,7 @@ name: lvm-disk-watcher sources: - https://github.com/lvm-disk-watcher/lvm-disk-watcher - https://github.com/truecharts/charts/tree/master/charts/system/lvm-disk-watcher - - https://github.com/truecharts/containers/tree/master/apps/alpine + - https://github.com/truecharts/containers/tree/master/apps/lvm-disk-watcher - https://lvm-disk-watcher.universe.tf type: application version: 0.0.1 diff --git a/charts/system/lvm-disk-watcher/README.md b/charts/system/lvm-disk-watcher/README.md index b069770b679..77d17283502 100644 --- a/charts/system/lvm-disk-watcher/README.md +++ b/charts/system/lvm-disk-watcher/README.md @@ -7,7 +7,7 @@ title: README TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible -For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/spegel) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/lvm-disk-watcher) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** @@ -17,7 +17,7 @@ For more information about this Chart, please check the docs on the TrueCharts [ To install TrueCharts Helm charts using Helm, you can use our OCI Repository. -`helm install mychart oci://tccr.io/truecharts/spegel` +`helm install mychart oci://tccr.io/truecharts/lvm-disk-watcher` For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides) @@ -30,7 +30,7 @@ For more information on how to use TrueCharts as TrueNAS SCALE Apps, please chec All our charts have dedicated documentation pages. The documentation for this chart can be found here: -https://truecharts.org/charts/system/spegel +https://truecharts.org/charts/system/lvm-disk-watcher ## Configuration Options @@ -38,7 +38,7 @@ Please note: For TrueNAS SCALE, only options available in the GUI are supported. Hence most of these docs do not apply to TrueNAS SCALE To view the chart specific options, please view Values.yaml included in the chart. -The most recent version of which, is available here: https://github.com/truecharts/charts/blob/master/charts/system/spegel/values.yaml +The most recent version of which, is available here: https://github.com/truecharts/charts/blob/master/charts/system/lvm-disk-watcher/values.yaml All our Charts use a shared "common" library chart that contains most of the templating and options. For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](/common) diff --git a/charts/system/lvm-disk-watcher/values.yaml b/charts/system/lvm-disk-watcher/values.yaml index a9e94902bf6..8ca90ada432 100644 --- a/charts/system/lvm-disk-watcher/values.yaml +++ b/charts/system/lvm-disk-watcher/values.yaml @@ -28,7 +28,6 @@ workload: startup: enabled: false - configmap: disk-config: enabled: true @@ -59,7 +58,15 @@ securityContext: capabilities: drop: - ALL - add: ["SYS_ADMIN", "MKNOD", "SYS_RAWIO", "SYS_PTRACE", "NET_ADMIN", "SYS_MODULE"] + add: + [ + "SYS_ADMIN", + "MKNOD", + "SYS_RAWIO", + "SYS_PTRACE", + "NET_ADMIN", + "SYS_MODULE", + ] pod: fsGroup: 0 fsGroupChangePolicy: OnRootMismatch