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

ValuesFileNotFoundSoloError — Validation

ValuesFileNotFoundSoloError

CodeSOLO-4078
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when the values file supplied to --values-file does not exist. solo reads this YAML file to populate per-component configuration before deploying, so this means the path is missing or wrong — for example a typo in the file name or a relative path resolved from an unexpected directory.

Troubleshooting Steps

  1. Verify the file exists: ls -la
  2. Check the path passed to –values-file for typos and for the correct file extension (.yaml)
  3. Relative paths are resolved against the current working directory