Skip to content

Commit e080290

Browse files
authored
Merge pull request #578 from cnvergence/rename-images
update makefile image repo name
2 parents b04552e + fd42612 commit e080290

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export UGET_VERSIONED_BINARIES = true
2626
# Image build configuration
2727
# REV is the short git sha of latest commit.
2828
export REV ?= $(shell git rev-parse --short HEAD)
29-
export IMAGE_REPO ?= kube-bind
29+
export IMAGE_REPO ?= kbind-dev
3030

3131
BOILERPLATE_VERSION := 201dcad9616c117927232ee0bc499ff38a27023e
3232
CODE_GENERATOR_VERSION := v2.4.0
@@ -468,7 +468,7 @@ image-sign: ## Cosign-sign pushed images by digest (requires cosign + image-push
468468
release-images: image-push image-sign ## Build, push, and sign release images
469469

470470
# Kind cluster configuration
471-
KIND_CLUSTER ?= kube-bind
471+
KIND_CLUSTER ?= kbind
472472
DOCKER_REPO ?= $(IMAGE_REPO)
473473

474474
.PHONY: kind-load

0 commit comments

Comments
 (0)