diff --git a/Makefile b/Makefile index 1387095266..4eb4e799ea 100644 --- a/Makefile +++ b/Makefile @@ -297,6 +297,7 @@ artifacts: kustomize yq helm $(KUSTOMIZE) build config/dev -o artifacts/manifests-dev.yaml $(KUSTOMIZE) build config/alpha-enabled -o artifacts/manifests-alpha-enabled.yaml $(KUSTOMIZE) build config/prometheus -o artifacts/prometheus.yaml + $(KUSTOMIZE) build config/visibility -o artifacts/visibility-api.yaml @$(call clean-manifests) # Update the image tag and policy $(YQ) e '.controllerManager.manager.image.repository = "$(IMAGE_REPO)" | .controllerManager.manager.image.tag = "$(GIT_TAG)" | .controllerManager.manager.image.pullPolicy = "IfNotPresent"' -i charts/kueue/values.yaml