RocketChat / helm-charts

Repository for RocketChat helm charts
36 stars 67 forks source link

mongodb pre-upgrade job doesn't respect the mongodb chart's global.imageRegistry value #116

Open oatmonster opened 11 months ago

oatmonster commented 11 months ago

For example, if your values file contains something like:

mongodb:
  global:
    imageRegistry: example.com

The pre-upgrade job will still try to create a job with image docker.io/bitnami/mongodb:x.y.z rather than example.com/bitnami/mongodb:x.y.z