From d9f72341149020fe073c34bf48af9198cf0141cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cayeshasiddiqa161=E2=80=9D?= Date: Fri, 18 Aug 2023 15:37:26 +0500 Subject: [PATCH 1/2] Fixes application label --- application/templates/servicemonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/templates/servicemonitor.yaml b/application/templates/servicemonitor.yaml index 5ebd5275..b2e09bdf 100644 --- a/application/templates/servicemonitor.yaml +++ b/application/templates/servicemonitor.yaml @@ -18,7 +18,7 @@ metadata: spec: selector: matchLabels: -{{ include "application.selectorLabels" . | indent 6 }} +{{ include "application.labels" . | indent 6 }} namespaceSelector: matchNames: - {{ .Release.Namespace }} From 789c8e329ebbca1dca3ad4813a32a77e31e914b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cayeshasiddiqa161=E2=80=9D?= Date: Fri, 18 Aug 2023 15:42:36 +0500 Subject: [PATCH 2/2] added changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 292f2fc8..c7cc9480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented here. +### v2.2.4 +- fix: Matchlabel fixed for service monitor [PR-269](https://github.com/stakater/application/pull/269) + ### v2.2.3 - feat: Add more properties to CronJob [PR-265](https://github.com/stakater/application/pull/265)