Skip to content

Commit 0fae436

Browse files
erickuiperEric Kuiper
andauthored
[grafana] Add additional default value for HTTRoute backend (#3775)
Co-authored-by: Eric Kuiper <[email protected]>
1 parent d7de36d commit 0fae436

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/grafana/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: grafana
3-
version: 9.2.8
3+
version: 9.2.9
44
appVersion: 12.0.2
55
kubeVersion: "^1.8.0-0"
66
description: The leading tool for querying and visualizing time series and metrics.

charts/grafana/templates/route.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ spec:
3434
port: {{ $.Values.service.port }}
3535
group: ''
3636
kind: Service
37+
weight: 1
3738
{{- with $route.filters }}
3839
filters:
3940
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)