Merge branch 'main' of https://gitea.alexlebens.net/alexlebens/infrastructure
All checks were successful
renovate / renovate (push) Successful in 1m56s
All checks were successful
renovate / renovate (push) Successful in 1m56s
This commit is contained in:
9
clusters/cl01tl/helm/houndarr/Chart.lock
Normal file
9
clusters/cl01tl/helm/houndarr/Chart.lock
Normal file
@@ -0,0 +1,9 @@
|
||||
dependencies:
|
||||
- name: app-template
|
||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||
version: 4.6.2
|
||||
- name: volsync-target
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
version: 0.8.0
|
||||
digest: sha256:375d6c2eb2f097717c44c5a28cb162da24f4ff154a971e5a68ccd0e0b77e936f
|
||||
generated: "2026-03-21T22:31:01.142752-05:00"
|
||||
@@ -14,6 +14,10 @@ houndarr:
|
||||
env:
|
||||
- name: TZ
|
||||
value: America/Chicago
|
||||
- name: PUID
|
||||
value: 1000
|
||||
- name: PGID
|
||||
value: 1000
|
||||
- name: HOUNDARR_SECURE_COOKIES
|
||||
value: true
|
||||
- name: HOUNDARR_TRUSTED_PROXIES
|
||||
@@ -64,6 +68,11 @@ houndarr:
|
||||
readOnly: false
|
||||
volsync-target-data:
|
||||
pvcTarget: houndarr-data
|
||||
moverSecurityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
local:
|
||||
enabled: true
|
||||
schedule: 40 11 * * *
|
||||
|
||||
Reference in New Issue
Block a user