File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ APPWRAPPER_VERSION ?= v1.1.1
1616APPWRAPPER_REPO ?= github.com/project-codeflare/appwrapper
1717APPWRAPPER_CRD ?= ${APPWRAPPER_REPO}/config/crd?ref=${APPWRAPPER_VERSION}
1818
19- # KUEUE_VERSION defines the default version of Kueue (used for testing)
19+ # KUEUE_VERSION defines the version of Kueue deployed for testing
2020KUEUE_VERSION ?= v0.11.0
2121
2222USE_RHOAI ?= true
@@ -160,7 +160,6 @@ vet: ## Run go vet against code.
160160.PHONY : modules
161161modules : # # Update Go dependencies.
162162 go get github.com/ray-project/kuberay/ray-operator@$(KUBERAY_VERSION )
163- go get sigs.k8s.io/kueue@$(KUEUE_VERSION )
164163 go get github.com/project-codeflare/appwrapper@$(APPWRAPPER_VERSION )
165164 go mod tidy
166165
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323 k8s.io/klog/v2 v2.130.1
2424 k8s.io/utils v0.0.0-20241210054802-24370beab758
2525 sigs.k8s.io/controller-runtime v0.20.3
26- sigs.k8s.io/kueue v0.11.0
26+ sigs.k8s.io/kueue v0.10.1
2727 sigs.k8s.io/yaml v1.4.0
2828)
2929
@@ -37,8 +37,6 @@ replace k8s.io/apimachinery v0.32.3 => k8s.io/apimachinery v0.31.4
3737
3838replace sigs.k8s.io/controller-runtime v0.20.3 => sigs.k8s.io/controller-runtime v0.19.3
3939
40- replace sigs.k8s.io/kueue v0.11.0 => sigs.k8s.io/kueue v0.10.1
41-
4240replace sigs.k8s.io/custom-metrics-apiserver => sigs.k8s.io/custom-metrics-apiserver v1.25.1-0.20230306170449-63d8c93851f3
4341
4442replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0
You can’t perform that action at this time.
0 commit comments