Skip to content

Commit 1908f81

Browse files
committed
Fix MCAD version in Makefile
1 parent 86ca67c commit 1908f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ INSTASCALE_VERSION ?= v0.3.1
1616
INSTASCALE_REPO ?= github.com/project-codeflare/instascale
1717

1818
# MCAD_VERSION defines the default version of the MCAD controller
19-
MCAD_VERSION ?= v1.38.1
19+
MCAD_VERSION ?= v1.38.2-0.20231218174414-5b7ee85b759e
2020
MCAD_REPO ?= github.com/project-codeflare/multi-cluster-app-dispatcher
2121
# Upstream MCAD is currently only creating release tags of the form `vX.Y.Z` (i.e the version)
2222
MCAD_CRD ?= ${MCAD_REPO}/config/crd?ref=${MCAD_VERSION}

0 commit comments

Comments
 (0)