Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 82.9.0
version: 82.9.1
# renovate: github=prometheus-operator/prometheus-operator
appVersion: v0.89.0
kubeVersion: ">=1.25.0-0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ spec:
statusCode: 301
{{- else }}
- backendRefs:
- name: {{ $serviceName }}
- group: ""
kind: Service
weight: 1
name: {{ $serviceName }}
port: {{ $servicePort }}
{{- with $route.filters }}
filters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ spec:
statusCode: 301
{{- else }}
- backendRefs:
- name: {{ $serviceName }}
- group: ""
kind: Service
weight: 1
name: {{ $serviceName }}
port: {{ $servicePort }}
{{- with $route.filters }}
filters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ spec:
statusCode: 301
{{- else }}
- backendRefs:
- name: {{ $serviceName }}
- group: ""
kind: Service
weight: 1
name: {{ $serviceName }}
port: {{ $servicePort }}
{{- with $route.filters }}
filters:
Expand Down