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
Summary
Syncing the bitnami repo exhausts the Docker pull rate limit leading to the You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit message.
Background and rationale
This is caused by the combination of bitnami/charts#30110 and bitnami/charts#30853 and the fact that kubeapps tries to pull the whole repo during initialisation.
Description
I want to sync the bitnami repo without reaching the pull rate limit.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
Automatic label to stale issues due inactivity to be closed if no further action
label
Apr 25, 2025
Summary
Syncing the
bitnami
repo exhausts the Docker pull rate limit leading to theYou have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
message.The repo is enabled by default in
values.yaml
:Background and rationale
This is caused by the combination of bitnami/charts#30110 and bitnami/charts#30853 and the fact that
kubeapps
tries to pull the whole repo during initialisation.Description
I want to sync the
bitnami
repo without reaching the pull rate limit.The text was updated successfully, but these errors were encountered: