Skip to content

Commit e2c6028

Browse files
fix - support non default ArgoCD server host in event reporter
1 parent aab3e34 commit e2c6028

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/gitops-runtime/Chart.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ maintainers:
1414
annotations:
1515
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
1616
artifacthub.io/changes: |-
17+
- kind: changed
18+
description: fix - support non default ArgoCD server host in event reporter
19+
- kind: changed
20+
description: update release 0.10 draft
1721
- kind: changed
1822
description: update init container version (#264)
1923
- kind: changed

charts/gitops-runtime/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ sealed-secrets:
130130
cpu: 200m
131131
memory: 512Mi
132132
# ---------------------------------------------------------------------------------------------------------------------
133-
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-6.11.1-5-cap-2.11-2024.7.30-a31bf96bb/charts/argo-cd
133+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-6.11.1-6-cap-2.11-2024.7.30-a31bf96bb/charts/argo-cd
134134
# ---------------------------------------------------------------------------------------------------------------------
135135
argo-cd:
136136
fullnameOverride: argo-cd

0 commit comments

Comments
 (0)