Skip to content

Commit

Permalink
Merge pull request #497 from kubevirt-bot/cherry-pick-493-to-release-…
Browse files Browse the repository at this point in the history
…v0.23

[release-v0.23] improve RHEL9 display name
  • Loading branch information
ksimon1 authored Dec 9, 2022
2 parents 429dd48 + 7a77c2f commit 93f3d0a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/centos6.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: {{ os }}-{{ item.workload }}-{{ item.flavor }}
annotations:
template.kubevirt.io/deprecated: "true"
openshift.io/display-name: "CentOS 6.0+ VM"
openshift.io/display-name: "CentOS 6 VM"
description: >-
Template for CentOS 6 VM or newer.
A PVC with the CentOS disk image must be available.
Expand Down
2 changes: 1 addition & 1 deletion templates/centos7.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Template
metadata:
name: {{ os }}-{{ item.workload }}-{{ item.flavor }}
annotations:
openshift.io/display-name: "CentOS 7.0+ VM"
openshift.io/display-name: "CentOS 7 VM"
description: >-
Template for CentOS 7 VM or newer.
A PVC with the CentOS disk image must be available.
Expand Down
2 changes: 1 addition & 1 deletion templates/rhel7.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Template
metadata:
name: {{ os }}-{{ item.workload }}-{{ item.flavor }}
annotations:
openshift.io/display-name: "Red Hat Enterprise Linux 7.0+ VM"
openshift.io/display-name: "Red Hat Enterprise Linux 7 VM"
description: >-
Template for Red Hat Enterprise Linux 7 VM or newer.
A PVC with the RHEL disk image must be available.
Expand Down
2 changes: 1 addition & 1 deletion templates/rhel8.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Template
metadata:
name: {{ os }}-{{ item.workload }}-{{ item.flavor }}
annotations:
openshift.io/display-name: "Red Hat Enterprise Linux 8.0+ VM"
openshift.io/display-name: "Red Hat Enterprise Linux 8 VM"
description: >-
Template for Red Hat Enterprise Linux 8 VM or newer.
A PVC with the RHEL disk image must be available.
Expand Down
2 changes: 1 addition & 1 deletion templates/rhel9.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Template
metadata:
name: {{ os }}-{{ item.workload }}-{{ item.flavor }}
annotations:
openshift.io/display-name: "Red Hat Enterprise Linux 9.0 VM"
openshift.io/display-name: "Red Hat Enterprise Linux 9 VM"
description: >-
Template for Red Hat Enterprise Linux 9 VM or newer.
A PVC with the RHEL disk image must be available.
Expand Down

0 comments on commit 93f3d0a

Please sign in to comment.