wiz-sec / charts

GNU General Public License v3.0
39 stars 39 forks source link

Allow local image.registry override #415

Open stigori opened 1 month ago

stigori commented 1 month ago

The values.yaml file populates both the global and "local" image references, which forces the job-create-connector.yaml template to reference an incorrect image in case both the registry and repository were customized by a customer, as the template always picks up the global.images.repository predefined "wiz-broker" value, unless it has been overridden, which is going to impact the rest of the templates if they are sourced from different repositories.