SOLO-5076

HelmChartPullNoArchiveSoloError — System

HelmChartPullNoArchiveSoloError

CodeSOLO-5076
CategorySystem
OwnershipInfrastructure
RetryableNo

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

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Verify the Helm CLI works: helm version
  3. Try pulling the chart manually: helm pull –version