ci(make): Upgrade installation

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2025-03-13 16:04:25 +01:00
parent 0f4c509582
commit e9eea78283

View file

@ -16,6 +16,9 @@ clean: ## Clean up the installation
install: ## Install the application install: ## Install the application
OR_VERSION=$(version) OVERRIDE_FILE=$(override_file) openreplay -i $(domain) OR_VERSION=$(version) OVERRIDE_FILE=$(override_file) openreplay -i $(domain)
upgrade-release: ## upgrade the application
OR_VERSION=$(version) OVERRIDE_FILE=$(override_file) RELEASE_UPGRADE=1 openreplay -u
pull: ## Pull the latest version of the application pull: ## Pull the latest version of the application
for image in $(shell kubectl get pods -n app -o jsonpath='{.items[*].spec.containers[*].image}'); do \ for image in $(shell kubectl get pods -n app -o jsonpath='{.items[*].spec.containers[*].image}'); do \
sudo crictl pull $$image; \ sudo crictl pull $$image; \