docs(repo): update repo index docs to show new flags

This adds the `--url` flag to examples.

Closes #1343
pull/1344/head
Matt Butcher 8 years ago
parent fe0957d74d
commit 11d4a67a80

@ -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