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 }}