We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7de36d commit 0fae436Copy full SHA for 0fae436
charts/grafana/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: grafana
3
-version: 9.2.8
+version: 9.2.9
4
appVersion: 12.0.2
5
kubeVersion: "^1.8.0-0"
6
description: The leading tool for querying and visualizing time series and metrics.
charts/grafana/templates/route.yaml
@@ -34,6 +34,7 @@ spec:
34
port: {{ $.Values.service.port }}
35
group: ''
36
kind: Service
37
+ weight: 1
38
{{- with $route.filters }}
39
filters:
40
{{- toYaml . | nindent 8 }}
0 commit comments