Is it possible to use absolute pathes to chart in helm requirements?
When try:
- name: my-chart
version: 1.0.x
repository: file:///C:/projects/my-chart
I get an error by helm dep up:
Error: CreateFile D:\C:\projects\my-chart: The filename, directory name, or volume label syntax is incorrect.
Do only relative pathes work with helm?