Downgrade CAPI operator

Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
This commit is contained in:
Timofei Larkin
2025-05-14 15:16:14 +03:00
parent 2c6338a2ef
commit d002879b0b
12 changed files with 188 additions and 428 deletions

View File

@@ -29,3 +29,11 @@ delete: check suspend ## Delete Helm release from a Kubernetes cluster
check:
@if [ -z "$(NAME)" ]; then echo "env NAME is not set!" >&2; exit 1; fi
@if [ -z "$(NAMESPACE)" ]; then echo "env NAMESPACE is not set!" >&2; exit 1; fi
clean:
rm -rf charts/
%-update:
helm repo add $(REPO_NAME) $(REPO_URL)
helm repo update $(REPO_NAME)
helm pull $(REPO_NAME)/$(CHART_NAME) --untar --untardir charts --version "$(CHART_VERSION)"