fix: Fix the dynamic plugins configuration to work with RHDH 1.9+ [RHDHBUGS-2646]#159
fix: Fix the dynamic plugins configuration to work with RHDH 1.9+ [RHDHBUGS-2646]#159rm3l wants to merge 10 commits intoredhat-developer:release-1.9from
Conversation
PR Reviewer Guide 🔍(Review updated until commit ba1ab4a)Here are some key observations to aid the review process:
|
PR Type(Describe updated until commit a2633f6)Bug fix, Enhancement, Documentation Description
|
| Relevant files | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Configuration changes |
| ||||||||||
| Documentation |
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
af442ab to
ba1ab4a
Compare
|
/review |
|
Persistent review updated to latest commit ba1ab4a |
Co-authored-by: Christoph Jerolimov <jerolimov+git@redhat.com>
The changes to the dynamic plugins configuration won't work otherwise in previous versions
This is needed when running the compose-corporate-proxy compose as we need to download the plugin catalog index and additional plugins from these registries
47b6c66 to
2685f63
Compare
|
/cherry-pick main |
|
@rm3l: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This reverts commit 2685f63.
…r was reaching the proxy too early
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
| rhdh: | ||
| container_name: rhdh | ||
| image: ${RHDH_IMAGE:-quay.io/rhdh-community/rhdh:1.8} | ||
| image: ${RHDH_IMAGE:-quay.io/rhdh-community/rhdh:next-1.9} |
There was a problem hiding this comment.
this should also happen automatically when we branch for 1.10, per updates in RHDHBUGS-2323
There was a problem hiding this comment.
yep, new script seems to be working for branch creation #162
Co-authored-by: Nick Boldt <nboldt@redhat.com>
a7054fc to
7337874
Compare
Description
This adapts the configuration to make it work with RHDH 1.9+. Otherwise, the plugins installer container would fail with errors like below:
Logs
Which issue(s) does this PR fix or relate to
PR acceptance criteria
How to test changes / Special notes to the reviewer
Running
podman|docker compose upwith thenextRHDH image tag should work as expected: