From 6b1e3ed80550296b13cfbd09153d1ffcb32f9a22 Mon Sep 17 00:00:00 2001 From: Chris Loukas Date: Thu, 1 Jul 2021 14:13:17 +0200 Subject: [PATCH 1/2] Fix identation for serviceMonitor.labels --- charts/cloudflare-exporter/templates/servicemonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cloudflare-exporter/templates/servicemonitor.yaml b/charts/cloudflare-exporter/templates/servicemonitor.yaml index e6a79ac..dab483b 100644 --- a/charts/cloudflare-exporter/templates/servicemonitor.yaml +++ b/charts/cloudflare-exporter/templates/servicemonitor.yaml @@ -5,7 +5,7 @@ metadata: labels: {{- include "cloudflare-exporter.labels" . | nindent 4 }} {{- if .Values.serviceMonitor.labels }} - {{ toYaml .Values.serviceMonitor.labels | indent 4 }} + {{- toYaml .Values.serviceMonitor.labels | nindent 4 }} {{- end }} name: {{ template "cloudflare-exporter.fullname" . }} {{- if .Values.serviceMonitor.namespace }} From af2c82c77098fa38913ed83e0bc97216f97238b2 Mon Sep 17 00:00:00 2001 From: Chris Loukas Date: Thu, 1 Jul 2021 14:20:04 +0200 Subject: [PATCH 2/2] Bump Chart version to 0.1.2 --- charts/cloudflare-exporter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cloudflare-exporter/Chart.yaml b/charts/cloudflare-exporter/Chart.yaml index ea7db4f..7a95fb7 100644 --- a/charts/cloudflare-exporter/Chart.yaml +++ b/charts/cloudflare-exporter/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflare-exporter -version: 0.1.1 +version: 0.1.2 appVersion: 0.0.6 home: https://github.com/lablabs/cloudflare-exporter description: A Helm chart for cloudflare exporter