We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff6b92 commit 604947fCopy full SHA for 604947f
Makefile
@@ -224,7 +224,7 @@ ifndef ignore-not-found
224
ignore-not-found = false
225
endif
226
227
-clean-manifests = (cd config/manager && $(KUSTOMIZE) edit set image controller=registry.k8s.io/lws/lws:main)
+clean-manifests = (cd config/manager && $(KUSTOMIZE) edit set image controller=registry.k8s.io/lws/lws:$(RELEASE_BRANCH))
228
229
.PHONY: install
230
install: manifests kustomize ## Install CRDs into the K8s cluster specified in ~/.kube/config.
0 commit comments