Skip to content

Commit

Permalink
bump version to 2.5.7
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Rotenberg <[email protected]>
  • Loading branch information
liranr23 committed May 7, 2024
1 parent 1ba4dab commit 6e6ba4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6
build --action_env=VERSION=2.5.7
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.6
VERSION ?= 2.5.7
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.6 | The version with which the forklift should be built. |
| VERSION | 2.5.7 | 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

0 comments on commit 6e6ba4e

Please sign in to comment.