From 10a7c493156d8821549fa7b1bd8488f017d5d75b Mon Sep 17 00:00:00 2001 From: Pascal Reeb Date: Sun, 17 Sep 2023 18:58:23 +0200 Subject: [PATCH] chore(-arr): change ci to use metrics from template --- charts/prowlarr/Chart.yaml | 2 +- charts/prowlarr/README.md | 2 +- charts/prowlarr/ci/ct-exportarr-values.yaml | 22 ++------------------- charts/radarr/Chart.yaml | 2 +- charts/radarr/README.md | 2 +- charts/radarr/ci/ct-exportarr-values.yaml | 22 ++------------------- charts/sonarr/Chart.yaml | 2 +- charts/sonarr/README.md | 2 +- charts/sonarr/ci/ct-exportarr-values.yaml | 22 ++------------------- 9 files changed, 12 insertions(+), 66 deletions(-) diff --git a/charts/prowlarr/Chart.yaml b/charts/prowlarr/Chart.yaml index 07f42b4d..7d1d9750 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.20.0 +version: 1.20.1 # renovate: image=ghcr.io/onedr0p/prowlarr-develop appVersion: "1.9.0.3966" keywords: diff --git a/charts/prowlarr/README.md b/charts/prowlarr/README.md index 67977645..fb4ffe30 100644 --- a/charts/prowlarr/README.md +++ b/charts/prowlarr/README.md @@ -1,6 +1,6 @@ # prowlarr -![Version: 1.20.0](https://img.shields.io/badge/Version-1.20.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.0.3966](https://img.shields.io/badge/AppVersion-1.9.0.3966-informational?style=flat-square) +![Version: 1.20.1](https://img.shields.io/badge/Version-1.20.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.0.3966](https://img.shields.io/badge/AppVersion-1.9.0.3966-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/ci/ct-exportarr-values.yaml b/charts/prowlarr/ci/ct-exportarr-values.yaml index 6a1620b2..eaeebcc7 100644 --- a/charts/prowlarr/ci/ct-exportarr-values.yaml +++ b/charts/prowlarr/ci/ct-exportarr-values.yaml @@ -4,23 +4,5 @@ persistence: enabled: true type: emptyDir -additionalContainers: - exportarr: - name: exportarr - image: ghcr.io/onedr0p/exportarr:master@sha256:2f6c2c583d11cd82252f31dec2965645a461af6af0231e87dbd736c7b16cca1c - imagePullPolicy: IfNotPresent - args: ["prowlarr"] - env: - - name: PORT - value: "32123" - - name: URL - value: "http://localhost" - - name: CONFIG - value: "/config/config.xml" - ports: - - name: exportarr - containerPort: 32123 - volumeMounts: - - name: config - mountPath: /config - readOnly: true +metrics: + enabled: true diff --git a/charts/radarr/Chart.yaml b/charts/radarr/Chart.yaml index d5faf765..c64ef4be 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.4.0 +version: 1.4.1 # renovate: image=ghcr.io/onedr0p/radarr appVersion: "4.7.5.7809" keywords: diff --git a/charts/radarr/README.md b/charts/radarr/README.md index b27cc14e..1b6f4c34 100644 --- a/charts/radarr/README.md +++ b/charts/radarr/README.md @@ -1,6 +1,6 @@ # radarr -![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.7.5.7809](https://img.shields.io/badge/AppVersion-4.7.5.7809-informational?style=flat-square) +![Version: 1.4.1](https://img.shields.io/badge/Version-1.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.7.5.7809](https://img.shields.io/badge/AppVersion-4.7.5.7809-informational?style=flat-square) A fork of Sonarr to work with movies à la Couchpotato diff --git a/charts/radarr/ci/ct-exportarr-values.yaml b/charts/radarr/ci/ct-exportarr-values.yaml index def31e2b..eaeebcc7 100644 --- a/charts/radarr/ci/ct-exportarr-values.yaml +++ b/charts/radarr/ci/ct-exportarr-values.yaml @@ -4,23 +4,5 @@ persistence: enabled: true type: emptyDir -additionalContainers: - exportarr: - name: exportarr - image: ghcr.io/onedr0p/exportarr:v1.0.0 - imagePullPolicy: IfNotPresent - args: ["radarr"] - env: - - name: PORT - value: "32123" - - name: URL - value: "http://localhost" - - name: CONFIG - value: "/config/config.xml" - ports: - - name: exportarr - containerPort: 32123 - volumeMounts: - - name: config - mountPath: /config - readOnly: true +metrics: + enabled: true diff --git a/charts/sonarr/Chart.yaml b/charts/sonarr/Chart.yaml index 5bfd8218..b6aa79c9 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.1.9 +version: 1.1.10 # renovate: image=ghcr.io/onedr0p/sonarr appVersion: "3.0.10.1567" keywords: diff --git a/charts/sonarr/README.md b/charts/sonarr/README.md index 32bfabda..ad437ab2 100644 --- a/charts/sonarr/README.md +++ b/charts/sonarr/README.md @@ -1,6 +1,6 @@ # sonarr -![Version: 1.1.9](https://img.shields.io/badge/Version-1.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.10.1567](https://img.shields.io/badge/AppVersion-3.0.10.1567-informational?style=flat-square) +![Version: 1.1.10](https://img.shields.io/badge/Version-1.1.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.10.1567](https://img.shields.io/badge/AppVersion-3.0.10.1567-informational?style=flat-square) Smart PVR for newsgroup and bittorrent users diff --git a/charts/sonarr/ci/ct-exportarr-values.yaml b/charts/sonarr/ci/ct-exportarr-values.yaml index c276d2a0..eaeebcc7 100644 --- a/charts/sonarr/ci/ct-exportarr-values.yaml +++ b/charts/sonarr/ci/ct-exportarr-values.yaml @@ -4,23 +4,5 @@ persistence: enabled: true type: emptyDir -additionalContainers: - exportarr: - name: exportarr - image: ghcr.io/onedr0p/exportarr:v1.0.0 - imagePullPolicy: IfNotPresent - args: ["sonarr"] - env: - - name: PORT - value: "32123" - - name: URL - value: "http://localhost" - - name: CONFIG - value: "/config/config.xml" - ports: - - name: exportarr - containerPort: 32123 - volumeMounts: - - name: config - mountPath: /config - readOnly: true +metrics: + enabled: true