Help setting 'registry' configuration for Marketplace on Console Upgrade #643
-
What product are you having troubles with?Marketplace What Console version are you using?Mia-Platform v14.3.0 Console Version: 1.119.11 DescriptionWe would like to turn the Marketplace sync on so we receive updates to all of the plugins. However, the last time we tried this, the registry host was updated from 'harbor' to 'nexus' and we had to manually change it back for every plugin. You all informed us that there is a configurable property called 'registry' in the values file which we can use to override the host, which would prevent this problem from occurring again. This document references that property. However, when looking at the values file, my teammate noticed that the only key that resembles 'registry' is 'registryHost', and that it's located within a different sub-object than what the documentation specifies. Could you provide more clarity on exactly what the values file configuration should look like? Is adding Thank you! Actual OutcomeWe are unsure how to configure the override of the registry host correctly and that is preventing us from turning on Marketplace Sync. Expected OutcomeWe are able to set the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, there are two options to actually customize the registry of the dockerImage:
Customization done with |
Beta Was this translation helpful? Give feedback.
Hi, there are two options to actually customize the registry of the dockerImage:
registryinsideconfigurations, this will result in replacing the registry with the custom registry value for everythingsoftwareCatalogSyncCustomizationsinsideconfigurations, this will allow to setup more precise and flexible replace filters that can do the replace just for specific images, you can find an example here Configure software-catalog-sync dockerImage customizationCustomization done with
softwareCatalogSyncCustomizationsconfiguration has priority over the one made withregistry, so when both configured at the same time onlysoftwareCatalogSyncCustomizationswill have ef…