Skip to content

Commit

Permalink
Switch to v2.5.1 names
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Rotenberg <lrotenbe@redhat.com>
  • Loading branch information
liranr23 authored and ahadas committed Sep 20, 2023
1 parent b1c4297 commit 90814b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build --action_env=CONTAINER_CMD
build --action_env=XDG_RUNTIME_DIR
# Operator
## Default operator config
build --action_env=VERSION=2.5.0
build --action_env=VERSION=2.5.1
build --action_env=NAMESPACE=konveyor-forklift
build --action_env=CHANNELS=development
build --action_env=DEFAULT_CHANNEL=development
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ REGISTRY ?= quay.io
REGISTRY_ORG ?= kubev2v
REGISTRY_TAG ?= devel

VERSION ?= 2.5.0
VERSION ?= 2.5.1
NAMESPACE ?= konveyor-forklift
OPERATOR_NAME ?= forklift-operator
CHANNELS ?= development
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Another option to override the default values can use `--action_env` as in the e
| Name | Default value | Description |
|----------------------------|-------------------------------------------------|-------------------------------------------------------------|
| CONTAINER_CMD | autodetected | The container runtime command (e.g.: /usr/bin/podman) |
| VERSION | 2.5.0 | The version with which the forklift should be built. |
| VERSION | 2.5.1 | The version with which the forklift should be built. |
| NAMESPACE | konveyor-forklift | The namespace in which the operator should be installed. |
| CHANNELS | development | The olm channels. |
| DEFAULT_CHANNEL | development | The default olm channel. |
Expand Down
5 changes: 2 additions & 3 deletions operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ Forklift Operator installs a suite of migration tools that facilitate the migrat
OpenShift Virtualization/KubeVirt is required and must be installed prior attempting to deploy Forklift, see the table below for supported configurations:

Forklift release | OpenShift Virtualization/KubeVirt | VMware | oVirt
---------------- | --------------------------------- | ------ | -----
v2.2 | v4.9 | 6.5+ | 4.4.9+
v2.3 | v4.10-v4.11 | 6.5+ | 4.4.9+
---------------- |-----------------------------------| ------ | -----
v2.4 | v4.11+ | 6.5+ | 4.4.9+
v2.5 | v4.12+ | 6.5+ | 4.4.9+

**Note:** Please keep in mind Forklift will not deploy in unsupported configurations.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ spec:
* Must-gather-api, a service to generate targeted must-gather archives.
### Compatibility
Forklift 2.2 is supported on OpenShift 4.9
Forklift 2.3 is supported on OpenShift 4.10 and 4.11
Forklift 2.4 is supported on OpenShift 4.11 and 4.12
Forklift 2.5 is supported on OpenShift 4.12 and 4.13
Expand Down

0 comments on commit 90814b4

Please sign in to comment.