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
This commit is contained in:
@@ -19,7 +19,7 @@ name: dashdot
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/MauriceNino/dashdot
|
- https://github.com/MauriceNino/dashdot
|
||||||
- https://hub.docker.com/r/mauricenino/dashdot
|
- https://hub.docker.com/r/mauricenino/dashdot
|
||||||
version: 1.0.12
|
version: 1.0.13
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -78,17 +78,11 @@ service:
|
|||||||
port: 10044
|
port: 10044
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
os:
|
host-mnt:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: "/etc/os-release"
|
hostPath: "/"
|
||||||
mountPath: "/etc/os-release"
|
mountPath: "/mnt/host"
|
||||||
readOnly: true
|
|
||||||
net:
|
|
||||||
enabled: true
|
|
||||||
type: hostPath
|
|
||||||
hostPath: "/proc/1/ns/net"
|
|
||||||
mountPath: "/mnt/proc/1/ns/net"
|
|
||||||
readOnly: true
|
readOnly: true
|
||||||
mem:
|
mem:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user