Skip to content

Commit 9a509d9

Browse files
authored
fix(kube-monitoring): ensure camel case relabeling (#626)
1 parent 2ce7ef7 commit 9a509d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

kube-monitoring/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
name: kube-monitoring
99
sources:
1010
- https://github.com/cloudoperators/greenhouse-extensions
11-
version: 0.22.0
11+
version: 0.22.1
1212
# prometheus-operator app version
1313
appVersion: v0.79.2
1414
keywords:

kube-monitoring/charts/templates/podmonitor-sd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
{{- if $values.additionalRelabelings }}
3232
{{- tpl (toYaml $values.additionalRelabelings) . | nindent 8 }}
3333
{{- end }}
34-
{{- include "kubeMonitoring.defaultRelabelConfig" . | nindent 8 }}
34+
{{- include "kubeMonitoring.defaultRelabelConfig" . | replace "target_label" "targetLabel" | nindent 8 }}
3535
{{- if $values.additionalMetricRelabelings }}
3636
metricRelabelings:
3737
{{- tpl (toYaml $values.additionalMetricRelabelings) . | nindent 8 }}

kube-monitoring/plugindefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ kind: PluginDefinition
66
metadata:
77
name: kube-monitoring
88
spec:
9-
version: 2.9.0
9+
version: 2.9.1
1010
displayName: Kubernetes monitoring
1111
description: Native deployment and management of Prometheus along with Kubernetes cluster monitoring components.
1212
docMarkDownUrl: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/kube-monitoring/README.md
1313
icon: https://raw.githubusercontent.com/cloudoperators/greenhouse-extensions/main/kube-monitoring/logo.png
1414
helmChart:
1515
name: kube-monitoring
1616
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
17-
version: 0.22.0
17+
version: 0.22.1
1818
options:
1919
- name: global.commonLabels
2020
description: Labels to add to all resources. This can be used to add a support group or service to all alerts.

0 commit comments

Comments
 (0)