File tree 2 files changed +3
-2
lines changed
templates/argocd-application-controller
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
2
2
appVersion : 1.8.4
3
3
description : A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
4
4
name : argo-cd
5
- version : 2.14.7
5
+ version : 2.14.8
6
6
home : https://github.com/argoproj/argo-helm
7
7
icon : https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
8
8
keywords :
@@ -14,3 +14,4 @@ maintainers:
14
14
- name : alexmt
15
15
- name : jessesuen
16
16
- name : seanson
17
+
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ metadata:
14
14
spec :
15
15
selector :
16
16
matchLabels :
17
- app.kubernetes.io/name : {{ include "argo-cd.name" . }}-application- controller
17
+ app.kubernetes.io/name : {{ include "argo-cd.name" . }}-{{ .Values. controller.name }}
18
18
app.kubernetes.io/instance : {{ .Release.Name }}
19
19
{{- if .Values.controller.enableStatefulSet }}
20
20
serviceName : {{ template "argo-cd.controller.fullname" . }}
You can’t perform that action at this time.
0 commit comments