From 31c36ef25829a7c90c34e8f7f59b7b944a473176 Mon Sep 17 00:00:00 2001 From: j_r0dd <285797+jr0dd@users.noreply.github.com> Date: Thu, 9 Sep 2021 02:25:08 -0400 Subject: [PATCH] [qbittorrent] fix service monitor port (#1168) --- charts/stable/qbittorrent/Chart.yaml | 2 +- charts/stable/qbittorrent/README.md | 2 +- charts/stable/qbittorrent/templates/servicemonitor.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 03190233..18f39fe1 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v4.3.7 description: qBittorrent is a cross-platform free and open-source BitTorrent client name: qbittorrent -version: 12.2.0 +version: 12.2.1 kubeVersion: ">=1.16.0-0" keywords: - qbittorrent diff --git a/charts/stable/qbittorrent/README.md b/charts/stable/qbittorrent/README.md index 701cfee2..0e45408e 100644 --- a/charts/stable/qbittorrent/README.md +++ b/charts/stable/qbittorrent/README.md @@ -1,6 +1,6 @@ # qbittorrent -![Version: 12.2.0](https://img.shields.io/badge/Version-12.2.0-informational?style=flat-square) ![AppVersion: v4.3.7](https://img.shields.io/badge/AppVersion-v4.3.7-informational?style=flat-square) +![Version: 12.2.1](https://img.shields.io/badge/Version-12.2.1-informational?style=flat-square) ![AppVersion: v4.3.7](https://img.shields.io/badge/AppVersion-v4.3.7-informational?style=flat-square) qBittorrent is a cross-platform free and open-source BitTorrent client diff --git a/charts/stable/qbittorrent/templates/servicemonitor.yaml b/charts/stable/qbittorrent/templates/servicemonitor.yaml index 769f450f..c571a227 100644 --- a/charts/stable/qbittorrent/templates/servicemonitor.yaml +++ b/charts/stable/qbittorrent/templates/servicemonitor.yaml @@ -13,7 +13,7 @@ spec: matchLabels: {{- include "common.labels.selectorLabels" . | nindent 6 }} endpoints: - - port: http + - port: metrics {{- with .Values.exporter.serviceMonitor.interval }} interval: {{ . }} {{- end }}