forked from janus-idp/helm-backstage
-
Notifications
You must be signed in to change notification settings - Fork 30
feat: RHIDP-9764-Add-catalog-index-support #280
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 19 commits into
redhat-developer:main
from
Fortune-Ndlovu:RHIDP-9764-Add-catalog-index-support
Dec 17, 2025
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
ae436b1
feat: RHIDP-9764-Add-catalog-index-support
Fortune-Ndlovu fba5b67
chart update
Fortune-Ndlovu 5976ced
Merge branch 'main' into RHIDP-9764-Add-catalog-index-support
Fortune-Ndlovu 3cc96e5
chore(pre-commit): Auto-fix hooks
github-actions[bot] 6e485ad
Add Document the catalog index configuration, including how it works,…
Fortune-Ndlovu 18ea0db
update: small tweaks based on google developer documentation style guide
Fortune-Ndlovu 4661d33
Move configuration from global.dynamic.catalogIndex to pluginCatalogI…
Fortune-Ndlovu da9316c
Update documentation to be chart specific
Fortune-Ndlovu e98292d
Use pre-commit run -a to apply changes
Fortune-Ndlovu 83ed7d9
Update
Fortune-Ndlovu 9521846
fix lint
Fortune-Ndlovu 11ad7d5
Add Values.global.pluginCatalogIndex.image
Fortune-Ndlovu 5c8e2b8
Update: Move the field from global.pluginCatalogIndex to the root lev…
Fortune-Ndlovu 359a2e3
fixup: update to no show how to disable the index since the dynamic-p…
Fortune-Ndlovu 89ab3dd
Merge branch 'main' into RHIDP-9764-Add-catalog-index-support
Fortune-Ndlovu 99875dd
Rename and moved from pluginCatalogIndex to upstream.catalog-index
Fortune-Ndlovu 1b33fb8
reference global.catalogIndex
Fortune-Ndlovu 97deb4f
Merge branch 'main' into RHIDP-9764-Add-catalog-index-support
Fortune-Ndlovu dc95d69
fixup: added the catalogIndex schema to the template file values.sche…
Fortune-Ndlovu 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
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,20 @@ | ||
| # Catalog Index Configuration | ||
|
|
||
| The Helm chart supports loading default plugin configurations from an OCI container image (catalog index). For general information about how the catalog index works, see [Using a Catalog Index Image for Default Plugin Configurations](https://github.com/redhat-developer/rhdh/blob/main/docs/dynamic-plugins/installing-plugins.md#using-a-catalog-index-image-for-default-plugin-configurations). | ||
|
|
||
| By default, the chart configures the catalog index image using `global.catalogIndex.image` with `registry`, `repository`, and `tag` fields. You can override these values in your values file to use a different version or a mirrored image: | ||
|
|
||
| ```yaml | ||
| global: | ||
| catalogIndex: | ||
| image: | ||
| registry: quay.io | ||
| repository: rhdh/plugin-catalog-index | ||
| tag: "1.9" | ||
| ``` | ||
|
|
||
| ## Using a Private Registry | ||
|
|
||
| If your catalog index image is stored in a private registry that requires authentication, create a secret named `<release_name>-dynamic-plugins-registry-auth` containing an `auth.json` file with your registry credentials. | ||
|
|
||
| For detailed instructions on configuring private registry authentication, see the [official Red Hat Developer Hub documentation](https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.8/html/installing_and_viewing_plugins_in_red_hat_developer_hub/assembly-third-party-plugins#proc-load-plugin-oci-image_assembly-install-third-party-plugins-rhdh). |
Oops, something went wrong.
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.