Operating system
ubuntu 24.04
Helmfile Version
1.5.1
Helm Version
v3.21.0
Bug description
When helmfile.d contains multiple release files and one of releases depends on local chart helmfile template fails with error.
This problem seems similar to #2297
Example helmfile.yaml
See provided reproduction repo for minial config and steps to reproduce
Error message you've seen (if any)
If helm repo list is empty:
unexpected error: *errors.errorString: [failed reading adhoc dependencies: exit status 1
COMMAND:
helm repo list
OUTPUT:
Error: no repositories to show]
If there are some repos confirured:
unexpected error: *errors.errorString: [failed reading adhoc dependencies: no helm list entry found for repository "..". please `helm repo add` it!]
Steps to reproduce
https://github.com/vgivanov/helmfile-deps-local-chart
Working Helmfile Version
1.1.9
Relevant discussion
No response
Operating system
ubuntu 24.04
Helmfile Version
1.5.1
Helm Version
v3.21.0
Bug description
When
helmfile.dcontains multiple release files and one of releases depends on local chart helmfile template fails with error.This problem seems similar to #2297
Example helmfile.yaml
See provided reproduction repo for minial config and steps to reproduce
Error message you've seen (if any)
If
helm repo listis empty:If there are some repos confirured:
Steps to reproduce
https://github.com/vgivanov/helmfile-deps-local-chart
Working Helmfile Version
1.1.9
Relevant discussion
No response