Skip to content

Add remote helm chart example #5517

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

Closed
gsquared94 opened this issue Mar 10, 2021 · 4 comments · Fixed by #5640
Closed

Add remote helm chart example #5517

gsquared94 opened this issue Mar 10, 2021 · 4 comments · Fixed by #5640
Labels
meta/examples priority/p3 agreed that this would be good to have, but no one is available at the moment.

Comments

@gsquared94
Copy link
Contributor

Currently all helm examples use local charts. It'd be good to have at least one example using a remote helm chart.

@gsquared94 gsquared94 added priority/p3 agreed that this would be good to have, but no one is available at the moment. meta/examples labels Mar 10, 2021
@zestrells
Copy link

Hi @gsquared94 , it would be great if we can see an example of this working. I am attempting to use remotePath right now for my helm releases and it does not work for Windows or Linux

@gsquared94
Copy link
Contributor Author

#5640 has an example. Can you check that you're using the right version of the config skaffold/v2beta13 or greater?
https://skaffold.dev/docs/references/yaml/?version=v2beta13#apiVersion

@zestrells
Copy link

zestrells commented Apr 8, 2021

@gsquared94 I confirmed I’m using v2beta13+ but it does not work as intended like the documentation says (on my end). I had to set remote and chartPath in order for it to work as expected.

remote: true
chartPath: http://URL 

@gsquared94
Copy link
Contributor Author

Can you create an issue for this with your (redacted) skaffold.yaml file and the output of skaffold version and skaffold diagnose --yaml-only ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta/examples priority/p3 agreed that this would be good to have, but no one is available at the moment.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants