SOLO-5035
HelmRepoSetupFailedSoloError — System
HelmRepoSetupFailedSoloError
| Code | SOLO-5035 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot set up the Helm chart repositories; the underlying failure is wrapped in cause. solo adds and updates the repositories its charts come from, so this means that setup failed — for example a repository URL was unreachable or the Helm CLI errored.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- List configured Helm repositories: helm repo list
- Verify network connectivity to chart repository URLs
- Update Helm repositories: helm repo update