We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fcd83 commit 5f45478Copy full SHA for 5f45478
Makefile
@@ -40,10 +40,10 @@ PLATFORM ?= linux/$(GOARCH)
40
BUILD_ARGS ?=
41
42
# Image tag for controller image build
43
-CONTROLLER_TAG ?= localhost:5005/cosi-controller:dev-$(shell git describe --match='' --always --abbrev=6 --dirty)
+CONTROLLER_TAG ?= cosi-controller:latest
44
45
# Image tag for sidecar image build
46
-SIDECAR_TAG ?= localhost:5005/cosi-provisioner-sidecar:dev-$(shell git describe --match='' --always --abbrev=6 --dirty)
+SIDECAR_TAG ?= cosi-provisioner-sidecar:latest
47
48
##@ Development
49
0 commit comments