mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 10:18:39 +00:00
Downgrade CAPI operator
Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user