File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 9393 - name : Adjust MCAD, SDK and InstaScale dependencies in the code
9494 run : |
9595 # Remove leading 'v'
96- CODEFLARE_SDK_VERSION=$(cut -c2- <<< ${{ github.event.inputs.codeflare-sdk-version }})
9796 sed -i -E "s/(.*MCAD_VERSION \?= ).*/\1${{ github.event.inputs.mcad-version }}/" Makefile
9897 sed -i -E "s/(.*MCAD_REF \?= ).*/\1release-\${MCAD_VERSION}/" Makefile
99- sed -i -E "s/(.*CODEFLARE_SDK_VERSION \?= ).*/\1$CODEFLARE_SDK_VERSION/" Makefile
10098 sed -i -E "s/(.*INSTASCALE_VERSION \?= ).*/\1${{ github.event.inputs.instascale-version }}/" Makefile
10199
102100 - name : Login to Quay.io
Original file line number Diff line number Diff line change @@ -24,12 +24,6 @@ MCAD_CRD ?= ${MCAD_REPO}/config/crd?ref=${MCAD_VERSION}
2424# KUBERAY_VERSION defines the default version of the KubeRay operator (used for testing)
2525KUBERAY_VERSION ?= v1.0.0-rc.1
2626
27- # RAY_VERSION defines the default version of Ray (used for testing)
28- RAY_VERSION ?= 2.5.0
29-
30- # CODEFLARE_SDK_VERSION defines the default version of the CodeFlare SDK
31- CODEFLARE_SDK_VERSION ?= 0.10.0
32-
3327# OPERATORS_REPO_ORG points to GitHub repository organization where bundle PR is opened against
3428# OPERATORS_REPO_FORK_ORG points to GitHub repository fork organization where bundle build is pushed to
3529OPERATORS_REPO_ORG ?= redhat-openshift-ecosystem
@@ -64,9 +58,6 @@ IMAGE_ORG_BASE ?= quay.io/project-codeflare
6458# codeflare.dev/codeflare-operator-bundle:$VERSION and codeflare.dev/codeflare-operator-catalog:$VERSION.
6559IMAGE_TAG_BASE ?= $(IMAGE_ORG_BASE ) /codeflare-operator
6660
67- # RAY_IMAGE defines the default container image for Ray (used for testing)
68- RAY_IMAGE ?= rayproject/ray:$(RAY_VERSION )
69-
7061# BUNDLE_IMG defines the image:tag used for the bundle.
7162# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
7263BUNDLE_IMG ?= $(IMAGE_TAG_BASE ) -bundle:$(VERSION )
You can’t perform that action at this time.
0 commit comments