From 9141e4ff9c45dcfb0184300dd415608458cacc12 Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Fri, 17 Sep 2021 17:43:21 +0200 Subject: [PATCH] Fix: Redis label version Signed-off-by: Nicolas Lamirault --- charts/argo-cd/templates/redis/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/templates/redis/deployment.yaml b/charts/argo-cd/templates/redis/deployment.yaml index b4289825..57ee45cf 100755 --- a/charts/argo-cd/templates/redis/deployment.yaml +++ b/charts/argo-cd/templates/redis/deployment.yaml @@ -5,7 +5,7 @@ kind: Deployment metadata: name: {{ template "argo-cd.redis.fullname" . }} labels: - {{- include "argo-cd.labels" (dict "context" . "component" .Values.redis.name "name" .Values.redis.name) | nindent 4 }} + app.kubernetes.io/version: {{ .Values.redis.image.tag | quote }} spec: selector: matchLabels: