mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 18:18:41 +00:00
capi-operator example for airgapped installation
This commit is contained in:
@@ -1,11 +1,21 @@
|
||||
NAME=capi-operator
|
||||
NAMESPACE=cozy-cluster-api
|
||||
TYPE=system
|
||||
|
||||
include ../../../scripts/common-envs.mk
|
||||
include ../../../scripts/package-system.mk
|
||||
|
||||
update:
|
||||
update: update-charts update-dockerfiles
|
||||
|
||||
update-charts:
|
||||
rm -rf charts
|
||||
helm repo add capi-operator https://kubernetes-sigs.github.io/cluster-api-operator
|
||||
helm repo update capi-operator
|
||||
helm pull capi-operator/cluster-api-operator --untar --untardir charts
|
||||
rm -rf charts/cluster-api-operator/charts
|
||||
|
||||
update-dockerfiles:
|
||||
../../../scripts/update-dockerfiles.sh with_helm
|
||||
|
||||
image:
|
||||
../../../scripts/build-images.sh $(REGISTRY) $(NAME) $(TYPE) $(PUSH) $(LOAD)
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
FROM registry.k8s.io/capi-operator/cluster-api-operator:v0.8.1
|
||||
Reference in New Issue
Block a user