From e9eea782838e6de19b3b931a05f75d32bf219f61 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 13 Mar 2025 16:04:25 +0100 Subject: [PATCH] ci(make): Upgrade installation Signed-off-by: rjshrjndrn --- scripts/helmcharts/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/helmcharts/Makefile b/scripts/helmcharts/Makefile index 891768c37..28ca3d81e 100644 --- a/scripts/helmcharts/Makefile +++ b/scripts/helmcharts/Makefile @@ -16,6 +16,9 @@ clean: ## Clean up the installation install: ## Install the application 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 for image in $(shell kubectl get pods -n app -o jsonpath='{.items[*].spec.containers[*].image}'); do \ sudo crictl pull $$image; \