This change ensures that the images used by rook-ceph app is following
kube_app expected format by adding the prefix 'registry.local'.
This prevents the environment from always pulling images from the public
registry.
Test Plan:
- PASS: Build rook-ceph app
- PASS: Apply rook-ceph app with the changes
- PASS: Update from a old rook-ceph app to a new one
- PASS: Check if the images was downloaded with prefix registry.local
- PASS: Check if all pods from rook-ceph is using the images with
prefix registry.local
Closes-Bug: 2122134
Change-Id: I71dbc164c5091ea5e2a05ff7d4c486022f1e23ec
Signed-off-by: Gustavo Ornaghi Antunes <gustavo.ornaghiantunes@windriver.com>