Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Feb 2, 2024
1 parent c17dce0 commit 21cf32b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/tasks/installers/eclipse-che/eclipse-che-tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export namespace EclipseCheTasks {
ctx[OperatorImageUpgradeContext.NEW_IMAGE_NAME] = newImage
ctx[OperatorImageUpgradeContext.NEW_IMAGE_TAG] = newTag

task.title = `${task.title} ${ctx[OperatorImageUpgradeContext.NEW_IMAGE_TAG]} -> ${ctx[OperatorImageUpgradeContext.DEPLOYED_IMAGE_TAG]}`
task.title = `${task.title} ${ctx[OperatorImageUpgradeContext.DEPLOYED_IMAGE_TAG]} -> ${ctx[OperatorImageUpgradeContext.NEW_IMAGE_TAG]}`
},
}
}
Expand Down
2 changes: 0 additions & 2 deletions test/e2e/e2e-upgrade-version.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ describe('Test Che upgrade', () => {
it('Update Eclipse Che Version', async () => {
const binChectl = E2eHelper.getChectlBinaries()
// scale deployments down to free up some resources
await helper.runCliCommand('kubectl', ['scale', 'deployment', 'che', '--replicas=0', `-n ${NAMESPACE}`])

await helper.runCliCommand(binChectl, ['server:update', '-y', `-n ${NAMESPACE}`, '--telemetry=off'])
await helper.waitForCheServerImageTag(helper.getNewVersion(), UPDATE_CHE_TIMEOUT_MS)
})
Expand Down

0 comments on commit 21cf32b

Please sign in to comment.