diff --git a/first-class-pipeline/vars/executeFreeleapsPipeline.groovy b/first-class-pipeline/vars/executeFreeleapsPipeline.groovy index 0d68cc3d..8103a90a 100644 --- a/first-class-pipeline/vars/executeFreeleapsPipeline.groovy +++ b/first-class-pipeline/vars/executeFreeleapsPipeline.groovy @@ -457,7 +457,7 @@ def generateComponentStages(component, configurations) { {stage("${component.name} :: Argo Application Version Updating") { script { if (env.executeMode == "fully" || env.changedComponents.contains(component.name)) { - def argoApplicationVersionUpdater = new ArgoApplicationVersionUpdater(this) + def argoApplicationVersionUpdater = new ArgoApplicationVersionUpdater(this, configurations) argoApplicationVersionUpdater.update(configurations.environmentSlug, component) } }