Skip to content

Commit

Permalink
Update dependency versions for release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
anishasthana authored and github-actions[bot] committed Jul 7, 2023
1 parent e199c57 commit b4637f1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ VERSION ?= v0.0.0-dev
BUNDLE_VERSION ?= $(VERSION:v%=%)

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

# MCAD_VERSION defines the default version of the MCAD controller
MCAD_VERSION ?= v1.31.0
MCAD_VERSION ?= v1.32.0
# MCAD_REF, MCAD_REPO and MCAD_CRD define the reference to MCAD CRD resources
MCAD_REF ?= release-${MCAD_VERSION}
MCAD_REPO ?= github.com/project-codeflare/multi-cluster-app-dispatcher
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.4 |
| Multi-Cluster App Dispatcher | v1.31.0 |
| CodeFlare-SDK | v0.4.4 |
| InstaScale | v0.0.4 |
| CodeFlare Operator | v0.0.5 |
| Multi-Cluster App Dispatcher | v1.32.0 |
| CodeFlare-SDK | v0.5.0 |
| InstaScale | v0.0.5 |
| KubeRay | v0.5.0 |
<!-- Compatibility Matrix end -->

Expand Down
4 changes: 2 additions & 2 deletions controllers/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ package controllers
// ***********************

const (
MCADImage = "quay.io/project-codeflare/mcad-controller:release-v1.31.0"
InstaScaleImage = "quay.io/project-codeflare/instascale-controller:v0.0.4"
MCADImage = "quay.io/project-codeflare/mcad-controller:release-v1.32.0"
InstaScaleImage = "quay.io/project-codeflare/instascale-controller:v0.0.5"
)
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.4
image: quay.io/project-codeflare/instascale-controller:v0.0.5
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.4
image: quay.io/project-codeflare/instascale-controller:v0.0.5
resources:
limits:
cpu: '1'
Expand Down

0 comments on commit b4637f1

Please sign in to comment.