apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: unpackerr namespace: download spec: interval: 5m chart: spec: chart: app-template version: 1.3.x sourceRef: kind: HelmRepository name: bjws-charts namespace: flux-system values: image: repository: ghcr.io/onedr0p/unpackerr tag: "0.12.0" service: main: enabled: false probes: liveness: enabled: false startup: enabled: false ingress: main: enabled: false persistence: config: enabled: true type: configMap name: unpackerr-configmap items: - key: unpackerr-conf path: "unpackerr.conf" storage: enabled: true type: hostPath hostPath: /mnt/MainPool/Media mountPath: /storage podSecurityContext: runAsNonRoot: true runAsUser: 10000 runAsGroup: 10000 fsGroup: 10000 fsGroupChangePolicy: OnRootMismatch resources: requests: cpu: 2m memory: 6Mi limits: memory: 20Mi