Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Danielle <dani@builds.terrible.systems>
  • Loading branch information
michelleN and endocrimes authored Mar 4, 2024
1 parent 1df1f91 commit cb9e1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IMG ?= $(IMG_REPO):$(shell git rev-parse --short HEAD)-dev

# Default registry and secret name for working with private container registries
REGISTRY ?= $(shell echo "$(IMG)" | cut -d '/' -f 1)
DEFAULT_REGISTRY_SECRET_NAME := registry-credentials
REGISTRY_SECRET_NAME ?= registry-credentials

# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.28.3
Expand Down

0 comments on commit cb9e1b7

Please sign in to comment.