Merge pull request #1344 from technosophos/docs/1343-helm-repo-index-url

docs(repo): update repo index docs to show new flags
pull/1352/head
Matt Butcher 8 years ago committed by GitHub
commit a747289b2f

@ -124,7 +124,7 @@ $ mv alpine-0.1.0.tgz fantastic-charts/
Outside of your directory, run the `helm repo index [DIR] [URL]` command. This command takes the path of the local directory that you just created and the URL of your remote chart repository and composes an index.yaml file inside the given directory path.
```console
$ helm repo index fantastic-charts https://storage.googleapis.com/fantastic-charts
$ helm repo index fantastic-charts --url https://storage.googleapis.com/fantastic-charts
```
Now, you can upload the chart and the index file to your chart repository using a sync tool or manually. If you're using Google Cloud Storage, check out this [example workflow](chart_repository_sync_example.md) using the gsutil client.

@ -19,7 +19,7 @@ $ mv alpine-0.1.0.tgz fantastic-charts/
Use helm to generate an updated index.yaml file by passing in the directory path and the url of the remote repository to the `helm repo index` command like this:
```console
$ helm repo index fantastic-charts/ https://storage.googleapis.com/fantastic-charts
$ helm repo index fantastic-charts/ --url https://storage.googleapis.com/fantastic-charts
```
This will generate an updated index.yaml file and place in the `fantastic-charts/` directory.

Loading…
Cancel
Save