tmp/houndarr (#4972)
Reviewed-on: #4972
This commit was merged in pull request #4972.
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:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: America/Chicago
|
value: America/Chicago
|
||||||
|
- name: PUID
|
||||||
|
value: 1000
|
||||||
|
- name: PGID
|
||||||
|
value: 1000
|
||||||
- name: HOUNDARR_SECURE_COOKIES
|
- name: HOUNDARR_SECURE_COOKIES
|
||||||
value: true
|
value: true
|
||||||
- name: HOUNDARR_TRUSTED_PROXIES
|
- name: HOUNDARR_TRUSTED_PROXIES
|
||||||
@@ -64,6 +68,11 @@ houndarr:
|
|||||||
readOnly: false
|
readOnly: false
|
||||||
volsync-target-data:
|
volsync-target-data:
|
||||||
pvcTarget: houndarr-data
|
pvcTarget: houndarr-data
|
||||||
|
moverSecurityContext:
|
||||||
|
runAsUser: 1000
|
||||||
|
runAsGroup: 1000
|
||||||
|
fsGroup: 1000
|
||||||
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
local:
|
local:
|
||||||
enabled: true
|
enabled: true
|
||||||
schedule: 40 11 * * *
|
schedule: 40 11 * * *
|
||||||
|
|||||||
Reference in New Issue
Block a user