From 1bf03172d71bfbe84af3b4d4af8e7b684cc7aab9 Mon Sep 17 00:00:00 2001 From: Daniel Shackelford Date: Thu, 5 Mar 2026 16:58:48 -0500 Subject: [PATCH 1/5] Add support for custom pod labels Signed-off-by: Daniel Shackelford --- charts/prometheus-fastly-exporter/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/prometheus-fastly-exporter/templates/deployment.yaml b/charts/prometheus-fastly-exporter/templates/deployment.yaml index b94bdc4f4934..a3c78784f99e 100644 --- a/charts/prometheus-fastly-exporter/templates/deployment.yaml +++ b/charts/prometheus-fastly-exporter/templates/deployment.yaml @@ -13,6 +13,9 @@ spec: metadata: labels: {{- include "prometheus-fastly-exporter.selectorLabels" . | nindent 8 }} + {{- with .Values.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} {{- with .Values.podAnnotations }} annotations: {{- toYaml . | nindent 8 }} From 4cb3e1d91e522fe177aba03d7da62e4854db859e Mon Sep 17 00:00:00 2001 From: Daniel Shackelford Date: Thu, 5 Mar 2026 17:00:48 -0500 Subject: [PATCH 2/5] Add podLabels section to values.yaml Signed-off-by: Daniel Shackelford --- charts/prometheus-fastly-exporter/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/prometheus-fastly-exporter/values.yaml b/charts/prometheus-fastly-exporter/values.yaml index b3305feaca3d..08c926a97f37 100644 --- a/charts/prometheus-fastly-exporter/values.yaml +++ b/charts/prometheus-fastly-exporter/values.yaml @@ -110,6 +110,9 @@ affinity: {} # Extra environment variables extraEnv: [] +# Labels for the pods +podLabels: {} + # Annotations for the pods podAnnotations: {} From aa61be85451dc4d15825a804f32de5f5bfacb243 Mon Sep 17 00:00:00 2001 From: Daniel Shackelford Date: Thu, 5 Mar 2026 17:06:07 -0500 Subject: [PATCH 3/5] Fix indentation for podLabels in deployment.yaml Signed-off-by: Daniel Shackelford --- charts/prometheus-fastly-exporter/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prometheus-fastly-exporter/templates/deployment.yaml b/charts/prometheus-fastly-exporter/templates/deployment.yaml index a3c78784f99e..b54c39c99029 100644 --- a/charts/prometheus-fastly-exporter/templates/deployment.yaml +++ b/charts/prometheus-fastly-exporter/templates/deployment.yaml @@ -13,9 +13,9 @@ spec: metadata: labels: {{- include "prometheus-fastly-exporter.selectorLabels" . | nindent 8 }} - {{- with .Values.podLabels }} + {{- with .Values.podLabels }} {{- toYaml . | nindent 8 }} - {{- end }} + {{- end }} {{- with .Values.podAnnotations }} annotations: {{- toYaml . | nindent 8 }} From 247f7464e54cd304d1fe3fcdfe243e25ac3fa5be Mon Sep 17 00:00:00 2001 From: Daniel Shackelford Date: Thu, 5 Mar 2026 17:07:58 -0500 Subject: [PATCH 4/5] Bump version to 0.12.0 Signed-off-by: Daniel Shackelford --- charts/prometheus-fastly-exporter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-fastly-exporter/Chart.yaml b/charts/prometheus-fastly-exporter/Chart.yaml index 0ddb84273d7e..71b989e324cc 100644 --- a/charts/prometheus-fastly-exporter/Chart.yaml +++ b/charts/prometheus-fastly-exporter/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 appVersion: "v10.2.0" description: A Helm chart for the Prometheus Fastly Exporter name: prometheus-fastly-exporter -version: 0.11.0 +version: 0.12.0 keywords: - metrics - fastly From 552ac4926b23c525aeed5040ce9cddae776f20b3 Mon Sep 17 00:00:00 2001 From: Daniel Shackelford Date: Thu, 5 Mar 2026 17:10:14 -0500 Subject: [PATCH 5/5] Downgrade version from 0.12.0 to 0.11.1 Signed-off-by: Daniel Shackelford --- charts/prometheus-fastly-exporter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-fastly-exporter/Chart.yaml b/charts/prometheus-fastly-exporter/Chart.yaml index 71b989e324cc..112f1277da3c 100644 --- a/charts/prometheus-fastly-exporter/Chart.yaml +++ b/charts/prometheus-fastly-exporter/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 appVersion: "v10.2.0" description: A Helm chart for the Prometheus Fastly Exporter name: prometheus-fastly-exporter -version: 0.12.0 +version: 0.11.1 keywords: - metrics - fastly