breaking: use Iron Bank image
Please check if the MR fulfills these requirements
-
The commit message follows our guidelines [https://www.conventionalcommits.org/en/v1.0.0-beta.3/#specification]
What kind of change does this MR introduce? (Bug fix, feature, testing capability, docs update, ...)
feature
What is the current behavior? (You can also link to an open issue here)
Charts use upstream container image
What is the new behavior (if this is a feature change)?
Charts have initial iron bank image integration. The binary path is hardcoded in the deployment manifests, and they do not match the iron bank image, so it had to be updated.
Consumers of these charts still need to patch in imagePullSecrets and other configuration options. Only the minimal changes required have been made to the upstream charts at this time.
Does this MR introduce a breaking change? (What changes might users need to make in their application due to this MR?)
Yes. P1 users should use the iron bank image instead of the upstream image.
Prerequisites:
None