Skip to content

Commit baa7738

Browse files
committed
Update operator to 0.0.4
Signed-off-by: Anish Asthana <[email protected]>
1 parent bb1ce80 commit baa7738

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PREVIOUS_VERSION ?= 0.0.3
1010
VERSION ?= 0.0.3-dev
1111

1212
# INSTASCALE_VERSION defines the default version of the InstaScale controller
13-
INSTASCALE_VERSION ?= v0.0.3
13+
INSTASCALE_VERSION ?= v0.0.4
1414

1515
# CHANNELS define the bundle channels used in the bundle.
1616
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

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/crd/mcad/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
resources:
2-
- github.com/project-codeflare/multi-cluster-app-dispatcher/config/crd?ref=main
2+
- github.com/project-codeflare/multi-cluster-app-dispatcher/config/crd?ref=release-v1.31.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)