From 45198e82b2d3581256b5d21fd811faab0de3020d Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Thu, 20 Jun 2024 14:09:49 -0400 Subject: [PATCH] bump kubevirt to 0.6.2 Signed-off-by: Tiger Kaovilai --- bundle/manifests/oadp-operator.clusterserviceversion.yaml | 4 ++-- config/manager/manager.yaml | 2 +- pkg/common/common.go | 2 +- pkg/credentials/credentials_test.go | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundle/manifests/oadp-operator.clusterserviceversion.yaml b/bundle/manifests/oadp-operator.clusterserviceversion.yaml index 0957c3bca5..189975e680 100644 --- a/bundle/manifests/oadp-operator.clusterserviceversion.yaml +++ b/bundle/manifests/oadp-operator.clusterserviceversion.yaml @@ -858,7 +858,7 @@ spec: - name: RELATED_IMAGE_VELERO_PLUGIN_FOR_CSI value: quay.io/konveyor/velero-plugin-for-csi:oadp-1.3 - name: RELATED_IMAGE_KUBEVIRT_VELERO_PLUGIN - value: quay.io/konveyor/kubevirt-velero-plugin:v0.2.0 + value: quay.io/konveyor/kubevirt-velero-plugin:v0.6.2 - name: RELATED_IMAGE_MUSTGATHER value: registry.redhat.io/oadp/oadp-mustgather-rhel8:v1.2 image: quay.io/konveyor/oadp-operator:oadp-1.3 @@ -1008,7 +1008,7 @@ spec: name: velero-plugin-for-gcp - image: quay.io/konveyor/velero-plugin-for-csi:oadp-1.3 name: velero-plugin-for-csi - - image: quay.io/konveyor/kubevirt-velero-plugin:v0.2.0 + - image: quay.io/konveyor/kubevirt-velero-plugin:v0.6.2 name: kubevirt-velero-plugin - image: registry.redhat.io/oadp/oadp-mustgather-rhel8:v1.2 name: mustgather diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index eff9b81200..57300b8c74 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -51,7 +51,7 @@ spec: - name: RELATED_IMAGE_VELERO_PLUGIN_FOR_CSI value: quay.io/konveyor/velero-plugin-for-csi:oadp-1.3 - name: RELATED_IMAGE_KUBEVIRT_VELERO_PLUGIN - value: quay.io/konveyor/kubevirt-velero-plugin:v0.2.0 + value: quay.io/konveyor/kubevirt-velero-plugin:v0.6.2 - name: RELATED_IMAGE_MUSTGATHER value: registry.redhat.io/oadp/oadp-mustgather-rhel8:v1.2 args: diff --git a/pkg/common/common.go b/pkg/common/common.go index 13e1b66085..18dde24837 100644 --- a/pkg/common/common.go +++ b/pkg/common/common.go @@ -66,7 +66,7 @@ const ( GCPPluginImage = "quay.io/konveyor/velero-plugin-for-gcp:latest" CSIPluginImage = "quay.io/konveyor/velero-plugin-for-csi:latest" RegistryImage = "quay.io/konveyor/registry:latest" - KubeVirtPluginImage = "quay.io/konveyor/kubevirt-velero-plugin:v0.2.0" + KubeVirtPluginImage = "quay.io/konveyor/kubevirt-velero-plugin:v0.6.2" ) // Plugin names diff --git a/pkg/credentials/credentials_test.go b/pkg/credentials/credentials_test.go index b6575a3887..061711cfeb 100644 --- a/pkg/credentials/credentials_test.go +++ b/pkg/credentials/credentials_test.go @@ -404,7 +404,7 @@ func TestCredentials_getPluginImage(t *testing.T) { }, }, pluginName: common.KubeVirtPlugin, - wantImage: "quay.io/konveyor/kubevirt-velero-plugin:v0.2.0", + wantImage: "quay.io/konveyor/kubevirt-velero-plugin:v0.6.2", }, { name: "given default Velero CR with env var set, image should be built via env vars",