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
Bitnami uses oci registry to host helm charts, this has a downside you will get a quick rate limited on docker:
Error: Failed to render chart: exit status 1: Error: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/bitnamicharts/mlflow/manifests/sha256:a9fb6ade4f8b8f4d7e36a8bd45f174dd55f4d0818c246b91bfc99570cd923450: 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
This is quite annoying since it requires you to download the chart for each version permanently.
What do you see instead?
Don't rate limit
The text was updated successfully, but these errors were encountered:
As announced in #30853, Bitnami charts hosted on DockerHub are subject to Docker's standard pull rate limits. To ensure uninterrupted access to up-to-date releases across all upstream-supported branches—without any limitations—you can upgrade to Bitnami Premium. Learn more here.
The choice of registry is a business decision, and for now, Bitnami charts will continue to be hosted on DockerHub. We understand that rate limits can be an inconvenience, which is why we offer Bitnami Premium as a solution for unlimited access to up-to-date releases across all supported branches.
Name and Version
bitnami/mlflow
What steps will reproduce the bug?
Bitnami uses oci registry to host helm charts, this has a downside you will get a quick rate limited on docker:
This is quite annoying since it requires you to download the chart for each version permanently.
What do you see instead?
Don't rate limit
The text was updated successfully, but these errors were encountered: