-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement reindex operation #22
Comments
Hey, |
Hey folks, I rolled out reindex command in 0.5.0 Let me know if it works well or not. |
Got this error:
|
@markhu , seems like the file was processed is not a helm chart. Do you have any other files in your repository directory, besides |
Um, you mean like a
|
Directories should be ignored. I guess the plugin should print some additional debug info like a file name. Also, this is also an interesting case - should the plugin fail on such error, or just output the warning and keep working? Maybe we can even control the behavior with some cli flag, so a user can choose. |
Hi, after reindex repo index.yaml is empty now:
|
Hi, FWIW we've observed some timeouts with the reindex command after ~8 minutes:
This is in a repo with ~5000 charts, so we may have just reached a limit on how many charts can be indexed in a reasonable amount of time. |
My experience is the same as @AndriiHryshaienko. No matter how many times I ran |
@AndriiHryshaienko I got same issue as @kfiles Seems the issue happens when
But not when:
|
@AndriiHryshaienko @kfiles @marcin-je This is definitely a bug. Thanks to @marcin-je pointed me out that it occurs when your repository resides within bucket directory, but not bucket root. Fix: #40 |
https://github.com/hypnoglow/helm-s3/blob/master/CHANGELOG.md#changed
|
Due to many requests from users, it is necessary to implement this feature.
Refs:
The text was updated successfully, but these errors were encountered: