File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ maintainers:
88name : kube-monitoring
99sources :
1010 - https://github.com/cloudoperators/greenhouse-extensions
11- version : 0.22.0
11+ version : 0.22.1
1212# prometheus-operator app version
1313appVersion : v0.79.2
1414keywords :
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ kind: PluginDefinition
66metadata :
77 name : kube-monitoring
88spec :
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.
You can’t perform that action at this time.
0 commit comments