From ade0cc4210aca20738c354ae27788134a7d2d9fa Mon Sep 17 00:00:00 2001 From: Grzegorz Eliszewski Date: Fri, 13 Sep 2024 13:25:29 +0200 Subject: [PATCH 1/2] add commonLabels to pod Signed-off-by: Grzegorz Eliszewski --- charts/prometheus-blackbox-exporter/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/prometheus-blackbox-exporter/templates/deployment.yaml b/charts/prometheus-blackbox-exporter/templates/deployment.yaml index 0d1f0b990271..beee01e6b6a3 100644 --- a/charts/prometheus-blackbox-exporter/templates/deployment.yaml +++ b/charts/prometheus-blackbox-exporter/templates/deployment.yaml @@ -21,6 +21,9 @@ spec: metadata: labels: {{- include "prometheus-blackbox-exporter.selectorLabels" . | nindent 8 }} + {{- if .Values.commonLabels }} +{{ toYaml .Values.commonLabels | indent 8 }} + {{- end }} {{- if .Values.pod.labels }} {{ toYaml .Values.pod.labels | indent 8 }} {{- end }} From 1d4992cde1932943f54af1818d444b92b667b67a Mon Sep 17 00:00:00 2001 From: Grzegorz Eliszewski Date: Thu, 3 Oct 2024 09:46:31 +0200 Subject: [PATCH 2/2] Bump chart version Signed-off-by: Grzegorz Eliszewski --- charts/prometheus-blackbox-exporter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-blackbox-exporter/Chart.yaml b/charts/prometheus-blackbox-exporter/Chart.yaml index 8e16cd5dc483..dc4655ecb839 100644 --- a/charts/prometheus-blackbox-exporter/Chart.yaml +++ b/charts/prometheus-blackbox-exporter/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Prometheus Blackbox Exporter name: prometheus-blackbox-exporter -version: 9.0.0 +version: 9.0.2 appVersion: v0.25.0 kubeVersion: ">=1.21.0-0" home: https://github.com/prometheus/blackbox_exporter