diff --git a/clusters/cl01tl/helm/qbittorrent/templates/external-secret.yaml b/clusters/cl01tl/helm/qbittorrent/templates/external-secret.yaml index 9b9f481e6..a978f5319 100644 --- a/clusters/cl01tl/helm/qbittorrent/templates/external-secret.yaml +++ b/clusters/cl01tl/helm/qbittorrent/templates/external-secret.yaml @@ -48,6 +48,10 @@ spec: remoteRef: key: /cl01tl/qbittorrent/qbit-manage property: ntfy-url + - secretKey: config.yml + remoteRef: + key: /cl01tl/qbittorrent/qbit-manage + property: config.yml --- apiVersion: external-secrets.io/v1 diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index 333ec17c4..503a9b063 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -349,8 +349,8 @@ qbittorrent: subPath: update.sh qbit-manage-config: enabled: true - type: configMap - name: qbit-manage-config + type: secret + name: qbittorrent-qbit-manage-config advancedMounts: qbit-manage: init-copy-config: diff --git a/clusters/cl01tl/helm/talos/templates/config.yaml b/clusters/cl01tl/helm/talos/templates/config.yaml index 037570f7f..8a6168289 100644 --- a/clusters/cl01tl/helm/talos/templates/config.yaml +++ b/clusters/cl01tl/helm/talos/templates/config.yaml @@ -134,8 +134,8 @@ data: --silent \ --write-out '%{http_code}' \ -H "Authorization: Bearer ${NTFY_TOKEN}" \ - -H "X-Priority: 5" \ - -H "X-Tags: warning" \ + -H "X-Priority: 3" \ + -H "X-Tags: completed" \ -H "X-Title: Talos Backup Prune Success for ${TARGET}" \ -d "$MESSAGE" \ ${NTFY_ENDPOINT}/${NTFY_TOPIC} diff --git a/renovate.json b/renovate.json index e8b91a606..96f40ee43 100644 --- a/renovate.json +++ b/renovate.json @@ -124,7 +124,8 @@ "matchPackageNames": [ "excalidraw/excalidraw", "searxng/searxng", - "d3fk/s3cmd" + "d3fk/s3cmd", + "ghcr.io/linuxserver/lidarr" ], "addLabels": [ "automerge"