File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
testdata/instascale_test_results Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ VERSION ?= v0.0.0-dev
1212BUNDLE_VERSION ?= $(VERSION:v%=% )
1313
1414# INSTASCALE_VERSION defines the default version of the InstaScale controller
15- INSTASCALE_VERSION ?= v.0 .0.7
15+ INSTASCALE_VERSION ?= v0 .0.7
1616
1717# MCAD_VERSION defines the default version of the MCAD controller
1818MCAD_VERSION ?= v1.34.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ CodeFlare Stack Compatibility Matrix
1111| CodeFlare Operator | v0.2.0 |
1212| Multi-Cluster App Dispatcher | v1.34.0 |
1313| CodeFlare-SDK | v0.7.0 |
14- | InstaScale | v.0 .0.7 |
14+ | InstaScale | v0 .0.7 |
1515| KubeRay | v0.5.0 |
1616<!-- Compatibility Matrix end -->
1717
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ package controllers
66
77const (
88 MCADImage = "quay.io/project-codeflare/mcad-controller:release-v1.34.0"
9- InstaScaleImage = "quay.io/project-codeflare/instascale-controller:v.0 .0.7"
9+ InstaScaleImage = "quay.io/project-codeflare/instascale-controller:v0 .0.7"
1010)
Original file line number Diff line number Diff line change 1919 - name : instascale
2020 args :
2121 - " --configs-namespace=default"
22- image : quay.io/project-codeflare/instascale-controller:v.0 .0.7
22+ image : quay.io/project-codeflare/instascale-controller:v0 .0.7
2323 resources :
2424 limits :
2525 cpu : ' 2'
Original file line number Diff line number Diff line change 1919 - name : instascale
2020 args :
2121 - " --configs-namespace=default"
22- image : quay.io/project-codeflare/instascale-controller:v.0 .0.7
22+ image : quay.io/project-codeflare/instascale-controller:v0 .0.7
2323 resources :
2424 limits :
2525 cpu : ' 1'
You can’t perform that action at this time.
0 commit comments