fix(helm): switch bitnami charts from OCI to HTTPS repository#1846
Draft
jhjaggars wants to merge 1 commit into
Draft
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.
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. |
Contributor
Author
|
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 |
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 free
to 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