Skip to content

Commit 08e61ca

Browse files
authored
feat(helm): Replace bloom compactor with bloom planner and builder (#14003)
This is PR is part of the process of removing the bloom compactor and replace it with bloom planner and bloom builder. Part of #13957 Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
1 parent 51f9376 commit 08e61ca

17 files changed

+1118
-305
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ production/helm/loki/src/helm-test/helm-test:
193193
helm-lint: ## run helm linter
194194
$(MAKE) -BC production/helm/loki lint
195195

196-
helm-docs:
197-
helm-docs -c production/helm/loki -g production/helm/loki
196+
helm-docs: ## generate reference documentation
197+
$(MAKE) -BC docs sources/setup/install/helm/reference.md
198198

199199
#################
200200
# Loki-QueryTee #

0 commit comments

Comments
 (0)