Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm 3 Chart Release Branch #1071

Closed
jgardner04 opened this issue Nov 17, 2020 · 5 comments
Closed

Helm 3 Chart Release Branch #1071

jgardner04 opened this issue Nov 17, 2020 · 5 comments

Comments

@jgardner04
Copy link
Contributor

#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

@jkleckner
Copy link
Contributor

@liyinan926 Can we unblock this?

@hagaibarel
Copy link
Contributor

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

@liyinan926
Copy link
Collaborator

Done. Tried rerunning the action and it succeeded.

@jgardner04
Copy link
Contributor Author

@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.

@jgardner04
Copy link
Contributor Author

Update. Tracking problem with #1095

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants