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 74
74
sources :
75
75
- repoURL : https://prometheus-community.github.io/helm-charts
76
76
chart : kube-prometheus-stack
77
- targetRevision : 62.6 .0
77
+ targetRevision : 69.7 .0
78
78
helm :
79
79
releaseName : kube-prometheus-stack
80
80
valueFiles :
Original file line number Diff line number Diff line change @@ -46,3 +46,26 @@ grafana:
46
46
gnetId : 14057
47
47
revision : 1
48
48
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