Uh oh!
There was an error while loading. Please reload this page.
fix(helm): switch bitnami charts from OCI to HTTPS repository - #1846
Closed
jhjaggars wants to merge 1 commit into
Closed
fix(helm): switch bitnami charts from OCI to HTTPS repository#1846jhjaggars wants to merge 1 commit into
jhjaggars wants to merge 1 commit into
Conversation
Docker Hub OCI pulls are rate-limited and cause CI failures. Switch postgresql dependency and e2e helm installs to use https://charts.bitnami.com/bitnami which does not require Docker Hub authentication. Fixes unauthenticated OCI pull failures in CI.
TaylorMutch
commented
Jun 9, 2026
Collaborator
FYI after some discussion we opted to remove the bitnami subchart. We really only added it to start testing HA setups and we aren't recommending it for production setups, instead opting for users to bring their postgres setup that fits within their operational needs. If a true need exists for bundling a postgres infrastructure into the helm chart into the future we can revisit. |
jhjaggars
commented
Jun 10, 2026
ContributorAuthor
Sounds good, any idea when? It'd be nice to resolve these failures in ci: #1638 |
Collaborator
I merged in the PR today on main #1844 |
TaylorMutch
commented
Jun 11, 2026
Collaborator
@jhjaggars just doing PR triage, should we close this one for now? |
jhjaggars
commented
Jun 11, 2026
ContributorAuthor
Yeah this isn't needed now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Switch Bitnami Helm chart dependencies from OCI (Docker Hub) to HTTPS repository to avoid Docker Hub rate-limiting in CI.
Related Issue
N/A — fixes recurring CI failures from unauthenticated OCI pulls.
Changes
oci://registry-1.docker.io/bitnamichartstohttps://charts.bitnami.com/bitnamiinChart.yamlChart.lockaccordinglyhelm repo add bitnamito e2e scripts that install bitnami charts directlyTesting
mise run pre-commitpassesChecklist