Skip to content

Commit

Permalink
Generate an artifact for the visibility-api (kubernetes-sigs#1812)
Browse files Browse the repository at this point in the history
Change-Id: I5e44372ee23b253c6eeb2a71c8a97dd0370e5072
  • Loading branch information
alculquicondor authored and vsoch committed Apr 18, 2024
1 parent 747c0ea commit 3ea9d7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 3ea9d7c

Please sign in to comment.