Skip to content

Commit d6df60b

Browse files
committed
fix(argo-cd): hard coded .selector.matchLabels
it fixes #602 Signed-off-by: abdennour <[email protected]>
1 parent 22b0811 commit d6df60b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/argo-cd/Chart.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: 1.8.4
33
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
44
name: argo-cd
5-
version: 2.14.7
5+
version: 2.14.8
66
home: https://github.com/argoproj/argo-helm
77
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
88
keywords:
@@ -14,3 +14,4 @@ maintainers:
1414
- name: alexmt
1515
- name: jessesuen
1616
- name: seanson
17+

charts/argo-cd/templates/argocd-application-controller/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
spec:
1515
selector:
1616
matchLabels:
17-
app.kubernetes.io/name: {{ include "argo-cd.name" . }}-application-controller
17+
app.kubernetes.io/name: {{ include "argo-cd.name" . }}-{{ .Values.controller.name }}
1818
app.kubernetes.io/instance: {{ .Release.Name }}
1919
{{- if .Values.controller.enableStatefulSet }}
2020
serviceName: {{ template "argo-cd.controller.fullname" . }}

0 commit comments

Comments
 (0)