When a local directory is specified, the last location in the path should be replaced by dependencyName instead of appending dependencyName. At the current moment, this would result in something like file://./charts/gitjob => charts/gitjob/gitjob instead of charts/gitjob.
When a local directory is specified, the last location in the path should be replaced by
dependencyName
instead of appendingdependencyName
. At the current moment, this would result in something likefile://./charts/gitjob
=>charts/gitjob/gitjob
instead ofcharts/gitjob
.https://github.com/rancher/charts-build-scripts/blob/020c08a227c7c23009123bb1bfbf41e583c25f01/pkg/charts/dependencies.go#L142