Skip to content

Commit f23019f

Browse files
authored
fix(argo-cd): fixed service port issue with applicationset webhook httproute (#3862)
* fix(argo-cd): fixed service port issue with applicationset webhook httproute Signed-off-by: Yahia <[email protected]> * fix(argo-cd): Update changelog Signed-off-by: Yahia <[email protected]> * fix(argo-cd): Update changelog Signed-off-by: Yahia <[email protected]> --------- Signed-off-by: Yahia <[email protected]>
1 parent 3e2e7d5 commit f23019f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/argo-cd/Chart.yaml

Lines changed: 2 additions & 2 deletions
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:
@@ -27,4 +27,4 @@ annotations:
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
2929
- kind: fixed
30-
description: Support empty matches in GRPCRoute and HTTPRoute rules.
30+
description: Fix an issue with the applicationset webhook service port in the HTTPRoute

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)