File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 7474 sources :
7575 - repoURL : https://prometheus-community.github.io/helm-charts
7676 chart : kube-prometheus-stack
77- targetRevision : 62.6 .0
77+ targetRevision : 69.7 .0
7878 helm :
7979 releaseName : kube-prometheus-stack
8080 valueFiles :
Original file line number Diff line number Diff line change @@ -46,3 +46,26 @@ grafana:
4646 gnetId : 14057
4747 revision : 1
4848 datasource : Prometheus
49+
50+ # prevent ArgoCD from getting hung up on the webhook jobs
51+ # https://github.com/prometheus-community/helm-charts/issues/4500#issuecomment-2693911587
52+ prometheusOperator :
53+ admissionWebhooks :
54+ enabled : true
55+
56+ annotations :
57+ argocd.argoproj.io/hook : PreSync
58+ argocd.argoproj.io/hook-delete-policy : HookSucceeded
59+
60+ patch :
61+ annotations :
62+ argocd.argoproj.io/hook : PreSync
63+ argocd.argoproj.io/hook-delete-policy : HookSucceeded
64+
65+ mutatingWebhookConfiguration :
66+ annotations :
67+ argocd.argoproj.io/hook : PreSync
68+
69+ validatingWebhookConfiguration :
70+ annotations :
71+ argocd.argoproj.io/hook : PreSync
You can’t perform that action at this time.
0 commit comments