Apologies for being new to renovate. I'm looking for advice on what's actually wrong here and what I should do to fix this...
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
any of the package files in this branch needs updating, or
the branch becomes conflicted, or
you click the rebase/retry checkbox if found above, or
you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: helm/infrastructure/forio/production/Chart.lock
Command failed: install-tool helm v3.18.4
I'm using docker compose...
services:
renovate-ce:
# Check latest version here: https://github.com/mend/renovate-ce-ee/pkgs/container/renovate-ce
image: ghcr.io/mend/renovate-ce:10.5.0
I assume renovate is trying to install helm and can't for some reason that should be obvious. Any help appreciated.