⚠️ Homebrew support is being deprecated.
Solo will stop publishing updates to Homebrew after August 31, 2026.
Install via
npm install -g @hiero-ledger/solo@latest instead.
See System Readiness for full install instructions.SOLO-4079
ValuesFileParseFailedSoloError — Validation
ValuesFileParseFailedSoloError
| Code | SOLO-4079 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when a Helm values file cannot be parsed as YAML; the underlying failure is wrapped in cause. solo reads values files supplied via --values-file and values files it caches under the solo home directory before handing them to Helm, so this means the file content is not valid YAML — for example a stale or partially written cached values file left behind by an interrupted run.
Troubleshooting Steps
- Open
and correct the YAML syntax reported above - Regenerate a cached values file by deleting it and re-running the command: rm
- Cached values files live under the solo home directory (default ~/.solo) and are rewritten on the next run