diff --git a/projects/arrstack/project.yaml b/projects/arrstack/project.yaml index 09640a1b..9d504aa2 100644 --- a/projects/arrstack/project.yaml +++ b/projects/arrstack/project.yaml @@ -22,10 +22,9 @@ apps: - name: jackett namespace: jackett chart: jackett - targetRevision: 11.2.0 + repoURL: https://lib42.github.io/charts + targetRevision: 1.0.0 include: - - noRoot - - tmpdirs - ingress-internal - name: sonarr diff --git a/projects/arrstack/values/jackett.yaml b/projects/arrstack/values/jackett.yaml index e6bb1cf0..a966367b 100644 --- a/projects/arrstack/values/jackett.yaml +++ b/projects/arrstack/values/jackett.yaml @@ -18,9 +18,6 @@ ingress: hosts: - jackett.dc -securityContext: - privileged: false - persistence: config: enabled: true @@ -33,4 +30,3 @@ persistence: type: hostPath hostPath: /data/torrent/watched readOnly: false -