diff --git a/Makefile b/Makefile index c0a8889..90624a3 100644 --- a/Makefile +++ b/Makefile @@ -40,5 +40,6 @@ test-unit: .PHONY: deploy deploy: @source venv/activate > /dev/null; \ + git fetch origin main --quiet; \ helm upgrade --install pi-agent helm/pi-agent \ --set image.tag=$(shell git rev-parse --short origin/main); \ No newline at end of file