Skip to content

Commit

Permalink
Makefile: set upstream descheduler version
Browse files Browse the repository at this point in the history
  • Loading branch information
ingvagabund committed Jan 18, 2024
1 parent d8db5c8 commit 1ec3700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ include $(addprefix ./vendor/github.com/openshift/build-machinery-go/make/, \
# Exclude e2e tests from unit testing
GO_TEST_PACKAGES :=./pkg/... ./cmd/...
GO_BUILD_FLAGS :=-tags strictfipsruntime
GO_LD_EXTRAFLAGS :=-X sigs.k8s.io/descheduler/pkg/version=0.28.0
IMAGE_REGISTRY :=registry.svc.ci.openshift.org

# This will call a macro called "build-image" which will generate image specific targets based on the parameters:
Expand Down

0 comments on commit 1ec3700

Please sign in to comment.