Skip to content

Commit

Permalink
Reindex is out of beta
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnoglow committed Jun 12, 2018
1 parent 80902ec commit a4789c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ The chart is deleted from the repo:
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 Down
1 change: 0 additions & 1 deletion cmd/helms3/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ func main() {
}

case actionReindex:
fmt.Fprint(os.Stderr, "Warning: reindex feature is in beta. If you experience any issues,\nplease provide your feedback here: https://github.com/hypnoglow/helm-s3/issues/22\n\n")
act = reindexAction{
repoName: *reindexTargetRepository,
acl: *acl,
Expand Down

0 comments on commit a4789c6

Please sign in to comment.