From 1412faffd24d9a69aa566e1296f1391cc564c64e Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Mon, 23 Oct 2023 11:04:48 +0100 Subject: [PATCH] Add Makefile target for updating images Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 75bad01..cbb8dc4 100644 --- a/Makefile +++ b/Makefile @@ -73,4 +73,8 @@ test-e2e: verify-compose: @echo Verifying docker-compose.yaml images in remote registries && \ - arkade chart verify --verbose=$(VERBOSE) -f ./docker-compose.yaml \ No newline at end of file + arkade chart verify --verbose=$(VERBOSE) -f ./docker-compose.yaml + +upgrade-compose: + @echo Checking for newer images in remote registries && \ + arkade chart upgrade -f ./docker-compose.yaml --write