Commit Graph

12 Commits

Author SHA1 Message Date
Sebastien Plisson 21edd808b6
#3321 Accept dependency in requirements.yaml from charts directory.
Signed-off-by: Sebastien Plisson <sebastien.plisson@gmail.com>
2019-10-03 15:18:26 -07:00
Xiang Dai b49f4269c5 fix issue when dependency is URL
Signed-off-by: Xiang Dai <764524258@qq.com>
2019-09-09 19:01:22 +08:00
Matthew Fisher 2d77db11fa change copyright to "Copyright The Helm Authors" 2018-07-30 08:29:17 -07:00
Taylor Thomas 9cfdbd1f77 Merge pull request #2174 from qwangrepos/repo-alias
feat(helm): add support for repo alias
2017-04-03 14:25:57 -07:00
Qin Wang c010da4d93 feat(helm): add support for repo alias
support repo alias in requirements.yaml
The syntax should be like: "alias:reponame" or "@reponame".

closes: #1985
2017-04-03 08:23:55 -07:00
Qin Wang e6b79e138b fix(helm): local path in requirements.yaml relative to working dir
closes bug: 2103
2017-03-28 22:03:00 -07:00
libesz 0537b08779 helmpath goes under /pkg/helm/ 2017-03-08 20:09:46 +01:00
libesz 024fc5c806 Fixing pkg->cmd call by moving helmpath under /pkg
When downloader package moved to under /pkg, helmpath functions got called still from it, while it is under /cmd. This commit fixes the issue by moving helmpath after the downloader to have only cmd->pkg and pkg->pkg calls.
2017-03-04 21:37:18 +01:00
Qin Wang 0153d273ce fix error checking from os.stat 2017-02-13 21:28:42 +00:00
Qin Wang 39a2d5ec29 feat(helm): add local path support for deps in requirements.yaml
fix change requests
2017-02-13 21:28:42 +00:00
Qin Wang d72ff65325 feat(helm): add local path support for deps in requirements.yaml
The following commands:
helm dep update
helm dep build
are now able to take a requirements.yaml with dependency charts' repo defined as:
file://../local/path or file:///root/path

closes: #1884
2017-02-13 21:28:42 +00:00
Gergo Huszty 17c9e220b0 Fixes #1898: Proposal: move downloader and resolver package to /pkg 2017-02-10 10:33:02 +00:00