File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
charts/kube-prometheus-stack
templates/prometheus-operator Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ name: kube-prometheus-stack
3131sources :
3232 - https://github.com/prometheus-community/helm-charts
3333 - https://github.com/prometheus-operator/kube-prometheus
34- version : 79.2.0
34+ version : 79.2.1
3535# renovate: github=prometheus-operator/prometheus-operator
3636appVersion : v0.86.1
3737kubeVersion : " >=1.25.0-0"
Original file line number Diff line number Diff line change 8181 - watch
8282- apiGroups :
8383 - " "
84+ - events.k8s.io
8485 resources :
8586 - events
8687 verbs :
@@ -100,7 +101,6 @@ rules:
100101 - storageclasses
101102 verbs :
102103 - get
103- {{- if .Capabilities.APIVersions.Has "discovery.k8s.io/v1/EndpointSlice" }}
104104- apiGroups :
105105 - discovery.k8s.io
106106 resources :
@@ -113,4 +113,3 @@ rules:
113113 - update
114114 - delete
115115{{- end }}
116- {{- end }}
You can’t perform that action at this time.
0 commit comments