Skip to content

Commit 11c8edb

Browse files
docs: 📝 helm release docs
Signed-off-by: Mario Vejlupek <[email protected]>
1 parent 3817675 commit 11c8edb

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,15 @@ test:
44
template:
55
helm template --debug --output-dir=./tmp/ -n customer-monitoring-system --set-file script_py=./examples/s3-metrics.py -f ./tmp/values.test.yaml s3-metrics ./helm
66

7+
chart_release:
8+
git checkout gh-pages
9+
git merge main
10+
git commit -m "merged"
11+
helm package ./helm
12+
helm repo index
13+
git add .
14+
git commit -m "update chart"
15+
git push origin gh-pages
16+
git checkout main
17+
18+
.PHONY: test template chart_release

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Python-AWS-Exporter-
22

33
Base image for Python scripts exporting AWS resources using boto library to Prometheus
4+
5+
TODO:
6+
7+
Automated chart release, till then run `mk chart_release`.

0 commit comments

Comments
 (0)