From c101e1f3facba2d41a19eed68532533544143994 Mon Sep 17 00:00:00 2001 From: Pascal Reeb Date: Sat, 21 Sep 2024 02:33:02 +0200 Subject: [PATCH] feat(*arr): enable setting resources on exporter sidecar --- charts/prowlarr/Chart.yaml | 2 +- charts/prowlarr/README.md | 2 +- charts/prowlarr/templates/common.yaml | 4 ++++ charts/readarr/Chart.yaml | 2 +- charts/readarr/README.md | 2 +- charts/readarr/templates/common.yaml | 4 ++++ charts/sonarr/Chart.yaml | 2 +- charts/sonarr/README.md | 2 +- charts/sonarr/templates/common.yaml | 4 ++++ 9 files changed, 18 insertions(+), 6 deletions(-) diff --git a/charts/prowlarr/Chart.yaml b/charts/prowlarr/Chart.yaml index 52e0ca5b..e5702d79 100644 --- a/charts/prowlarr/Chart.yaml +++ b/charts/prowlarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: prowlarr description: Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps type: application -version: 1.35.0 +version: 1.35.1 # renovate: image=ghcr.io/onedr0p/prowlarr-develop appVersion: "1.19.0.4568" keywords: diff --git a/charts/prowlarr/README.md b/charts/prowlarr/README.md index df664a98..fa312118 100644 --- a/charts/prowlarr/README.md +++ b/charts/prowlarr/README.md @@ -1,6 +1,6 @@ # prowlarr -![Version: 1.35.0](https://img.shields.io/badge/Version-1.35.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.19.0.4568](https://img.shields.io/badge/AppVersion-1.19.0.4568-informational?style=flat-square) +![Version: 1.35.1](https://img.shields.io/badge/Version-1.35.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.19.0.4568](https://img.shields.io/badge/AppVersion-1.19.0.4568-informational?style=flat-square) Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps diff --git a/charts/prowlarr/templates/common.yaml b/charts/prowlarr/templates/common.yaml index 65e05d49..e7366279 100644 --- a/charts/prowlarr/templates/common.yaml +++ b/charts/prowlarr/templates/common.yaml @@ -33,6 +33,10 @@ additionalContainers: subPath: {{ .Values.persistence.config.subPath }} {{ end }} {{ end }} + {{- if .Values.metrics.exporter.resources }} + resources: + {{- toYaml .Values.metrics.exporter.resources | nindent 6 }} + {{- end }} service: metrics: diff --git a/charts/readarr/Chart.yaml b/charts/readarr/Chart.yaml index 06ee5a26..a34b46ac 100644 --- a/charts/readarr/Chart.yaml +++ b/charts/readarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: readarr description: Book Manager and Automation (Sonarr for Ebooks) type: application -version: 1.11.0 +version: 1.11.1 # renovate: image=ghcr.io/onedr0p/readarr-develop appVersion: "0.3.28.2554" keywords: diff --git a/charts/readarr/README.md b/charts/readarr/README.md index adc9f14e..b0826b0e 100644 --- a/charts/readarr/README.md +++ b/charts/readarr/README.md @@ -1,6 +1,6 @@ # readarr -![Version: 1.11.0](https://img.shields.io/badge/Version-1.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.28.2554](https://img.shields.io/badge/AppVersion-0.3.28.2554-informational?style=flat-square) +![Version: 1.11.1](https://img.shields.io/badge/Version-1.11.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.28.2554](https://img.shields.io/badge/AppVersion-0.3.28.2554-informational?style=flat-square) Book Manager and Automation (Sonarr for Ebooks) diff --git a/charts/readarr/templates/common.yaml b/charts/readarr/templates/common.yaml index f7e6a41e..61d321b8 100644 --- a/charts/readarr/templates/common.yaml +++ b/charts/readarr/templates/common.yaml @@ -33,6 +33,10 @@ additionalContainers: subPath: {{ .Values.persistence.config.subPath }} {{ end }} {{ end }} + {{- if .Values.metrics.exporter.resources }} + resources: + {{- toYaml .Values.metrics.exporter.resources | nindent 6 }} + {{- end }} service: metrics: diff --git a/charts/sonarr/Chart.yaml b/charts/sonarr/Chart.yaml index 7a3c2675..c78f8f36 100644 --- a/charts/sonarr/Chart.yaml +++ b/charts/sonarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sonarr description: Smart PVR for newsgroup and bittorrent users type: application -version: 1.7.0 +version: 1.7.1 # renovate: image=ghcr.io/onedr0p/sonarr appVersion: "4.0.5.1710" keywords: diff --git a/charts/sonarr/README.md b/charts/sonarr/README.md index 80e95cc2..b17e7628 100644 --- a/charts/sonarr/README.md +++ b/charts/sonarr/README.md @@ -1,6 +1,6 @@ # sonarr -![Version: 1.7.0](https://img.shields.io/badge/Version-1.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.5.1710](https://img.shields.io/badge/AppVersion-4.0.5.1710-informational?style=flat-square) +![Version: 1.7.1](https://img.shields.io/badge/Version-1.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.5.1710](https://img.shields.io/badge/AppVersion-4.0.5.1710-informational?style=flat-square) Smart PVR for newsgroup and bittorrent users diff --git a/charts/sonarr/templates/common.yaml b/charts/sonarr/templates/common.yaml index f1c678e2..4a37fc11 100644 --- a/charts/sonarr/templates/common.yaml +++ b/charts/sonarr/templates/common.yaml @@ -33,6 +33,10 @@ additionalContainers: subPath: {{ .Values.persistence.config.subPath }} {{ end }} {{ end }} + {{- if .Values.metrics.exporter.resources }} + resources: + {{- toYaml .Values.metrics.exporter.resources | nindent 6 }} + {{- end }} service: metrics: