Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export UGET_VERSIONED_BINARIES = true
# Image build configuration
# REV is the short git sha of latest commit.
export REV ?= $(shell git rev-parse --short HEAD)
export IMAGE_REPO ?= kube-bind
export IMAGE_REPO ?= kbind-dev

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

# Kind cluster configuration
KIND_CLUSTER ?= kube-bind
KIND_CLUSTER ?= kbind
DOCKER_REPO ?= $(IMAGE_REPO)

.PHONY: kind-load
Expand Down