Skip to content

Commit 5ddf57d

Browse files
committed
Update operator to 0.0.4
Signed-off-by: Anish Asthana <anishasthana1@gmail.com>
1 parent a71303b commit 5ddf57d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# codeflare-operator
22
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 |

config/internal/mcad/deployment.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
envFrom:
2626
- configMapRef:
2727
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'
2929
imagePullPolicy: Always
3030
ports:
3131
- name: https

controllers/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ package controllers
55
// ***********************
66

77
const (
8-
InstaScaleImage = "quay.io/project-codeflare/instascale-controller:v0.0.3"
8+
InstaScaleImage = "quay.io/project-codeflare/instascale-controller:v0.0.4"
99
)

0 commit comments

Comments
 (0)