Skip to content

Commit

Permalink
feat(helm): Replace bloom compactor with bloom planner and builder (#…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
chaudum authored Sep 3, 2024
1 parent 51f9376 commit 08e61ca
Show file tree
Hide file tree
Showing 17 changed files with 1,118 additions and 305 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ production/helm/loki/src/helm-test/helm-test:
helm-lint: ## run helm linter
$(MAKE) -BC production/helm/loki lint

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

#################
# Loki-QueryTee #
Expand Down
Loading

0 comments on commit 08e61ca

Please sign in to comment.