Skip to content

Commit

Permalink
cleaner display names
Browse files Browse the repository at this point in the history
"CentOS 6 VM" is visually more appealing than "CentOS 6.0+ VM" though
they mean the same.

Signed-off-by: Dan Kenigsberg <[email protected]>
  • Loading branch information
dankenigsberg authored and kubevirt-bot committed Dec 7, 2022
1 parent 887a14f commit 7a77c2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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

0 comments on commit 7a77c2f

Please sign in to comment.