From 0cd467e3637d9cde0a6205f6c9ccd24699b460e9 Mon Sep 17 00:00:00 2001 From: TULCHINSKI LIRAN Date: Tue, 23 Jun 2026 16:14:39 +0300 Subject: [PATCH] helm: upgraded mc-labels --- helm/Chart.lock | 8 ++++---- helm/Chart.yaml | 5 ++--- helm/templates/_helpers.tpl | 4 ++-- helm/templates/deployment.yaml | 2 +- helm/values.yaml | 2 +- 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/helm/Chart.lock b/helm/Chart.lock index ce21fd2..0983fca 100644 --- a/helm/Chart.lock +++ b/helm/Chart.lock @@ -1,6 +1,6 @@ dependencies: -- name: mc-labels-and-annotations +- name: mclabels repository: oci://acrarolibotnonprod.azurecr.io/helm/infra - version: 0.7.0 -digest: sha256:2be5f55b663b3888821a0bc9d1b8f382a5836f40b066b114c9c90f6804295d8e -generated: "2025-08-27T09:12:57.0437616+03:00" + version: 1.0.1 +digest: sha256:a97237cd8966ab9d4f8c0b8dda2ad110fbff5d485da868124fdce2a5dbbfa208 +generated: "2026-06-23T16:13:23.922837846+03:00" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index bba122e..760a27b 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -5,7 +5,6 @@ type: application version: 2.0.3 appVersion: 2.0.3 dependencies: - - name: mc-labels-and-annotations - version: 0.7.0 + - name: mclabels + version: 1.0.1 repository: oci://acrarolibotnonprod.azurecr.io/helm/infra - alias: mcLabelsAndAnnotations diff --git a/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl index 1cd40bf..372c3ed 100644 --- a/helm/templates/_helpers.tpl +++ b/helm/templates/_helpers.tpl @@ -36,7 +36,7 @@ helm.sh/chart: {{ include "store-trigger.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} -{{ include "mc-labels-and-annotations.labels" . }} +{{ include "mclabels.labels" . }} {{- end }} {{/* @@ -45,7 +45,7 @@ Selector labels {{- define "store-trigger.selectorLabels" -}} app.kubernetes.io/name: {{ include "store-trigger.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} -{{ include "mc-labels-and-annotations.selectorLabels" . }} +{{ include "mclabels.selectorLabels" . }} {{- end }} {{/* diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index febba0c..238d7d9 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -37,7 +37,7 @@ spec: run: {{ $fullName }} {{- include "store-trigger.selectorLabels" . | nindent 8 }} annotations: - {{ include "mc-labels-and-annotations.annotations" . | nindent 8 }} + {{ include "mclabels.annotations" . | nindent 8 }} {{ include "merged.podAnnotations" . | nindent 8 }} {{- if .Values.resetOnConfigChange }} checksum/configmap: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} diff --git a/helm/values.yaml b/helm/values.yaml index 70b57d2..91bc02b 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -44,7 +44,7 @@ cloudProvider: imagePullPolicy: -mcLabelsAndAnnotations: +mclabels: component: backend partOf: ingestion owner: 3d