Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnoglow committed Jan 15, 2018
1 parent 02272fa commit 2dd8537
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,10 @@ Now you can push your chart to this repo:

$ helm s3 push ./epicservice-0.7.2.tgz mynewrepo

On push, remote repo index is automatically updated. To sync your local index, run:
On push, both remote and local repo indexes are automatically updated (that means
you don't need to run `helm repo update`).

$ helm repo update

Now your pushed chart is available:
Your pushed chart is available:

$ helm search mynewrepo
NAME VERSION DESCRIPTION
Expand All @@ -94,14 +93,21 @@ To delete specific chart version from the repository:

$ helm s3 delete epicservice --version 0.7.2 mynewrepo

As always, remote repo index updated automatically again. To sync local, run:

$ helm repo update
As always, both remote and local repo indexes updated automatically.

The chart is deleted from the repo:

$ helm search mynewrepo/epicservice
No results found

### Reindex

If your repository somehow became inconsistent or broken, you can use reindex to recreate
the index in accordance with the charts in the repository.

:warning: *note that this feature is currently in beta*

$ helm s3 reindex mynewrepo

## Uninstall

Expand All @@ -121,4 +127,4 @@ that will help you to develop the plugin.

## License

[MIT](LICENSE)
[MIT](LICENSE)

0 comments on commit 2dd8537

Please sign in to comment.