Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Add OVA download link to release downloads (#3134)
Browse files Browse the repository at this point in the history
This adds a link to the Customer Connect page for the OVAs needed when
deploying to a vSphere environment.

Authored-by: Roger Klorese <[email protected]>
Co-authored-by: Sean McGinnis <[email protected]>

Co-authored-by: Roger Klorese <[email protected]>
  • Loading branch information
stmcginnis and qnetter authored Feb 14, 2022
1 parent d0a8622 commit 57d2840
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/site/data/downloads/0-9-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ source:
file_name: v0.9.1.zip
checksum: ''
size: ''
ova:
ova_page_link: 'https://customerconnect.vmware.com/downloads/details?downloadGroup=TCE-090&productId=1202&download=true&fileId=b1d59dca8908173f7441bb4d77d7e1d6&uuId=8283159f-927e-417d-9902-f26c5c0cf13d'
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@ <h3>{{ .version }}</h3>
</tbody>
</table>
{{ end }}
{{ end }}
{{ if .ova }}
<p>The vSphere Open Virtual Appliance (OVA) files for this release of Tanzu Community Edition can be
<a href="{{ .ova.ova_page_link }}">downloaded here</a>.
</p>
{{ end }}
{{ end }}

0 comments on commit 57d2840

Please sign in to comment.