From 564ba7ba7ccc5aaf074222d8dec1c0f5091ca2f2 Mon Sep 17 00:00:00 2001 From: Taylor Thomas Date: Mon, 10 Jul 2017 19:05:52 -0700 Subject: [PATCH 1/2] fix(dep): Fixes out of date dependency info The help text for `helm dep` contained out of date info about referring to a chart repo by name vs. URL. --- cmd/helm/dependency.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/helm/dependency.go b/cmd/helm/dependency.go index a61f1673a..231659691 100644 --- a/cmd/helm/dependency.go +++ b/cmd/helm/dependency.go @@ -59,8 +59,8 @@ The 'version' field should contain a semantic version or version range. The 'repository' URL should point to a Chart Repository. Helm expects that by appending '/index.yaml' to the URL, it should be able to retrieve the chart -repository's index. Note: 'repository' cannot be a repository alias. It must be -a URL. +repository's index. Note: 'repository' can be an alias. The alias must start +with 'alias:' or '@'. Starting from 2.2.0, repository can be defined as the path to the directory of the dependency charts stored locally. The path should start with a prefix of From aaaf480d3db80b92363c426bb7f4432f095e3844 Mon Sep 17 00:00:00 2001 From: Taylor Thomas Date: Tue, 11 Jul 2017 17:15:50 -0700 Subject: [PATCH 2/2] Regenerates docs --- docs/helm/helm_dependency.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/helm/helm_dependency.md b/docs/helm/helm_dependency.md index f3b77f092..d7259c2f6 100644 --- a/docs/helm/helm_dependency.md +++ b/docs/helm/helm_dependency.md @@ -36,8 +36,8 @@ The 'version' field should contain a semantic version or version range. The 'repository' URL should point to a Chart Repository. Helm expects that by appending '/index.yaml' to the URL, it should be able to retrieve the chart -repository's index. Note: 'repository' cannot be a repository alias. It must be -a URL. +repository's index. Note: 'repository' can be an alias. The alias must start +with 'alias:' or '@'. Starting from 2.2.0, repository can be defined as the path to the directory of the dependency charts stored locally. The path should start with a prefix of @@ -70,4 +70,4 @@ for this case. * [helm dependency list](helm_dependency_list.md) - list the dependencies for the given chart * [helm dependency update](helm_dependency_update.md) - update charts/ based on the contents of requirements.yaml -###### Auto generated by spf13/cobra on 23-Jun-2017 +###### Auto generated by spf13/cobra on 11-Jul-2017