Skip to content

Commit

Permalink
Add Makefile target for updating images
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Oct 23, 2023
1 parent 2685c1d commit 1412faf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit 1412faf

Please sign in to comment.