Compare commits

...

1 Commits

Author SHA1 Message Date
f59d77f8bc fix metrics switch 2024-03-16 09:34:09 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: qbittorrent name: qbittorrent
version: 0.0.2 version: 0.0.3
description: Chart for qBittorrent description: Chart for qBittorrent
keywords: keywords:
- downloads - downloads

View File

@@ -1,4 +1,4 @@
{{- if and .Values.metrics.enabled .Values.server.metrics.serviceMonitor.enabled }} {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }}
apiVersion: monitoring.coreos.com/v1 apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor kind: ServiceMonitor
metadata: metadata: