Skip to content

Commit

Permalink
Merge pull request #2196 from upalatucci/fix-instancetype-preference-…
Browse files Browse the repository at this point in the history
…links

CNV-48839: fix virt perspective links
  • Loading branch information
openshift-merge-bot[bot] authored Sep 23, 2024
2 parents 30c4d80 + 50c8958 commit f4f6d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/perspective/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const virtualizationSection = [
model: {
group: 'instancetype.kubevirt.io',
kind: 'VirtualMachineClusterInstancetype',
version: 'v1alpha2',
version: 'v1beta1',
},
name: '%plugin__kubevirt-plugin~InstanceTypes%',
perspective: 'virtualization-perspective',
Expand All @@ -104,7 +104,7 @@ const virtualizationSection = [
model: {
group: 'instancetype.kubevirt.io',
kind: 'VirtualMachineClusterPreference',
version: 'v1alpha2',
version: 'v1beta1',
},
name: '%plugin__kubevirt-plugin~Preferences%',
perspective: 'virtualization-perspective',
Expand Down

0 comments on commit f4f6d7c

Please sign in to comment.