Skip to content

Commit

Permalink
Generate an artifact for the visibility-api
Browse files Browse the repository at this point in the history
Change-Id: I5e44372ee23b253c6eeb2a71c8a97dd0370e5072
  • Loading branch information
alculquicondor committed Mar 7, 2024
1 parent 46cd645 commit b2f428f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit b2f428f

Please sign in to comment.