Skip to content

Commit

Permalink
up kubevirt to 0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Tiger Kaovilai <[email protected]>
  • Loading branch information
kaovilai committed Jun 26, 2024
1 parent 50b7c91 commit b457426
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/oadp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ spec:
- name: RELATED_IMAGE_VELERO_PLUGIN_FOR_GCP
value: quay.io/konveyor/velero-plugin-for-gcp:oadp-1.4
- name: RELATED_IMAGE_KUBEVIRT_VELERO_PLUGIN
value: quay.io/konveyor/kubevirt-velero-plugin:v0.2.0
value: quay.io/konveyor/kubevirt-velero-plugin:v0.7.0
- name: RELATED_IMAGE_MUSTGATHER
value: registry.redhat.io/oadp/oadp-mustgather-rhel8:v1.2
image: quay.io/konveyor/oadp-operator:oadp-1.4
Expand Down Expand Up @@ -1004,7 +1004,7 @@ spec:
name: velero-plugin-for-microsoft-azure
- image: quay.io/konveyor/velero-plugin-for-gcp:oadp-1.4
name: velero-plugin-for-gcp
- image: quay.io/konveyor/kubevirt-velero-plugin:v0.2.0
- image: quay.io/konveyor/kubevirt-velero-plugin:v0.7.0
name: kubevirt-velero-plugin
- image: registry.redhat.io/oadp/oadp-mustgather-rhel8:v1.2
name: mustgather
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: RELATED_IMAGE_VELERO_PLUGIN_FOR_GCP
value: quay.io/konveyor/velero-plugin-for-gcp:oadp-1.4
- name: RELATED_IMAGE_KUBEVIRT_VELERO_PLUGIN
value: quay.io/konveyor/kubevirt-velero-plugin:v0.2.0
value: quay.io/konveyor/kubevirt-velero-plugin:v0.7.0
- name: RELATED_IMAGE_MUSTGATHER
value: registry.redhat.io/oadp/oadp-mustgather-rhel8:v1.2
args:
Expand Down
2 changes: 1 addition & 1 deletion pkg/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const (
AzurePluginImage = "quay.io/konveyor/velero-plugin-for-microsoft-azure:latest"
GCPPluginImage = "quay.io/konveyor/velero-plugin-for-gcp: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.7.0"
)

// Plugin names
Expand Down
2 changes: 1 addition & 1 deletion pkg/credentials/credentials_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,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.7.0",
},
{
name: "given default Velero CR with env var set, image should be built via env vars",
Expand Down

0 comments on commit b457426

Please sign in to comment.