Skip to content

Commit eff6fdf

Browse files
refactor(grafana): split source definitions for each grafana component
1 parent df3e5bf commit eff6fdf

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.holo/branches/k8s-blueprint/loki/helm-chart.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[holomapping]
2-
holosource = "grafana"
2+
holosource = "loki"
33
root = "charts/loki"
44
files = [
55
"**",

.holo/branches/k8s-blueprint/promtail/helm-chart.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[holomapping]
2-
holosource = "grafana"
2+
holosource = "promtail"
33
root = "charts/promtail"
44
files = [
55
"**",

.holo/sources/loki.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[holosource]
2+
url = "https://github.com/grafana/helm-charts.git"
3+
ref = "refs/tags/loki-2.10.1"

.holo/sources/promtail.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[holosource]
2+
url = "https://github.com/grafana/helm-charts.git"
3+
ref = "refs/tags/promtail-3.11.0"

0 commit comments

Comments
 (0)