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

Commit 28a4404

Browse files
authored
Merge pull request #362 from grafana/20221025_helm-with-minio
Add minio to helm
2 parents 0850dce + 553ffbf commit 28a4404

File tree

12 files changed

+782
-105
lines changed

12 files changed

+782
-105
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
bin
33
# Test binary, built with `go test -c`
44
*.test
5-
phlare
6-
profilecli
5+
/phlare
6+
/profilecli
77

88
# Output of the go coverage tool, specifically when used with LiteIDE
99
*.out

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 \
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies:
2+
- name: minio
3+
repository: https://charts.min.io/
4+
version: 4.0.12
5+
digest: sha256:2afb1e2bfa6869e8e2acf3e2c092c02d3f48768a06031844f3e361c0826d02b1
6+
generated: "2022-10-25T13:53:35.413095103+01:00"
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
apiVersion: v2
22
name: phlare
33
description: 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
4-
54
type: application
65
version: 0.1.0
76
appVersion: 0.0.0
7+
dependencies:
8+
- name: minio
9+
alias: minio
10+
version: 4.0.12
11+
repository: https://charts.min.io/
12+
condition: minio.enabled
19.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)