Skip to content

Commit 4b41fc0

Browse files
authored
fix(kube-monitoring) tpl typo (#1064)
1 parent b7d90b8 commit 4b41fc0

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: 3.0.9
11+
version: 3.0.10
1212
keywords:
1313
- operator
1414
- prometheus

kube-monitoring/charts/templates/_helper.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ helm.sh/chart: {{ include "prometheus-blackbox-exporter.chart" . }}
101101
app.kubernetes.io/managed-by: {{ .Release.Service }}
102102
app.kubernetes.io/component: metrics
103103
app.kubernetes.io/part-of: {{ include "prometheus-blackbox-exporter.name" . }}
104-
{{ include "prometheus-node-exporter.selectorLabels" . }}
104+
{{ include "prometheus-blackbox-exporter.selectorLabels" . }}
105105
{{- with .Chart.AppVersion }}
106106
app.kubernetes.io/version: {{ . | quote }}
107107
{{- end }}

kube-monitoring/plugindefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kind: PluginDefinition
66
metadata:
77
name: kube-monitoring
88
spec:
9-
version: 4.0.9
9+
version: 4.0.10
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
@@ -15,7 +15,7 @@ spec:
1515
# renovate depName=ghcr.io/cloudoperators/greenhouse-extensions/charts/kube-monitoring
1616
name: kube-monitoring
1717
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
18-
version: 3.0.9
18+
version: 3.0.10
1919
options:
2020
- name: global.commonLabels
2121
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)