Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
58865e1831
commit
cb346f4677
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [watchyourlan-5.0.6](https://github.com/truecharts/charts/compare/watchyourlan-5.0.5...watchyourlan-5.0.6) (2023-10-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/watchyourlan to v1.0.4 ([#13621](https://github.com/truecharts/charts/issues/13621))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [watchyourlan-5.1.0](https://github.com/truecharts/charts/compare/watchyourlan-5.0.6...watchyourlan-5.1.0) (2023-10-27)
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix networking + capabilities ([#13979](https://github.com/truecharts/charts/issues/13979))
|
||||
|
||||
|
||||
|
||||
|
||||
## [watchyourlan-5.0.6](https://github.com/truecharts/charts/compare/watchyourlan-5.0.5...watchyourlan-5.0.6) (2023-10-14)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
||||
|
||||
|
||||
|
||||
|
||||
## [watchyourlan-4.0.24](https://github.com/truecharts/charts/compare/watchyourlan-4.0.23...watchyourlan-4.0.24) (2023-06-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
|
||||
|
|
@ -19,7 +19,7 @@ name: watchyourlan
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/watchyourlan
|
||||
- https://github.com/aceberg/WatchYourLAN
|
||||
version: 5.0.6
|
||||
version: 5.1.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [watchyourlan-5.1.0](https://github.com/truecharts/charts/compare/watchyourlan-5.0.6...watchyourlan-5.1.0) (2023-10-27)
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix networking + capabilities ([#13979](https://github.com/truecharts/charts/issues/13979))
|
||||
|
||||
|
|
@ -2,7 +2,20 @@ image:
|
|||
repository: tccr.io/truecharts/watchyourlan
|
||||
tag: v1.0.4@sha256:d9e102b153f7195fd72c6d8da13633373948fcee60873ab531e939f42222945c
|
||||
pullPolicy: IfNotPresent
|
||||
hostNetwork: true
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
capabilities:
|
||||
add:
|
||||
- NET_RAW
|
||||
|
||||
podOptions:
|
||||
hostNetwork: true
|
||||
|
||||
watchyourlan:
|
||||
gui_ip: "0.0.0.0"
|
||||
interfaces:
|
||||
|
@ -10,6 +23,7 @@ watchyourlan:
|
|||
theme: darkly
|
||||
timeout: 300
|
||||
shoutrrr_url: ""
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
@ -23,12 +37,7 @@ persistence:
|
|||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
Loading…
Reference in New Issue