We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e0ad0 commit 7e65f3dCopy full SHA for 7e65f3d
.github/configs/updatecli.d/grafana.yaml
@@ -1,12 +1,11 @@
1
-name: Bump dependency "loki" for Helm chart "meta-monitoring"
+name: Bump grafana version specified in the values.yaml
2
sources:
3
latestGrafanaRelease:
4
name: Get latest grafana release on Github
5
kind: githubrelease
6
spec:
7
owner: grafana
8
repository: grafana
9
- name: loki
10
versionfilter:
11
kind: latest
12
conditions:
@@ -25,4 +24,4 @@ targets:
25
24
key: grafana.image
26
name: charts/meta-monitoring
27
versionincrement: none
28
- sourceid: loki
+ sourceid: latestGrafanaRelease
0 commit comments