Keycloak ErrImagePull
Bug
Description
When deploying BigBang, I am having trouble getting the keycloak pod to start up. It's failing with an ErrImagePull status.
After doing a describe on the pod and the statefulset, I can see that keycloak is trying to pull this image: registry.dso.mil/platform-one/big-bang/apps/security-tools/keycloak/keycloak-ib:18.0.2-1.2.0-1
I have searched for this image on registry1 but I can't find it. These are the only keycloak images I can find:

Additionally, I'm confused where this image repository path is coming from. When I look at the default values for the Keycloak helm chart, it seems to be using one of the existing repositories from registry1: https://repo1.dso.mil/big-bang/product/packages/keycloak/-/blob/main/chart/values.yaml#L12
I have tried overriding this value in the BigBang configmap:
repository: "registry1.dso.mil/ironbank/opensource/keycloak/keycloak"
tag: "20.0.2"
While this pulls the image successfully, the Keycloak pod enters a crash loop. The logs from the pod show this
Picked up JAVA_TOOL_OPTIONS: -XX:+UseContainerSupport -XX:MaxRAMPercentage=50.0 -Dcom.redhat.fips=false
Changes detected in configuration. Updating the server image.
Unknown option: '0.0.0.0'
So I'm not sure if I'm supposed to be using this particular keycloak-ib image.
Other BigBang tools like SonarQube are pulling images successfully, so I don't think it's an issue with my image pull secrets for registry1.
BigBang Version
1.51, then I tried again after rolling back to 1.49 (the latest version where keycloak was working for us on a separate cluster)