Skip to content

Commit

Permalink
chore(-arr): change ci to use metrics from template
Browse files Browse the repository at this point in the history
  • Loading branch information
pree committed Sep 17, 2023
1 parent a00a935 commit 10a7c49
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 66 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.20.0
version: 1.20.1
# renovate: image=ghcr.io/onedr0p/prowlarr-develop
appVersion: "1.9.0.3966"
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.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

Expand Down
22 changes: 2 additions & 20 deletions charts/prowlarr/ci/ct-exportarr-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4.0
version: 1.4.1
# renovate: image=ghcr.io/onedr0p/radarr
appVersion: "4.7.5.7809"
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.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

Expand Down
22 changes: 2 additions & 20 deletions charts/radarr/ci/ct-exportarr-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1.9
version: 1.1.10
# renovate: image=ghcr.io/onedr0p/sonarr
appVersion: "3.0.10.1567"
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.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

Expand Down
22 changes: 2 additions & 20 deletions charts/sonarr/ci/ct-exportarr-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 10a7c49

Please sign in to comment.