From be536ad5a01f22f332bfdee3e08a646818fb1f63 Mon Sep 17 00:00:00 2001 From: Bella Khizgiyaev Date: Mon, 13 Nov 2023 17:45:52 +0200 Subject: [PATCH] Fix inconsistency of ova server image repo. Signed-off-by: Bella Khizgiyaev --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bce659e30..daad0f86a 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ OPERATOR_INDEX_IMAGE ?= $(REGISTRY)/$(REGISTRY_ORG)/forklift-operator-index:$(RE POPULATOR_CONTROLLER_IMAGE ?= $(REGISTRY)/$(REGISTRY_ORG)/populator-controller:$(REGISTRY_TAG) OVIRT_POPULATOR_IMAGE ?= $(REGISTRY)/$(REGISTRY_ORG)/ovirt-populator:$(REGISTRY_TAG) OPENSTACK_POPULATOR_IMAGE ?= $(REGISTRY)/$(REGISTRY_ORG)/openstack-populator:$(REGISTRY_TAG) -OVA_PROVIDER_SERVER_IMAGE ?= $(REGISTRY)/$(REGISTRY_ORG)/ova-provider-server:$(REGISTRY_TAG) +OVA_PROVIDER_SERVER_IMAGE ?= $(REGISTRY)/$(REGISTRY_ORG)/forklift-ova-provider-server:$(REGISTRY_TAG) ### External images MUST_GATHER_IMAGE ?= quay.io/kubev2v/forklift-must-gather:latest