File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,8 @@ pipeline {
115
115
mariaDBVersion = currentVersions[1 ]
116
116
// Note: v1.34.0 is the most recent TO version that the legacy K8s chart (codedx-kubernetes) supports
117
117
toolOrchestrationVersion = ' v1.34.0'
118
- workflowVersion = currentVersions[3 ]
118
+ // Note: v1.34.0 is the most recent Workflow version that the legacy K8s chart (codedx-kubernetes) supports
119
+ workflowVersion = ' v2.17.0'
119
120
restoreDBVersion = currentVersions[4 ]
120
121
121
122
def isCurrentVersion = sh(returnStdout : true , script : " pwsh -command \" &{ . ./.version/common.ps1; Test-CodeDxVersion './setup/core/setup.ps1' './admin/restore-db.ps1' '$codeDxVersion ' '$mariaDBVersion ' '$toolOrchestrationVersion ' '$workflowVersion ' '$restoreDBVersion ' }\" " )
Original file line number Diff line number Diff line change 1
1
<# PSScriptInfo
2
- .VERSION 2.17.0
2
+ .VERSION 2.17.1
3
3
.GUID 47733b28-676e-455d-b7e8-88362f442aa3
4
4
.AUTHOR Code Dx
5
5
#>
@@ -67,8 +67,8 @@ param (
67
67
[string ] $imageCodeDxTomcatInit = ' codedx/codedx-tomcat:v2024.6.0' ,
68
68
[string ] $imageMariaDB = ' codedx/codedx-mariadb:v1.31.0' ,
69
69
[string ] $imageMinio = ' bitnami/minio:2021.4.6-debian-10-r11' ,
70
- [string ] $imageWorkflowController = ' codedx/codedx-workflow-controller:v3.0 .0' ,
71
- [string ] $imageWorkflowExecutor = ' codedx/codedx-argoexec:v3.0 .0' ,
70
+ [string ] $imageWorkflowController = ' codedx/codedx-workflow-controller:v2.17 .0' ,
71
+ [string ] $imageWorkflowExecutor = ' codedx/codedx-argoexec:v2.17 .0' ,
72
72
73
73
[int ] $toolServiceReplicas = 3 ,
74
74
You can’t perform that action at this time.
0 commit comments