mirror of
https://github.com/lukaszraczylo/helm-charts.git
synced 2026-06-22 03:52:04 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
CHART_DIRS := $(shell find . -maxdepth 2 -name Chart.yaml -exec dirname {} \;)
|
||||
PWD := $(shell pwd)
|
||||
|
||||
release-charts:
|
||||
@for dir in $(CHART_DIRS); do \
|
||||
cd $$dir; \
|
||||
cr package --config ../../chart-releaser.yaml; \
|
||||
cr upload --config ../../chart-releaser.yaml --skip-existing; \
|
||||
cr index --config ../../chart-releaser.yaml; \
|
||||
cd $(PWD); \
|
||||
done
|
||||
Reference in New Issue
Block a user