Skip to content

Commit

Permalink
Update dependency versions for release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codeflare-machine-account authored and openshift-merge-robot committed Aug 8, 2023
1 parent 8a9d684 commit cd8b115
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VERSION ?= v0.0.0-dev
BUNDLE_VERSION ?= $(VERSION:v%=%)

# INSTASCALE_VERSION defines the default version of the InstaScale controller
INSTASCALE_VERSION ?= v0.0.5
INSTASCALE_VERSION ?= v0.0.6

# MCAD_VERSION defines the default version of the MCAD controller
MCAD_VERSION ?= v1.33.0
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ CodeFlare Stack Compatibility Matrix

| Component | Version |
|------------------------------|---------|
| CodeFlare Operator | v0.0.6 |
| Multi-Cluster App Dispatcher | v1.32.0 |
| CodeFlare-SDK | v0.5.0 |
| InstaScale | v0.0.5 |
| CodeFlare Operator | v0.1.0 |
| Multi-Cluster App Dispatcher | v1.33.0 |
| CodeFlare-SDK | v0.6.1 |
| InstaScale | v0.0.6 |
| KubeRay | v0.5.0 |
<!-- Compatibility Matrix end -->

Expand Down
2 changes: 1 addition & 1 deletion controllers/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ package controllers

const (
MCADImage = "quay.io/project-codeflare/mcad-controller:release-v1.33.0"
InstaScaleImage = "quay.io/project-codeflare/instascale-controller:v0.0.5"
InstaScaleImage = "quay.io/project-codeflare/instascale-controller:v0.0.6"
)
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- name: instascale
args:
- "--configs-namespace=default"
image: quay.io/project-codeflare/instascale-controller:v0.0.5
image: quay.io/project-codeflare/instascale-controller:v0.0.6
resources:
limits:
cpu: '2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- name: instascale
args:
- "--configs-namespace=default"
image: quay.io/project-codeflare/instascale-controller:v0.0.5
image: quay.io/project-codeflare/instascale-controller:v0.0.6
resources:
limits:
cpu: '1'
Expand Down

0 comments on commit cd8b115

Please sign in to comment.