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.2.1
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.37.1
19
+ MCAD_VERSION ?= f60a1f8d0cd6b3aa2fea41eb1afb3fa8f9320295
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-20231023092720-93d03492db16
9
9
github.com/project-codeflare/instascale v0.2.1
10
- github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.1
10
+ github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.2-0.20231030203908-f60a1f8d0cd6
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-20231023092720-93d03492db16
395
395
github.com/project-codeflare/codeflare-common v0.0.0-20231023092720-93d03492db16 /go.mod h1:zdi2GCYJX+QyxFWyCLMoTme3NMz/aucWDJWMqKfigxk =
396
396
github.com/project-codeflare/instascale v0.2.1 h1:t+Ax/sk4yPQznO6N+U8Cq+bk3afCcZDj9wnHfiGSDBg =
397
397
github.com/project-codeflare/instascale v0.2.1 /go.mod h1:zSzBTP4cFkg+bD4JyYTDmDnGwVKY/+6ACks57NAiscc =
398
- github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.1 h1:hZhGwKTPeHYYhNbvO27NOjozVpy7m3I3apKf81u9U3A =
399
- github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.1 /go.mod h1:Yge6GRNpO9YIDfeL+XOcCE9xbmfCTD5C1h5dlW87mxQ =
398
+ github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.2-0.20231030203908-f60a1f8d0cd6 h1:LJfHdZ+lzpm2Z6CVsNYuoFPuXPUzi1K5Iz84ds8El6Q =
399
+ github.com/project-codeflare/multi-cluster-app-dispatcher v1.37.2-0.20231030203908-f60a1f8d0cd6 /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