This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from N4rm0/initial-index-yaml-for-hosted
Create initial index.yaml file for hosted repository verified index.yml is created when requested by add repos to helm client config. e.g. ``` helm repo add helm-proxy http://localhost:8081/repository/helm-proxy/ helm repo add helm-hosted http://localhost:8081/repository/helm-hosted/ ``` both work fine (no 404 errors), and afterwards, an empty `index.yml` exists for both proxy and hosted repos. Also verified using helm client to install a chart triggers a fetch of a fully populated 'index.yml' from the remote, and the helm client install succeeds. Nicely done @N4rm0 ! Thanks for the contribution! (Not sure if this fixes #20, as that one might be a 'sub-directory' issue) Fixes #23, #26
- Loading branch information
Showing
3 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters