-
Notifications
You must be signed in to change notification settings - Fork 62
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
fix: avoid GCS caching the index file #44
Conversation
more details on Caching can be found here https://cloud.google.com/storage/docs/gsutil/addlhelp/WorkingWithObjectMetadata#cache-control_1
We've been running with this for a few days now and it's working great! |
Is there any feedback on this PR? Would love to see it get merged as we are reliant on it now and it's been working great. In fact without this change I think users will run into issues if a helm release of a chart follows another in quick succession before the bucket cache has been updated. |
Looking forward for this 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, also been experiencing problems with caching
@hayorov does it look good to you? |
@hayorov is it possible to merge this PR please? Without it users run into caching issues of the index.yaml. We have been using it for over a month to release well over a hundred charts and it is working great. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Yay - thanks @hayorov |
more details on Caching can be found here https://cloud.google.com/storage/docs/gsutil/addlhelp/WorkingWithObjectMetadata#cache-control_1
Added this PR as Work In Progress while we validate using our pipelines