mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
12 lines
346 B
Makefile
12 lines
346 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 ../../../scripts/package.mk
|
|
|
|
update: clean capi-operator-update
|
|
rm -rf charts/cluster-api-operator/charts/
|