File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ build --action_env=CONTAINER_CMD
3
3
build --action_env=XDG_RUNTIME_DIR
4
4
# Operator
5
5
## Default operator config
6
- build --action_env=VERSION=2.5.3
6
+ build --action_env=VERSION=2.5.4
7
7
build --action_env=NAMESPACE=konveyor-forklift
8
8
build --action_env=CHANNELS=development
9
9
build --action_env=DEFAULT_CHANNEL=development
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ REGISTRY ?= quay.io
20
20
REGISTRY_ORG ?= kubev2v
21
21
REGISTRY_TAG ?= devel
22
22
23
- VERSION ?= 2.5.3
23
+ VERSION ?= 2.5.4
24
24
NAMESPACE ?= konveyor-forklift
25
25
OPERATOR_NAME ?= forklift-operator
26
26
CHANNELS ?= development
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Another option to override the default values can use `--action_env` as in the e
37
37
| Name | Default value | Description |
38
38
| ----------------------------| -------------------------------------------------| -------------------------------------------------------------|
39
39
| 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. |
41
41
| NAMESPACE | konveyor-forklift | The namespace in which the operator should be installed. |
42
42
| CHANNELS | development | The olm channels. |
43
43
| DEFAULT_CHANNEL | development | The default olm channel. |
You can’t perform that action at this time.
0 commit comments