fix(argo): update ArgoApplicationVersionUpdater to reference component-specific repository instead of global configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
410bf462a9
commit
eba3129f39
@ -15,7 +15,7 @@ class ArgoApplicationVersionUpdater {
|
||||
steps.log.info("ArgoApplicationVersionUpdater", "[${environmentSlug}] Update Argo application image version to ${steps.env.BUILD_IMAGE_VERSION} for ${component.name}...")
|
||||
|
||||
def userSpecifiedArgoControlledRepo = false
|
||||
def argoControlledRepo = configurations.argoControlledRepo
|
||||
def argoControlledRepo = component.argoControlledRepo
|
||||
if (argoControlledRepo != null && !argoControlledRepo.isEmpty()) {
|
||||
userSpecifiedArgoControlledRepo = true
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user