Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .holo/branches/k8s-blueprint/loki/helm-chart.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[holomapping]
holosource = "loki"
root = "charts/loki"
root = "production/helm/loki"
files = [
"**",
"!templates/tests/**"
"*.yaml",
"src/**",
"templates/**"
]
4 changes: 2 additions & 2 deletions .holo/sources/loki.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[holosource]
url = "https://github.com/grafana/helm-charts.git"
ref = "refs/tags/loki-2.16.0"
url = "https://github.com/grafana/loki"
ref = "refs/tags/helm-loki-3.2.1"
1 change: 1 addition & 0 deletions k8s-common/.holo/lenses/loki.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ merge = "replace"
[hololens.helm]
namespace = "loki"
release_name = "loki"
namespace_fill = true

chart_path = "helm-chart"
value_files = [
Expand Down
5 changes: 5 additions & 0 deletions k8s-common/loki/default-values.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# These values as applied first as template-provided defaults
loki:
commonConfig:
replication_factor: 1
storage:
type: 'filesystem'
2 changes: 1 addition & 1 deletion k8s-common/loki/release-values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# These values as applied last as downstream overrides
# See https://github.com/grafana/helm-charts/blob/main/charts/loki/values.yaml
# See https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml