SOLO-5036
HelmRepoCheckFailedSoloError — System
HelmRepoCheckFailedSoloError
| Code | SOLO-5036 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot check the configured Helm chart repositories; the underlying failure is wrapped in cause. solo verifies repositories before installing charts from them, so this means that check failed — for example the Helm CLI errored or a repository was unreachable.
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