Skip to content

Commit

Permalink
Fix test run successfully with Helm
Browse files Browse the repository at this point in the history
  • Loading branch information
serverhorror committed Feb 20, 2024
1 parent 5754a76 commit f5550e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class OdsComponentStageRolloutOpenShiftDeploymentSpec extends PipelineSpockTestB
buildArtifacts.size() > 0
buildArtifacts.deployments['bar-deploymentMean']['type'] == 'helm'

1 * openShiftService.helmUpgrade('foo-dev', 'bar', ['values.yaml'], ['registry':null, 'componentId':'bar', 'imageNamespace':'foo-dev', 'imageTag':'cd3e9082'], ['--install', '--atomic'], [], true)
1 * openShiftService.helmUpgrade('foo-dev', 'bar', ['values.yaml'], ['registry':null, 'componentId':'bar', 'global.registry':null, 'global.componentId':'bar', 'imageNamespace':'foo-dev', 'imageTag':'cd3e9082', 'global.imageNamespace':'foo-dev', 'global.imageTag':'cd3e9082'], ['--install', '--atomic'], [], true)
}

@Unroll
Expand Down

0 comments on commit f5550e2

Please sign in to comment.