You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue
The application manifest (chart.yaml) with dependencies fails to build helm manifests.
The issue does not occur for all the time but only happen when the kubechecks needs to build multiple apps manifests together.
I suspect this is due to a missing Chart.lock file and charts subfolder. helm dep build won't pull repos that aren't added to helm (or in this case, argocd), but for unknown reasons helm dep up will. Just to verify, would you mind running helm dep up in that folder, committing the files it generates, and see if it still has issues generating the resources?
kubechecks bin version: v2.0.1
kubechecks chart version: v0.5.2
argo-cd version: 1.12.3
issue
The application manifest (chart.yaml) with dependencies fails to build helm manifests.
The issue does not occur for all the time but only happen when the kubechecks needs to build multiple apps manifests together.
possibly related to issue from argo-cd
argoproj/argo-cd#18122
sample chart.yaml
error
The text was updated successfully, but these errors were encountered: