File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ INSTASCALE_VERSION ?= v0.3.0
16
16
INSTASCALE_REPO ?= github.com/project-codeflare/instascale
17
17
18
18
# MCAD_VERSION defines the default version of the MCAD controller
19
- MCAD_VERSION ?= v1.38.0
19
+ MCAD_VERSION ?= bbb6871a4d79d1364cd04504557d0f1c4c671844
20
20
MCAD_REPO ?= github.com/project-codeflare/multi-cluster-app-dispatcher
21
21
# Upstream MCAD is currently only creating release tags of the form `vX.Y.Z` (i.e the version)
22
22
MCAD_CRD ?= ${MCAD_REPO}/config/crd?ref=${MCAD_VERSION}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/openshift/api v0.0.0-20230213134911-7ba313770556
8
8
github.com/project-codeflare/codeflare-common v0.0.0-20231110155354-042fb171fcdb
9
9
github.com/project-codeflare/instascale v0.3.0
10
- github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.0
10
+ github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.1-0.20231114094455-bbb6871a4d79
11
11
github.com/ray-project/kuberay/ray-operator v1.0.0-rc.1
12
12
go.uber.org/zap v1.26.0
13
13
k8s.io/api v0.26.3
Original file line number Diff line number Diff line change @@ -395,8 +395,8 @@ github.com/project-codeflare/codeflare-common v0.0.0-20231110155354-042fb171fcdb
395
395
github.com/project-codeflare/codeflare-common v0.0.0-20231110155354-042fb171fcdb /go.mod h1:zdi2GCYJX+QyxFWyCLMoTme3NMz/aucWDJWMqKfigxk =
396
396
github.com/project-codeflare/instascale v0.3.0 h1:PSlwbqqUsFTkTQ5KUhMFRebfokySnEZwav97xZixLQs =
397
397
github.com/project-codeflare/instascale v0.3.0 /go.mod h1:IU1Wl+zqTpMpZ49BOcr6U+A6gF3AjcmFdKo9ZwP3TDI =
398
- github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.0 h1:dU2Ev0SijdNm30Y9mjdKJL1Fp6l07rnRBKhSbx1kX9g =
399
- github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.0 /go.mod h1:Yge6GRNpO9YIDfeL+XOcCE9xbmfCTD5C1h5dlW87mxQ =
398
+ github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.1-0.20231114094455-bbb6871a4d79 h1:w86VTHuouXGtUHqZ24gfIL2v7I+gbNs2nXtRq10nmeE =
399
+ github.com/project-codeflare/multi-cluster-app-dispatcher v1.38.1-0.20231114094455-bbb6871a4d79 /go.mod h1:Yge6GRNpO9YIDfeL+XOcCE9xbmfCTD5C1h5dlW87mxQ =
400
400
github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
401
401
github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
402
402
github.com/prometheus/client_golang v1.7.1 /go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M =
You can’t perform that action at this time.
0 commit comments