fix metrics switch

This commit is contained in:
2024-03-16 09:34:09 -06:00
parent 57983912f5
commit f59d77f8bc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: qbittorrent
version: 0.0.2
version: 0.0.3
description: Chart for qBittorrent
keywords:
- 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
kind: ServiceMonitor
metadata: