Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1c63a8ad0c
commit
5fe5adb08d
|
@ -1,6 +1,15 @@
|
||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="dashdot-1.0.13"></a>
|
||||||
|
### [dashdot-1.0.13](https://github.com/truecharts/apps/compare/dashdot-1.0.12...dashdot-1.0.13) (2022-07-06)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* apply some changes to be insync with the new app release ([#3082](https://github.com/truecharts/apps/issues/3082))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="dashdot-1.0.12"></a>
|
<a name="dashdot-1.0.12"></a>
|
||||||
### [dashdot-1.0.12](https://github.com/truecharts/apps/compare/dashdot-1.0.11...dashdot-1.0.12) (2022-07-06)
|
### [dashdot-1.0.12](https://github.com/truecharts/apps/compare/dashdot-1.0.11...dashdot-1.0.12) (2022-07-06)
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
#### Chore
|
#### Chore
|
||||||
|
|
||||||
* update helm general non-major helm releases ([#2977](https://github.com/truecharts/apps/issues/2977))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="dashdot-1.0.2"></a>
|
|
||||||
### [dashdot-1.0.2](https://github.com/truecharts/apps/compare/dashdot-1.0.1...dashdot-1.0.2) (2022-06-22)
|
|
||||||
|
|
||||||
#### Chore
|
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 10.2.0
|
version: 10.2.0
|
||||||
digest: sha256:89affb18a1c45ba54589f4cea91bf10d24adb577afda10a1d217aef76b20236e
|
digest: sha256:89affb18a1c45ba54589f4cea91bf10d24adb577afda10a1d217aef76b20236e
|
||||||
generated: "2022-07-06T06:14:54.864593546Z"
|
generated: "2022-07-06T08:02:17.186858558Z"
|
|
@ -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
|
Loading…
Reference in New Issue