You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
When iterating and deploying a Pulumi project rapidly, one can run into rate limits enforced by third-party repositories:
kubernetes:helm.sh/v3:Release (karpenter-controller):
error: kubernetes:helm.sh/v3:Release resource 'karpenter-controller': property chart value {oci://public.ecr.aws/karpenter/karpenter} has a problem: GET "https://public.ecr.aws/v2/karpenter/karpenter/tags/list?last=...": unexpected status code 429: toomanyrequests: Rate exceeded; check the chart name and repository configuration.
This feature request is for an option to cache the Helm chart (or the metadata for the Helm chart, unsure which one is causing the limit to be hit), and to introduce an option that has the helm.Release resource use this cached data for a user-defined period of time before attempting to update it.
Affected area/feature
The text was updated successfully, but these errors were encountered:
Hello!
Issue details
When iterating and deploying a Pulumi project rapidly, one can run into rate limits enforced by third-party repositories:
This feature request is for an option to cache the Helm chart (or the metadata for the Helm chart, unsure which one is causing the limit to be hit), and to introduce an option that has the helm.Release resource use this cached data for a user-defined period of time before attempting to update it.
Affected area/feature
The text was updated successfully, but these errors were encountered: