···5050# This is useful for CI or a project to utilize a specific version of the operator-sdk toolkit.
5151OPERATOR_SDK_VERSION ?= v1.41.1
5252# Image URL to use all building/pushing image targets
5353-IMG ?= controller:latest
5353+IMG ?= atcr.io/evan.jarrett.net/loom:latest
54545555# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
5656ifeq (,$(shell go env GOBIN))