SOLO-5076
HelmChartPullNoArchiveSoloError — System
HelmChartPullNoArchiveSoloError
| Code | SOLO-5076 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when helm pull completes without error but no new chart tarball appears in the cache charts directory; the message names the chart and version that were being cached. solo identifies the pulled archive by diffing the directory contents before and after the pull, so an empty diff means Helm reported success without producing the expected .tgz — for example due to an unexpected Helm CLI behaviour change or a filesystem issue in the cache directory.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify the Helm CLI works: helm version
- Try pulling the chart manually: helm pull
–version