Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 553ffbf

Browse files
committed
Download helm dependecies when necessary
1 parent 59f2aa9 commit 553ffbf

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ goreleaser/lint: $(BIN)/goreleaser
286286

287287
.PHONY: helm/check
288288
helm/check: $(BIN)/kubeval $(BIN)/helm
289+
$(BIN)/helm repo add --force-update minio https://charts.min.io/
290+
$(BIN)/helm dependency build ./operations/phlare/helm/phlare/
289291
mkdir -p ./operations/phlare/helm/phlare/rendered/
290292
$(BIN)/helm template phlare-dev ./operations/phlare/helm/phlare/ \
291293
| tee ./operations/phlare/helm/phlare/rendered/single-binary.yaml \

operations/phlare/helm/phlare/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.
19.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)