fix(argo-cd): Default applicationSet metrics port to 8085 (#2125)
Change applicationSet controller metrics port to 8085 Signed-off-by: Tero Ahonen <tahonen@liftoff.io> Co-authored-by: Tero Ahonen <tahonen@liftoff.io>
This commit is contained in:
parent
c44f10eb37
commit
b8c29f7db6
3 changed files with 5 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ appVersion: v2.7.6
|
|||
kubeVersion: ">=1.23.0-0"
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 5.36.5
|
||||
version: 5.36.6
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
|
@ -28,3 +28,5 @@ annotations:
|
|||
artifacthub.io/changes: |
|
||||
- kind: changed
|
||||
description: Upgrade Argo CD to v2.7.6
|
||||
- kind: changed
|
||||
description: applicationSet.containerPorts.metrics to 8085
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue