Skip to content

Commit 1782931

Browse files
committed
fix(argo-cd): fixed service port issue with applicationset webhook httproute
Signed-off-by: Yahia <yahia.berchi@tiime.fr>
1 parent 3e2e7d5 commit 1782931

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/argo-cd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v3.3.8
33
kubeVersion: ">=1.25.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 9.5.8
6+
version: 9.5.9
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:

charts/argo-cd/templates/argocd-applicationset/httproute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
- group: ''
3838
kind: Service
3939
name: {{ $fullName }}
40-
port: {{ .Values.applicationSet.service.port }}
40+
port: {{ $.Values.applicationSet.service.port }}
4141
weight: 1
4242
{{- end }}
4343
{{- end }}

0 commit comments

Comments
 (0)