Skip to content

Commit 5f45478

Browse files
committed
fix: revert image name/tag changes
Signed-off-by: Mateusz Urbanek <[email protected]>
1 parent d7fcd83 commit 5f45478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ PLATFORM ?= linux/$(GOARCH)
4040
BUILD_ARGS ?=
4141

4242
# Image tag for controller image build
43-
CONTROLLER_TAG ?= localhost:5005/cosi-controller:dev-$(shell git describe --match='' --always --abbrev=6 --dirty)
43+
CONTROLLER_TAG ?= cosi-controller:latest
4444

4545
# Image tag for sidecar image build
46-
SIDECAR_TAG ?= localhost:5005/cosi-provisioner-sidecar:dev-$(shell git describe --match='' --always --abbrev=6 --dirty)
46+
SIDECAR_TAG ?= cosi-provisioner-sidecar:latest
4747

4848
##@ Development
4949

0 commit comments

Comments
 (0)