diff --git a/charts/argocd/Chart.yaml b/charts/argocd/Chart.yaml index a3e2d65d6..6fa4c1e54 100644 --- a/charts/argocd/Chart.yaml +++ b/charts/argocd/Chart.yaml @@ -3,7 +3,7 @@ name: argocd description: ArgoCD, with a few extras type: application -version: 0.3.23 +version: 0.3.24 dependencies: - name: common version: 2.23.0 diff --git a/charts/argocd/values.yaml b/charts/argocd/values.yaml index 54bcd6780..c0cf1f70e 100644 --- a/charts/argocd/values.yaml +++ b/charts/argocd/values.yaml @@ -49,6 +49,10 @@ argo-cd: podAnnotations: prometheus.io/scrape: "true" prometheus.io/port: "8082" + applicationSet: + podAnnotations: + prometheus.io/scrape: "true" + prometheus.io/port: "8080" ingress: enabled: true