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>
11 lines
343 B
Makefile
11 lines
343 B
Makefile
export NAME=capi-operator
|
|
export NAMESPACE=cozy-cluster-api
|
|
export REPO_NAME=capi-operator
|
|
export REPO_URL=https://kubernetes-sigs.github.io/cluster-api-operator
|
|
export CHART_NAME=cluster-api-operator
|
|
export CHART_VERSION=^0.19
|
|
|
|
include ../../../hack/package.mk
|
|
|
|
update: clean capi-operator-update
|
|
rm -rf charts/cluster-api-operator/charts/
|