From 53f51e55a2fe21c0a65ef6f9dd6f0ac58a90a254 Mon Sep 17 00:00:00 2001 From: Philip Kotliyakov Date: Tue, 30 Sep 2025 17:15:03 +0300 Subject: [PATCH 1/2] added new label to codefresh-cm --- charts/gitops-runtime/templates/_helpers.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/gitops-runtime/templates/_helpers.tpl b/charts/gitops-runtime/templates/_helpers.tpl index 1b66f710..693878f4 100644 --- a/charts/gitops-runtime/templates/_helpers.tpl +++ b/charts/gitops-runtime/templates/_helpers.tpl @@ -48,6 +48,7 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/part-of: codefresh-gitops-runtime +codefresh.io/runtime-name: {{ .Values.global.runtime.name | quote }} {{- end }} {{/* From 2243dca84152f4a3d7b543298be7e621194e43b3 Mon Sep 17 00:00:00 2001 From: Philip Kotliyakov Date: Tue, 30 Sep 2025 17:59:28 +0300 Subject: [PATCH 2/2] bump