File tree 5 files changed +5
-5
lines changed
testdata/instascale_test_results
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
12
12
BUNDLE_VERSION ?= $(VERSION:v%=% )
13
13
14
14
# INSTASCALE_VERSION defines the default version of the InstaScale controller
15
- INSTASCALE_VERSION ?= v.0 .0.7
15
+ INSTASCALE_VERSION ?= v0 .0.7
16
16
17
17
# MCAD_VERSION defines the default version of the MCAD controller
18
18
MCAD_VERSION ?= v1.34.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ CodeFlare Stack Compatibility Matrix
11
11
| CodeFlare Operator | v0.2.0 |
12
12
| Multi-Cluster App Dispatcher | v1.34.0 |
13
13
| CodeFlare-SDK | v0.7.0 |
14
- | InstaScale | v.0 .0.7 |
14
+ | InstaScale | v0 .0.7 |
15
15
| KubeRay | v0.5.0 |
16
16
<!-- Compatibility Matrix end -->
17
17
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ package controllers
6
6
7
7
const (
8
8
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"
10
10
)
Original file line number Diff line number Diff line change 19
19
- name : instascale
20
20
args :
21
21
- " --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
23
23
resources :
24
24
limits :
25
25
cpu : ' 2'
Original file line number Diff line number Diff line change 19
19
- name : instascale
20
20
args :
21
21
- " --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
23
23
resources :
24
24
limits :
25
25
cpu : ' 1'
You can’t perform that action at this time.
0 commit comments