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

Local chart dependencies need to be resolved before install #51

Closed
mkotsalainen opened this issue Apr 25, 2018 · 3 comments · Fixed by #123
Closed

Local chart dependencies need to be resolved before install #51

mkotsalainen opened this issue Apr 25, 2018 · 3 comments · Fixed by #123

Comments

@mkotsalainen
Copy link

If you have a chart defined in the same repo as your sourcecode being built and try to install it you will get an error like this:
Error: found in requirements.yaml, but missing in charts/ directory

The way to fix this is to do a helm dependency up for local files before you run the helm upgrade --install command.

Anybody else have another solution? Except for hosting the chart somewhere outside the local code repo that is.

@mkotsalainen
Copy link
Author

I have a simple fix for this: mkotsalainen@b75533b

@mkotsalainen mkotsalainen changed the title Chart dependencies need to be resolved before install Local chart dependencies need to be resolved before install Apr 25, 2018
@msiegenthaler
Copy link
Member

looks good, could you open it as a PR?

@duboisph
Copy link
Contributor

Submitted PR since we've been hitting this issue recently too: #123

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

Successfully merging a pull request may close this issue.

3 participants