diff --git a/cmd/podmon/Makefile b/cmd/podmon/Makefile index 9159ef78..acf76c0c 100644 --- a/cmd/podmon/Makefile +++ b/cmd/podmon/Makefile @@ -17,7 +17,7 @@ MINOR=0 PATCH=54 VERSION?="v$(MAJOR).$(MINOR).$(PATCH)" REGISTRY?="${REGISTRY_HOST}:${REGISTRY_PORT}/podmon" -BASEIMAGE?="resiliency-micro:latest" +BASEIMAGE?="resiliency-ubimicro:latest" clean: go clean ./...