File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
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 @@ -27,9 +27,6 @@ KUBERAY_VERSION ?= v1.0.0-rc.1
2727# RAY_VERSION defines the default version of Ray (used for testing)
2828RAY_VERSION ?= 2.5.0
2929
30- # CODEFLARE_SDK_VERSION defines the default version of the CodeFlare SDK
31- CODEFLARE_SDK_VERSION ?= 0.10.1
32-
3330# OPERATORS_REPO_ORG points to GitHub repository organization where bundle PR is opened against
3431# OPERATORS_REPO_FORK_ORG points to GitHub repository fork organization where bundle build is pushed to
3532OPERATORS_REPO_ORG ?= redhat-openshift-ecosystem
@@ -64,9 +61,6 @@ IMAGE_ORG_BASE ?= quay.io/project-codeflare
6461# codeflare.dev/codeflare-operator-bundle:$VERSION and codeflare.dev/codeflare-operator-catalog:$VERSION.
6562IMAGE_TAG_BASE ?= $(IMAGE_ORG_BASE ) /codeflare-operator
6663
67- # RAY_IMAGE defines the default container image for Ray (used for testing)
68- RAY_IMAGE ?= rayproject/ray:$(RAY_VERSION )
69-
7064# BUNDLE_IMG defines the image:tag used for the bundle.
7165# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
7266BUNDLE_IMG ?= $(IMAGE_TAG_BASE ) -bundle:$(VERSION )
You can’t perform that action at this time.
0 commit comments