Skip to content

Commit 7c7319f

Browse files
feat(loki): integrate standalone v3 helm chart
1 parent 97b8623 commit 7c7319f

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[holomapping]
22
holosource = "loki"
3-
root = "charts/loki"
3+
root = "production/helm/loki"
44
files = [
5-
"**",
6-
"!templates/tests/**"
5+
"*.yaml",
6+
"src/**",
7+
"templates/**"
78
]

.holo/sources/loki.toml

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

k8s-common/.holo/lenses/loki.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ merge = "replace"
1212
[hololens.helm]
1313
namespace = "loki"
1414
release_name = "loki"
15+
namespace_fill = true
1516

1617
chart_path = "helm-chart"
1718
value_files = [
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
# These values as applied first as template-provided defaults
2+
loki:
3+
commonConfig:
4+
replication_factor: 1
5+
storage:
6+
type: 'filesystem'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# These values as applied last as downstream overrides
2-
# See https://github.com/grafana/helm-charts/blob/main/charts/loki/values.yaml
2+
# See https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml

0 commit comments

Comments
 (0)