From 43faf92cfa77ce62e23f2b3d545e3ef5d336910d Mon Sep 17 00:00:00 2001 From: David Vossel Date: Tue, 2 Apr 2024 12:35:32 -0400 Subject: [PATCH] bump capk ci image Signed-off-by: David Vossel --- .../hostedcluster/internal/platform/kubevirt/kubevirt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypershift-operator/controllers/hostedcluster/internal/platform/kubevirt/kubevirt.go b/hypershift-operator/controllers/hostedcluster/internal/platform/kubevirt/kubevirt.go index 8079f8c53f..8187c2c712 100644 --- a/hypershift-operator/controllers/hostedcluster/internal/platform/kubevirt/kubevirt.go +++ b/hypershift-operator/controllers/hostedcluster/internal/platform/kubevirt/kubevirt.go @@ -23,7 +23,7 @@ import ( const ( hostedClusterAnnotation = "hypershift.openshift.io/cluster" - imageCAPK = "registry.ci.openshift.org/ocp/4.15:cluster-api-provider-kubevirt" + imageCAPK = "registry.ci.openshift.org/ocp/4.16:cluster-api-provider-kubevirt" ) type Kubevirt struct{}