File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
charts/kube-prometheus-stack Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ name: kube-prometheus-stack
2828sources :
2929 - https://github.com/prometheus-community/helm-charts
3030 - https://github.com/prometheus-operator/kube-prometheus
31- version : 81.6.7
31+ version : 81.6.8
3232# renovate: github=prometheus-operator/prometheus-operator
3333appVersion : v0.88.1
3434kubeVersion : " >=1.25.0-0"
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ global:
334334{ {- $fullname := include " kube-prometheus-stack.operator.fullname" . } }
335335{ {- $namespace := include " kube-prometheus-stack.namespace" . } }
336336{ {- $fullname } }
337- { {- $fullname } }.{ { $namespace } }.svc
337+ { { $fullname } }.{ { $namespace } }.svc
338338{ {- if .Values.prometheusOperator.admissionWebhooks.deployment.enabled } }
339339{ { $fullname } }-webhook
340340{ { $fullname } }-webhook.{ { $namespace } }.svc
You can’t perform that action at this time.
0 commit comments