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

bug: helm installation, setup, and update required for operation #192

Open
qdzlug opened this issue Aug 29, 2022 · 0 comments
Open

bug: helm installation, setup, and update required for operation #192

qdzlug opened this issue Aug 29, 2022 · 0 comments

Comments

@qdzlug
Copy link
Contributor

qdzlug commented Aug 29, 2022

Describe the bug
Within the MARA project, we use helm in several places to handle our deployments. This has a dependency on helm being installed and the correct repos added and updated. Otherwise, the following error occurs:

  kubernetes:helm.sh/v3:Release (kic):
    error: failed to pull chart: no cached repo found. (try 'helm repo update'): open /Users/jschmidt/Library/Caches/helm/repository/jetstack-index.yaml: no such file or directory

This is the first project that relies on helm in the current workflow, which is why it is shown here.

To Reproduce
Steps to reproduce the behavior:

  1. Start with a fresh VM w/o helm installed.
  2. Follow the MARA build process.
  3. See error

Expected behavior
If this is required, we should make it part of our venv setup script - and perhaps see if we can add the repo and refresh as part of the process rather than depending on the user.

Your environment
n/a

Additional context
None

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

1 participant