diff --git a/charts/prowlarr/Chart.yaml b/charts/prowlarr/Chart.yaml index 66d0258b..c99da2cb 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.1 +version: 1.35.2 # 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 23d489d2..eb4dfce9 100644 --- a/charts/prowlarr/README.md +++ b/charts/prowlarr/README.md @@ -1,6 +1,6 @@ # prowlarr -![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) +![Version: 1.35.2](https://img.shields.io/badge/Version-1.35.2-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/radarr/Chart.yaml b/charts/radarr/Chart.yaml index bcb80887..d86b8314 100644 --- a/charts/radarr/Chart.yaml +++ b/charts/radarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: radarr description: A fork of Sonarr to work with movies à la Couchpotato type: application -version: 1.11.0 +version: 1.11.1 # renovate: image=ghcr.io/onedr0p/radarr appVersion: "5.7.0.8882" keywords: diff --git a/charts/radarr/README.md b/charts/radarr/README.md index 62bc19d3..8489728d 100644 --- a/charts/radarr/README.md +++ b/charts/radarr/README.md @@ -1,6 +1,6 @@ # radarr -![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: 5.7.0.8882](https://img.shields.io/badge/AppVersion-5.7.0.8882-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: 5.7.0.8882](https://img.shields.io/badge/AppVersion-5.7.0.8882-informational?style=flat-square) A fork of Sonarr to work with movies à la Couchpotato diff --git a/charts/radarr/templates/common.yaml b/charts/radarr/templates/common.yaml index 1d018ef4..6ab902c2 100644 --- a/charts/radarr/templates/common.yaml +++ b/charts/radarr/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: