2024-07-15 21:26:25 +00:00
|
|
|
help:
|
|
|
|
./bin/charts-build-scripts --help
|
|
|
|
|
2021-01-15 06:28:38 +00:00
|
|
|
pull-scripts:
|
|
|
|
./scripts/pull-scripts
|
|
|
|
|
2022-01-04 00:10:36 +00:00
|
|
|
remove:
|
|
|
|
./scripts/remove-asset
|
|
|
|
|
2022-03-07 19:33:22 +00:00
|
|
|
forward-port:
|
|
|
|
./scripts/forward-port
|
|
|
|
|
2023-09-07 02:52:40 +00:00
|
|
|
check-release-yaml:
|
|
|
|
./scripts/check-release-yaml
|
|
|
|
|
2024-06-26 17:11:28 +00:00
|
|
|
validate:
|
2024-05-24 19:44:54 +00:00
|
|
|
@./scripts/pull-scripts
|
2024-06-26 17:11:28 +00:00
|
|
|
@./bin/charts-build-scripts validate $(if $(filter true,$(remote)),--remote) $(if $(filter true,$(local)),--local)
|
2024-05-24 19:44:54 +00:00
|
|
|
|
2024-07-15 21:26:25 +00:00
|
|
|
TARGETS := prepare patch clean clean-cache charts list index unzip zip standardize template regsync check-images check-rc enforce-lifecycle lifecycle-status auto-forward-port
|
2021-01-15 06:28:38 +00:00
|
|
|
|
|
|
|
$(TARGETS):
|
2022-01-04 00:10:36 +00:00
|
|
|
@./scripts/pull-scripts
|
|
|
|
@./bin/charts-build-scripts $@
|
2021-01-15 06:28:38 +00:00
|
|
|
|
|
|
|
.PHONY: $(TARGETS)
|