From b2f428ff7d21a69cb48fe14af164480a001ffa74 Mon Sep 17 00:00:00 2001 From: Aldo Culquicondor Date: Thu, 7 Mar 2024 17:55:01 +0000 Subject: [PATCH] Generate an artifact for the visibility-api Change-Id: I5e44372ee23b253c6eeb2a71c8a97dd0370e5072 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 77194f4d4a..a2eefb25e8 100644 --- a/Makefile +++ b/Makefile @@ -293,6 +293,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