Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
3ff8e919
Commit
3ff8e919
authored
Jun 17, 2017
by
Taylor Thomas
Committed by
GitHub
Jun 17, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2586 from JulienBalestra/docs-command-typo
docs: Fix typo in command line
parents
72cd1464
8dfec4db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
chart_repository_faq.md
docs/chart_repository_faq.md
+1
-1
No files found.
docs/chart_repository_faq.md
View file @
3ff8e919
...
...
@@ -11,7 +11,7 @@ send us a pull request.
**Q: Why do I get a `unsupported protocol scheme ""` error when trying to fetch a chart from my custom repo?**
A: (Helm < 2.5.0) This is likely caused by you creating your chart repo index without specifying the
`--url`
flag.
Try recreating your
`index.yaml`
file with a command like
`he
ml
repo index --url http://my-repo/charts .`
,
Try recreating your
`index.yaml`
file with a command like
`he
lm
repo index --url http://my-repo/charts .`
,
and then re-uploading it to your custom charts repo.
This behavior was changed in Helm 2.5.0.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment