We are using the K8S version 1.19.3 and 1.10 versions of psmdb-db charts.
We found that, overriding the repository and image detail in the values.yaml does not work as expected.
The percona/percona-server-mongodb:4.4.8-9 image is always getting downloaded from the internet although the values.yaml is referring to the local docker registry that has the same version of the image available.
image:
repository: localregistry:5000/percona-server-mongodb
tag: 4.4.8-9
Looking for pointers to get around this issue in offline (no internet access) environments.