kubevela / kubevela.github.io

KubeVela documentations and website (https://kubevela.io).
Apache License 2.0
48 stars 209 forks source link

Fix: the install scripts now picks the latest version and binary from… #1255

Closed anoop2811 closed 1 year ago

anoop2811 commented 1 year ago

… github (kubevela#1254)

Description of your changes

Fixes #1254 : Update the script to pick the latest version from github

I have:

anoop2811 commented 1 year ago

Thanks! We also need to update the documentation in the installation page.

Yes, I was hoping to get the script in and then use the github raw file url in the doc. Or I could extrapolate the path and update this commit. @wonderflow : WDYT?

wonderflow commented 1 year ago

Sure, we can merge this pull request frist after the CI checks passed. Then we can verify the installation script before update the documentation.

anoop2811 commented 1 year ago

@wonderflow : I went ahead and updated the links to use kubevela.io for the scripts as well.