Merge "Allow to package charts in specified directory"

This commit is contained in:
Zuul 2024-10-01 15:35:21 +00:00 committed by Gerrit Code Review
commit cac86d1809

View File

@ -20,6 +20,10 @@ ifdef VERSION
PKG_ARGS += --version $(VERSION)
endif
ifdef PACKAGE_DIR
PKG_ARGS += --destination $(PACKAGE_DIR)
endif
EXCLUDES := helm-toolkit doc tests tools logs tmp roles playbooks releasenotes zuul.d
CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))