Skip to content

Commit 909e8b5

Browse files
committed
Bump forklift to 2.5.4
Signed-off-by: Liran Rotenberg <lrotenbe@redhat.com>
1 parent cd1926b commit 909e8b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build --action_env=CONTAINER_CMD
33
build --action_env=XDG_RUNTIME_DIR
44
# Operator
55
## Default operator config
6-
build --action_env=VERSION=2.5.3
6+
build --action_env=VERSION=2.5.4
77
build --action_env=NAMESPACE=konveyor-forklift
88
build --action_env=CHANNELS=development
99
build --action_env=DEFAULT_CHANNEL=development

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ REGISTRY ?= quay.io
2020
REGISTRY_ORG ?= kubev2v
2121
REGISTRY_TAG ?= devel
2222

23-
VERSION ?= 2.5.3
23+
VERSION ?= 2.5.4
2424
NAMESPACE ?= konveyor-forklift
2525
OPERATOR_NAME ?= forklift-operator
2626
CHANNELS ?= development

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Another option to override the default values can use `--action_env` as in the e
3737
| Name | Default value | Description |
3838
|----------------------------|-------------------------------------------------|-------------------------------------------------------------|
3939
| CONTAINER_CMD | autodetected | The container runtime command (e.g.: /usr/bin/podman) |
40-
| VERSION | 2.5.3 | The version with which the forklift should be built. |
40+
| VERSION | 2.5.4 | The version with which the forklift should be built. |
4141
| NAMESPACE | konveyor-forklift | The namespace in which the operator should be installed. |
4242
| CHANNELS | development | The olm channels. |
4343
| DEFAULT_CHANNEL | development | The default olm channel. |

0 commit comments

Comments
 (0)