Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user