Skip to content

Commit 604947f

Browse files
committed
address comments
1 parent 1ff6b92 commit 604947f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ ifndef ignore-not-found
224224
ignore-not-found = false
225225
endif
226226

227-
clean-manifests = (cd config/manager && $(KUSTOMIZE) edit set image controller=registry.k8s.io/lws/lws:main)
227+
clean-manifests = (cd config/manager && $(KUSTOMIZE) edit set image controller=registry.k8s.io/lws/lws:$(RELEASE_BRANCH))
228228

229229
.PHONY: install
230230
install: manifests kustomize ## Install CRDs into the K8s cluster specified in ~/.kube/config.

0 commit comments

Comments
 (0)