File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# codeflare-operator
2
2
Operator for installation and lifecycle management of CodeFlare distributed workload stack, starting with MCAD and InstaScale
3
+
4
+ CodeFlare Stack Compatibility Matrix
5
+
6
+ | Component | Version |
7
+ | ------------------------------| ---------|
8
+ | CodeFlare Operator | v0.0.4 |
9
+ | Multi-Cluster App Dispatcher | v1.31.0 |
10
+ | CodeFlare-SDK | v0.4.4 |
11
+ | InstaScale | v0.0.4 |
12
+ | KubeRay | v0.5.0 |
Original file line number Diff line number Diff line change 25
25
envFrom:
26
26
- configMapRef:
27
27
name: mcad-{{.Name}}-config
28
- image: 'quay.io/project-codeflare/mcad-controller:release-v1.29.57 '
28
+ image: 'quay.io/project-codeflare/mcad-controller:release-v1.31.0 '
29
29
imagePullPolicy: Always
30
30
ports:
31
31
- name: https
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ package controllers
5
5
// ***********************
6
6
7
7
const (
8
- InstaScaleImage = "quay.io/project-codeflare/instascale-controller:v0.0.3 "
8
+ InstaScaleImage = "quay.io/project-codeflare/instascale-controller:v0.0.4 "
9
9
)
You can’t perform that action at this time.
0 commit comments