Commit daily changes

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2024-07-18 00:15:38 +00:00
parent 1f6ef396d8
commit a560d63ec4
3 changed files with 15 additions and 8 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.11"
truecharts.org/train: system truecharts.org/train: system
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: 3.18.4
dependencies: dependencies:
- name: common - name: common
version: 24.1.5 version: 24.1.5
@@ -31,7 +31,7 @@ name: lvm-disk-watcher
sources: sources:
- https://github.com/lvm-disk-watcher/lvm-disk-watcher - 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/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 - https://lvm-disk-watcher.universe.tf
type: application type: application
version: 0.0.1 version: 0.0.1
+4 -4
View File
@@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps. 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 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)** **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. 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) 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. All our charts have dedicated documentation pages.
The documentation for this chart can be found here: 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 ## 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 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. 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. 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) For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](/common)
+9 -2
View File
@@ -28,7 +28,6 @@ workload:
startup: startup:
enabled: false enabled: false
configmap: configmap:
disk-config: disk-config:
enabled: true enabled: true
@@ -59,7 +58,15 @@ securityContext:
capabilities: capabilities:
drop: drop:
- ALL - 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: pod:
fsGroup: 0 fsGroup: 0
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch