fix: Fix the images used by the Orchestrator DB creation Job#164
Conversation
By reusing the existing images, we don't need to change our airgap docs, and this would also work with the images used in the downstream chart
|
@rm3l: GitHub didn't allow me to request PR reviews from the following users: elai-shalev. Note that only redhat-developer members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
|
CI failing (not starting at all) because of a billing issue in this org. This issue has been reported and is being investigated. I'll re-trigger the CI once this issue is fixed. /hold |
|
|
CI issues fixed - retriggering the jobs.. /hold cancel |



Description of the change
We should not use container images from Docker Hub. We should also be consistent and use images that have their counterpart available on registry.redhat.io when publishing the Helm Chart.
This PR makes sure to reuse the existing DB image in the Orchestrator DB creation Job. This way, there won't be any impact on our publishing process or our airgap docs.
Existing or Associated Issue(s)
Fixes https://issues.redhat.com/browse/RHIDP-7457
Additional Information
The procedure to install the Orchestrator-flavored RHDH on OpenShift should continue to work.
Checklist
Chart.yamlaccording to semver.values.yamland added to the README.md. The pre-commit utility can be used to generate the necessary content. Usepre-commit run -ato apply changes.pre-commithook.ct lintcommand./cc @elai-shalev