Skip to content

Commit

Permalink
Drop major verison from PVC names of community OSs in order to have a…
Browse files Browse the repository at this point in the history
… fixed PVC for upgrades and prevent confusion with a constantly updated description (#289)

Signed-off-by: Omer Yahud <[email protected]>

Co-authored-by: Omer Yahud <[email protected]>
  • Loading branch information
kubevirt-bot and omeryahud authored Nov 23, 2020
1 parent dbc0bc9 commit e9c5de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generate-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
vars:
os: fedora
icon: fedora
majorrelease: fedora32
majorrelease: fedora
oslabels: "{{ fedora_labels }}"
osinfoname: "{{ oslabels[0] }}"
cloudusername: fedora
Expand All @@ -197,7 +197,7 @@
vars:
os: opensuse
icon: opensuse
majorrelease: opensuse15
majorrelease: opensuse
oslabels:
- opensuse15.0
osinfoname: "{{ oslabels[0] }}"
Expand All @@ -216,7 +216,7 @@
vars:
os: ubuntu
icon: ubuntu
majorrelease: ubuntu18
majorrelease: ubuntu
oslabels:
- ubuntu18.04
osinfoname: "{{ oslabels[0] }}"
Expand Down

0 comments on commit e9c5de8

Please sign in to comment.