diff --git a/clusters/cl01tl/applications/lidarr2/values.yaml b/clusters/cl01tl/applications/lidarr2/values.yaml index 8c910d896..16fc9f7e9 100644 --- a/clusters/cl01tl/applications/lidarr2/values.yaml +++ b/clusters/cl01tl/applications/lidarr2/values.yaml @@ -14,36 +14,16 @@ lidarr2: containers: main: image: - repository: ghcr.io/onedr0p/lidarr - tag: 2.4.3.4248 + repository: ghcr.io/linuxserver/lidarr + tag: 2.8.2@sha256:f502893fc25fffd9012d85e7bf0670a948783975b9c8d91372869f072389342b pullPolicy: IfNotPresent env: - name: TZ value: US/Central - - name: LIDARR__POSTGRES_MAIN_DB - value: lidarr-main - - name: LIDARR__POSTGRES_LOG_DB - value: lidarr-log - - name: LIDARR__POSTGRES_HOST - valueFrom: - secretKeyRef: - name: lidarr2-postgresql-17-cluster-app - key: host - - name: LIDARR__POSTGRES_PORT - valueFrom: - secretKeyRef: - name: lidarr2-postgresql-17-cluster-app - key: port - - name: LIDARR__POSTGRES_USER - valueFrom: - secretKeyRef: - name: lidarr2-postgresql-17-cluster-app - key: username - - name: LIDARR__POSTGRES_PASSWORD - valueFrom: - secretKeyRef: - name: lidarr2-postgresql-17-cluster-app - key: password + - name: PUID + value: 1000 + - name: PGID + value: 1000 probes: liveness: enabled: false