adding sonataflowPlatform's jobservice and dataindex custom images to…#225
Merged
openshift-merge-bot[bot] merged 2 commits intoredhat-developer:mainfrom Sep 8, 2025
Merged
Conversation
There was a problem hiding this comment.
Hey there - I've reviewed your changes - here's some feedback:
- It looks like the new custom image variables aren’t documented in values.yaml or the README—please add entries for them so users know how to configure them.
- After updating the values.schema.tmpl.json, don’t forget to regenerate the raw JSON schema (values.schema.json) via the pre-commit hook so the schema change is applied.
- I don’t see the actual schema additions in the diff—double-check that the two new image fields are included in both the template and generated schema files.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- It looks like the new custom image variables aren’t documented in values.yaml or the README—please add entries for them so users know how to configure them.
- After updating the values.schema.tmpl.json, don’t forget to regenerate the raw JSON schema (values.schema.json) via the pre-commit hook so the schema change is applied.
- I don’t see the actual schema additions in the diff—double-check that the two new image fields are included in both the template and generated schema files.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
rm3l
reviewed
Sep 8, 2025
rm3l
reviewed
Sep 8, 2025
Member
rm3l
left a comment
There was a problem hiding this comment.
What's the fix version of https://issues.redhat.com/browse/RHDHBUGS-2003 ? Is this critical enough to be in the upcoming 1.7.1? Or can it wait until 1.8.0?
Author
I think it can wait to 1.8, there is a workaround by installing the chart from source and adding the params to the schema manually |
|
c32497f
into
redhat-developer:main
8 checks passed
5 tasks
5 tasks
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.



This change will introduce two new variables to the bachstage chart schema, to take custom images for sonataflow's dataindex and jobs service. This can be used in disconnected environments when the iages are taken from a local registry.
related to this bug:
https://issues.redhat.com/browse/RHDHBUGS-2003
Checklist
Chart.yamlaccording to Semantic Versioning.values.yamland added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Usepre-commit run -ato apply changes. The pre-commit Workflow will do this automatically for you if needed.pre-commithook.ct lintcommand.Summary by Sourcery
Add custom image support for sonataflow dataindex and jobservice in the Backstage Helm chart and bump chart version
Enhancements:
Build:
Documentation: