Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
5 changes: 2 additions & 3 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions helm/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

{{/*
Expand All @@ -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 }}

{{/*
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cloudProvider:

imagePullPolicy:

mcLabelsAndAnnotations:
mclabels:
component: backend
partOf: ingestion
owner: 3d
Expand Down
Loading