ci(make): Upgrade installation
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
0f4c509582
commit
e9eea78283
1 changed files with 3 additions and 0 deletions
|
|
@ -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; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue