Skip to content

Commit

Permalink
Merge pull request #406 from XenonPK/patch-1
Browse files Browse the repository at this point in the history
Add support for setting resources in exporter container
  • Loading branch information
pree authored Sep 21, 2024
2 parents 6047001 + cb296af commit 45ece65
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/prowlarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/prowlarr/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 4 additions & 0 deletions charts/prowlarr/templates/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/radarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/radarr/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 4 additions & 0 deletions charts/radarr/templates/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/readarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/readarr/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 4 additions & 0 deletions charts/readarr/templates/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarr/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 4 additions & 0 deletions charts/sonarr/templates/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 45ece65

Please sign in to comment.