From 2aa616ad2c6595dc70e7a6474a8a79e8170aed73 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Thu, 31 Oct 2024 08:25:09 +0100 Subject: [PATCH] fix: Fixed servicemonitor template --- charts/cloudian-exporter/Chart.yaml | 2 +- charts/cloudian-exporter/templates/servicemonitor.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cloudian-exporter/Chart.yaml b/charts/cloudian-exporter/Chart.yaml index c17d5d9..dbc8b29 100644 --- a/charts/cloudian-exporter/Chart.yaml +++ b/charts/cloudian-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cloudian-exporter description: A Helm chart for cloudian-exporter type: application -version: 0.1.0 +version: 0.1.1 appVersion: "0.1.0" keywords: - cloudian diff --git a/charts/cloudian-exporter/templates/servicemonitor.yaml b/charts/cloudian-exporter/templates/servicemonitor.yaml index ec1b621..6de952d 100644 --- a/charts/cloudian-exporter/templates/servicemonitor.yaml +++ b/charts/cloudian-exporter/templates/servicemonitor.yaml @@ -11,4 +11,4 @@ spec: selector: matchLabels: {{- include "cloudian-exporter.labels" . | nindent 14 }} -{{-end-}} \ No newline at end of file +{{- end -}} \ No newline at end of file