Skip to content
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

ci: improve helm repo update #395

Open
cjorge-graphops opened this issue Oct 17, 2024 · 0 comments
Open

ci: improve helm repo update #395

cjorge-graphops opened this issue Oct 17, 2024 · 0 comments
Labels
meta:triaged This issue has been triaged (has a good description, as well as labels for priority, size and type) p2 Medium priority size:medium Medium type:feature New or enhanced functionality

Comments

@cjorge-graphops
Copy link
Contributor

Currently helm repo index generation process needs to download all releases and in particular for the canary variant the time it takes has been building up over time. During this lengthy process, sometimes a request fails which fails the action.

There are two improvements we could quickly make:

  • Only keep canary versions if they are the latest, or not older than X time (1 month?)
  • Retry the API requests
@cjorge-graphops cjorge-graphops added type:feature New or enhanced functionality size:medium Medium p2 Medium priority meta:triaged This issue has been triaged (has a good description, as well as labels for priority, size and type) labels Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta:triaged This issue has been triaged (has a good description, as well as labels for priority, size and type) p2 Medium priority size:medium Medium type:feature New or enhanced functionality
Projects
None yet
Development

No branches or pull requests

1 participant