From f9e21fd69181a5d4bae22bcc5b9371704c71114f Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Fri, 17 Sep 2021 17:45:53 +0200 Subject: [PATCH] Fix: Redis labels Signed-off-by: Nicolas Lamirault --- charts/argo-cd/templates/redis/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo-cd/templates/redis/deployment.yaml b/charts/argo-cd/templates/redis/deployment.yaml index 8adfd96f..05d9f43d 100755 --- a/charts/argo-cd/templates/redis/deployment.yaml +++ b/charts/argo-cd/templates/redis/deployment.yaml @@ -19,6 +19,7 @@ spec: {{- end }} labels: {{- include "argo-cd.labels" (dict "context" . "component" .Values.redis.name "name" .Values.redis.name) | nindent 8 }} + app.kubernetes.io/version: {{ .Values.redis.image.tag | quote }} {{- with (mergeOverwrite .Values.global.podLabels .Values.redis.podLabels) }} {{- toYaml . | nindent 8 }} {{- end }}