Skip to content

Commit

Permalink
fix servicemonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
tombokombo committed Sep 30, 2024
1 parent 5744f31 commit c90da92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/unbound/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: Unbound is a fast caching DNS resolver
home: https://www.unbound.net/
name: unbound
version: 0.1.3
version: 0.1.4
appVersion: 1.17.1
sources:
- https://github.com/pixelfederation/unbound/
Expand Down
2 changes: 1 addition & 1 deletion charts/unbound/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and ( .Capabilities.APIVersions.Has "monitoring.coreos.com/v1" ) ( and .Values.metrics.enabled .Values.serviceMonitor.enabled ) }}
{{- if and .Values.metrics.enabled .Values.serviceMonitor.enabled }}
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
Expand Down

0 comments on commit c90da92

Please sign in to comment.