-
Notifications
You must be signed in to change notification settings - Fork 40
feat: Enable Operator to consume catalog index with environment configuration #2000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rm3l
merged 33 commits into
redhat-developer:main
from
Fortune-Ndlovu:RHIDP-9762-consume-catalog-index
Dec 23, 2025
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
a4ca065
feat: RHIDP-9762-consume-catalog-index
Fortune-Ndlovu d12045f
typo
Fortune-Ndlovu 1747427
Add RHIDP-9762-consume-catalog-index
Fortune-Ndlovu b9362ae
Update docs
Fortune-Ndlovu 575cbf8
Update test values and docs
Fortune-Ndlovu e6f8659
the extraEnvs now just appends env vars as before. Since Kubernetes u…
Fortune-Ndlovu db8cf61
fix syntax
Fortune-Ndlovu 9856567
Check if existingEnv exists if so replace it with a new value, if it …
Fortune-Ndlovu 4fdd377
Look at operator's own env var RELATED_IMAGE_catalog_index, If it exi…
Fortune-Ndlovu 17baa0c
Update docs
Fortune-Ndlovu 13d7a64
Update TestCatalogIndexImageEnvVar to use janus-deployment.yaml inste…
Fortune-Ndlovu bf6f2dd
Fix: Added a check to only set CATALOG_INDEX_IMAGE from the operator …
Fortune-Ndlovu 0dc45a8
update catalog index documentation and move configuration to examples…
Fortune-Ndlovu bf35403
fixup: RELATED_IMAGE_catalog_index should override the default config…
Fortune-Ndlovu fdc93be
Regenerate bundle/installer manifests
github-actions[bot] 0f53b2a
fix(deps): update all patch dependencies to v0.34.3 (#1999)
renovate[bot] b660892
chore(deps): update tj-actions/changed-files action to v47.0.1 (#2001)
renovate[bot] 7a5ca5b
chore(deps): update redhat-plumbers-in-action/differential-shellcheck…
renovate[bot] d1f66d9
chore(deps): update github/codeql-action digest to 1b168cd (#2006)
renovate[bot] 987596d
fix(deps): update github.com/openshift/api digest to cafbd60 (#2009)
renovate[bot] d5a51bd
chore(deps): update actions/upload-artifact action to v6 (#2011)
renovate[bot] 46e02e6
fix(deps): update github.com/openshift/api digest to bfa868a (#2015)
renovate[bot] ef549ac
chore(deps): update github/codeql-action digest to 5d4e8d1 (#2018)
renovate[bot] c789fd4
fix(deps): update k8s.io/utils digest to 61b37f7 (#2021)
renovate[bot] 79d7c2d
chore(deps): update registry.access.redhat.com/ubi9/go-toolset docker…
renovate[bot] a66ff72
Merge branch 'redhat-developer:main' into RHIDP-9762-consume-catalog-…
Fortune-Ndlovu c459e8b
Apply suggestions from code review
rm3l 521c74a
Update pkg/model/deployment_test.go
rm3l c6ab3e3
Update pkg/model/dynamic-plugins.go
rm3l f058548
Update pkg/model/dynamic-plugins.go
rm3l b1db665
Update pkg/model/deployment_test.go
rm3l 7a12dff
Update pkg/model/dynamic-plugins.go
rm3l 336a136
Apply suggestion from @rm3l
rm3l File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| apiVersion: rhdh.redhat.com/v1alpha5 | ||
| kind: Backstage | ||
| metadata: | ||
| name: my-backstage | ||
| spec: | ||
| application: | ||
| extraEnvs: | ||
| envs: | ||
| - name: CATALOG_INDEX_IMAGE | ||
| value: "quay.io/rhdh/plugin-catalog-index:1.9" | ||
| containers: | ||
| - install-dynamic-plugins | ||
|
|
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.