From 3bb405531354cb8e0394711a2daead795c4af384 Mon Sep 17 00:00:00 2001 From: Gabor Pichner Date: Tue, 26 Dec 2023 19:42:44 +0100 Subject: [PATCH] bump(home-assistant): 0.1.6 --- charts/home-assistant/Chart.yaml | 2 +- charts/home-assistant/templates/servicemonitor.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/home-assistant/Chart.yaml b/charts/home-assistant/Chart.yaml index 1067b2e..34a7fb0 100644 --- a/charts/home-assistant/Chart.yaml +++ b/charts/home-assistant/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.5 +version: 0.1.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/home-assistant/templates/servicemonitor.yaml b/charts/home-assistant/templates/servicemonitor.yaml index 3687575..22abeb2 100644 --- a/charts/home-assistant/templates/servicemonitor.yaml +++ b/charts/home-assistant/templates/servicemonitor.yaml @@ -41,7 +41,7 @@ spec: namespaceSelector: matchNames: - {{ .Release.Namespace }} - # selector: - # matchLabels: - # {{- include "home-assistant.selectorLabels" (dict "context" . "component" .Values.name "name" (printf "%s-metrics" .Values.name)) | nindent 6 }} + selector: + matchLabels: + {{- include "home-assistant.selectorLabels" (dict "context" . "component" .Values.name "name" (printf "%s-metrics" .Values.name)) | nindent 6 }} {{- end }}