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

Local helm dependency build fails #374

Open
FlorisFeddema opened this issue Mar 3, 2025 · 0 comments
Open

Local helm dependency build fails #374

FlorisFeddema opened this issue Mar 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@FlorisFeddema
Copy link

After I added a new dependency to my helm charts the kubechecks github check fails.

I added the following dependency and it works in ArgoCD:

dependencies:
  - name: gatus-monitor
    repository: file://../../../templates/gatus-monitor
    version: 1.0.0

It results in the following error:
failed to generate manifests: failed to get response: rpc error: code = Unknown desc = failed to build helm dependencies: failed to build dependencies: failed to get command args to log: `helm dependency build` failed exit status 1: Error: directory ../../../templates/gatus-monitor not found

However the dependency is working in ArgoCD correctly, thus it looks like kubechecks can not get the path to the correct directory?

@djeebus djeebus added the bug Something isn't working label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants