Skip to content

Commit c7751cc

Browse files
committed
✏️ fix prom
modified: charts/kube-reqsizer/Chart.yaml; modified: charts/kube-reqsizer/templates/monitor.yaml
1 parent 144d1d0 commit c7751cc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/kube-reqsizer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.8.3
16+
version: 0.8.4

charts/kube-reqsizer/templates/monitor.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ kind: ServiceMonitor
55
metadata:
66
labels:
77
control-plane: controller-manager
8+
release: prometheusoperator
89
name: controller-manager-metrics-monitor
10+
namespace: system
911
spec:
1012
endpoints:
1113
- path: /metrics

0 commit comments

Comments
 (0)