⚠️ 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

CodeSOLO-4079
CategoryValidation
OwnershipUser
RetryableNo

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

  1. Open and correct the YAML syntax reported above
  2. Regenerate a cached values file by deleting it and re-running the command: rm
  3. Cached values files live under the solo home directory (default ~/.solo) and are rewritten on the next run