···297297deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config.
298298 cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
299299 $(KUSTOMIZE) build config/default | $(KUBECTL) apply -f -
300300+ @echo "Waiting for deployment to be ready and forcing rollout to pull fresh image..."
301301+ $(KUBECTL) rollout restart deployment/loom-controller-manager -n loom-system
302302+ $(KUBECTL) rollout status deployment/loom-controller-manager -n loom-system --timeout=120s
300303301304.PHONY: undeploy
302305undeploy: kustomize ## Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
···197197)
198198199199// Use our custom version of tangled until its upstreamed
200200-replace tangled.org/core => tangled.org/evan.jarrett.net/core v1.9.1-alpha.0.20251109170743-a3bd4cd90024
200200+replace tangled.org/core => tangled.org/evan.jarrett.net/core v1.9.1-alpha.0.20251109203816-d73c73e8728b