From 4a585e8253f9efcff2646f1941cdbbe4540ffd98 Mon Sep 17 00:00:00 2001 From: Esteca Bot Date: Mon, 9 Oct 2023 09:00:39 +0000 Subject: [PATCH] chore(deps): update ghcr.io/onedr0p/exportarr docker tag to v1.5.5 --- charts/prowlarr/Chart.yaml | 2 +- charts/prowlarr/README.md | 4 ++-- charts/prowlarr/values.yaml | 2 +- charts/radarr/Chart.yaml | 2 +- charts/radarr/README.md | 4 ++-- charts/radarr/values.yaml | 2 +- charts/readarr/Chart.yaml | 2 +- charts/readarr/README.md | 4 ++-- charts/readarr/values.yaml | 2 +- charts/sonarr/Chart.yaml | 2 +- charts/sonarr/README.md | 4 ++-- charts/sonarr/values.yaml | 2 +- 12 files changed, 16 insertions(+), 16 deletions(-) diff --git a/charts/prowlarr/Chart.yaml b/charts/prowlarr/Chart.yaml index 7f5c7f4f..8e8ff3e4 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.22.0 +version: 1.22.1 # renovate: image=ghcr.io/onedr0p/prowlarr-develop appVersion: "1.9.3.4013" keywords: diff --git a/charts/prowlarr/README.md b/charts/prowlarr/README.md index 2dab5bd1..6859cab7 100644 --- a/charts/prowlarr/README.md +++ b/charts/prowlarr/README.md @@ -1,6 +1,6 @@ # prowlarr -![Version: 1.22.0](https://img.shields.io/badge/Version-1.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.3.4013](https://img.shields.io/badge/AppVersion-1.9.3.4013-informational?style=flat-square) +![Version: 1.22.1](https://img.shields.io/badge/Version-1.22.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.3.4013](https://img.shields.io/badge/AppVersion-1.9.3.4013-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 @@ -39,7 +39,7 @@ Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base | metrics.exporter.env.unknownQueueItems | bool | `false` | Set to true to enable gathering unknown queue items | | metrics.exporter.image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | metrics.exporter.image.repository | string | `"ghcr.io/onedr0p/exportarr"` | image repository | -| metrics.exporter.image.tag | string | `"v1.5.3"` | image tag | +| metrics.exporter.image.tag | string | `"v1.5.5"` | image tag | | metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. | | metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. | | metrics.serviceMonitor.interval | string | `"3m"` | | diff --git a/charts/prowlarr/values.yaml b/charts/prowlarr/values.yaml index de0f4e9c..b0646a95 100644 --- a/charts/prowlarr/values.yaml +++ b/charts/prowlarr/values.yaml @@ -97,7 +97,7 @@ metrics: # -- image repository repository: ghcr.io/onedr0p/exportarr # -- image tag - tag: v1.5.3 + tag: v1.5.5 # -- image pull policy pullPolicy: IfNotPresent env: diff --git a/charts/radarr/Chart.yaml b/charts/radarr/Chart.yaml index b837ed8d..bf308287 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.2 +version: 1.4.3 # 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 3dbfa4a0..d81fa24d 100644 --- a/charts/radarr/README.md +++ b/charts/radarr/README.md @@ -1,6 +1,6 @@ # radarr -![Version: 1.4.2](https://img.shields.io/badge/Version-1.4.2-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.3](https://img.shields.io/badge/Version-1.4.3-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 @@ -39,7 +39,7 @@ A fork of Sonarr to work with movies à la Couchpotato | metrics.exporter.env.unknownQueueItems | bool | `false` | Set to true to enable gathering unknown queue items | | metrics.exporter.image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | metrics.exporter.image.repository | string | `"ghcr.io/onedr0p/exportarr"` | image repository | -| metrics.exporter.image.tag | string | `"v1.5.3"` | image tag | +| metrics.exporter.image.tag | string | `"v1.5.5"` | image tag | | metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. | | metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. | | metrics.serviceMonitor.interval | string | `"3m"` | | diff --git a/charts/radarr/values.yaml b/charts/radarr/values.yaml index e450329e..4eee5c16 100644 --- a/charts/radarr/values.yaml +++ b/charts/radarr/values.yaml @@ -97,7 +97,7 @@ metrics: # -- image repository repository: ghcr.io/onedr0p/exportarr # -- image tag - tag: v1.5.3 + tag: v1.5.5 # -- image pull policy pullPolicy: IfNotPresent env: diff --git a/charts/readarr/Chart.yaml b/charts/readarr/Chart.yaml index 1b4148d8..586d9d43 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.1.1 +version: 1.1.2 # renovate: image=ghcr.io/onedr0p/readarr-develop appVersion: "0.3.6.2232" keywords: diff --git a/charts/readarr/README.md b/charts/readarr/README.md index 85015c67..3faa5e9b 100644 --- a/charts/readarr/README.md +++ b/charts/readarr/README.md @@ -1,6 +1,6 @@ # readarr -![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.6.2232](https://img.shields.io/badge/AppVersion-0.3.6.2232-informational?style=flat-square) +![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.6.2232](https://img.shields.io/badge/AppVersion-0.3.6.2232-informational?style=flat-square) Book Manager and Automation (Sonarr for Ebooks) @@ -39,7 +39,7 @@ Book Manager and Automation (Sonarr for Ebooks) | metrics.exporter.env.unknownQueueItems | bool | `false` | Set to true to enable gathering unknown queue items | | metrics.exporter.image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | metrics.exporter.image.repository | string | `"ghcr.io/onedr0p/exportarr"` | image repository | -| metrics.exporter.image.tag | string | `"v1.5.3"` | image tag | +| metrics.exporter.image.tag | string | `"v1.5.5"` | image tag | | metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. | | metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. | | metrics.serviceMonitor.interval | string | `"3m"` | | diff --git a/charts/readarr/values.yaml b/charts/readarr/values.yaml index 9e7758bb..20efecd1 100644 --- a/charts/readarr/values.yaml +++ b/charts/readarr/values.yaml @@ -97,7 +97,7 @@ metrics: # -- image repository repository: ghcr.io/onedr0p/exportarr # -- image tag - tag: v1.5.3 + tag: v1.5.5 # -- image pull policy pullPolicy: IfNotPresent env: diff --git a/charts/sonarr/Chart.yaml b/charts/sonarr/Chart.yaml index dd4b44a3..28387ad0 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.11 +version: 1.1.12 # 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 91a39d69..a76f820e 100644 --- a/charts/sonarr/README.md +++ b/charts/sonarr/README.md @@ -1,6 +1,6 @@ # sonarr -![Version: 1.1.11](https://img.shields.io/badge/Version-1.1.11-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.12](https://img.shields.io/badge/Version-1.1.12-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 @@ -39,7 +39,7 @@ Smart PVR for newsgroup and bittorrent users | metrics.exporter.env.unknownQueueItems | bool | `false` | Set to true to enable gathering unknown queue items | | metrics.exporter.image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | metrics.exporter.image.repository | string | `"ghcr.io/onedr0p/exportarr"` | image repository | -| metrics.exporter.image.tag | string | `"v1.5.3"` | image tag | +| metrics.exporter.image.tag | string | `"v1.5.5"` | image tag | | metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. | | metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. | | metrics.serviceMonitor.interval | string | `"3m"` | | diff --git a/charts/sonarr/values.yaml b/charts/sonarr/values.yaml index e2fd0e59..5007cd27 100644 --- a/charts/sonarr/values.yaml +++ b/charts/sonarr/values.yaml @@ -97,7 +97,7 @@ metrics: # -- image repository repository: ghcr.io/onedr0p/exportarr # -- image tag - tag: v1.5.3 + tag: v1.5.5 # -- image pull policy pullPolicy: IfNotPresent env: