Move common-envs.mk and package.mk from scripts/ to hack/ directory. Update all Makefile includes to use new paths. Remove unused issue-flux-certificates.sh script. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
7 lines
210 B
Makefile
7 lines
210 B
Makefile
include ../../../hack/package.mk
|
|
|
|
update:
|
|
rm -rf charts
|
|
helm repo add goldpinger https://bloomberg.github.io/goldpinger
|
|
helm repo update goldpinger
|
|
helm pull goldpinger/goldpinger --untar --untardir charts
|