Spark-on-k8s-operator: Helm 3 Chart Release Branch

Created on 17 Nov 2020  路  5Comments  路  Source: GoogleCloudPlatform/spark-on-k8s-operator

1066 creates the GitHub action to publish the index.yaml needed to use the Helm 3 chart. It is configured to publish this to a gh-pages branch. The action is failing because this branch does not exist. Without the GitHub Pages configuration using the chart as a Helm Dependency fails. To correct this:

  • Create a gh-pages branch.
git checkout master
git checkout --orphan -b gh-pages
git push -u origin gh-pages

With this done, I can update the Readme with the Helm 3 deployment instructions

Most helpful comment

@liyinan926 Can we unblock this?

All 5 comments

@liyinan926 Can we unblock this?

Pinging @liyinan926 @yuchaoran2011. I'd love to be added as project maintainer to help with this and other helm related issues

Done. Tried rerunning the action and it succeeded.

@liyinan926 what is the GitHub Pages URL for the site? I will give it a test. I am not seeing the index.yaml I would expect in the gh-pages branch so I will need to dig a bit and find out what is going on.

Update. Tracking problem with #1095

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chenqin picture chenqin  路  3Comments

vivekjain123 picture vivekjain123  路  3Comments

andrewgdavis picture andrewgdavis  路  5Comments

jblankfeld picture jblankfeld  路  7Comments

jemega picture jemega  路  8Comments