diff --git a/.bazelrc b/.bazelrc index e1e9dd613..497b6fc5b 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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 diff --git a/Makefile b/Makefile index 6322d484a..f74543763 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 0d5543680..2721db32d 100644 --- a/README.md +++ b/README.md @@ -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. |