@@ -53,18 +53,18 @@ param (
53
53
[string ] $minioEphemeralStorageReservation ,
54
54
[string ] $workflowEphemeralStorageReservation ,
55
55
56
- [string ] $imageCodeDxTomcat = ' codedx/codedx-tomcat:v2023.12.2 ' ,
57
- [string ] $imageCodeDxTools = ' codedx/codedx-tools:v2023.12.2 ' ,
58
- [string ] $imageCodeDxToolsMono = ' codedx/codedx-toolsmono:v2023.12.2 ' ,
59
-
60
- [string ] $imagePrepare = ' codedx/codedx-prepare:v1.30 .0' ,
61
- [string ] $imageNewAnalysis = ' codedx/codedx-newanalysis:v1.30 .0' ,
62
- [string ] $imageSendResults = ' codedx/codedx-results:v1.30 .0' ,
63
- [string ] $imageSendErrorResults = ' codedx/codedx-error-results:v1.30 .0' ,
64
- [string ] $imageToolService = ' codedx/codedx-tool-service:v1.30 .0' ,
65
- [string ] $imagePreDelete = ' codedx/codedx-cleanup:v1.30 .0' ,
66
-
67
- [string ] $imageCodeDxTomcatInit = ' codedx/codedx-tomcat:v2023.12.2 ' ,
56
+ [string ] $imageCodeDxTomcat = ' codedx/codedx-tomcat:v2023.12.3 ' ,
57
+ [string ] $imageCodeDxTools = ' codedx/codedx-tools:v2023.12.3 ' ,
58
+ [string ] $imageCodeDxToolsMono = ' codedx/codedx-toolsmono:v2023.12.3 ' ,
59
+
60
+ [string ] $imagePrepare = ' codedx/codedx-prepare:v1.31 .0' ,
61
+ [string ] $imageNewAnalysis = ' codedx/codedx-newanalysis:v1.31 .0' ,
62
+ [string ] $imageSendResults = ' codedx/codedx-results:v1.31 .0' ,
63
+ [string ] $imageSendErrorResults = ' codedx/codedx-error-results:v1.31 .0' ,
64
+ [string ] $imageToolService = ' codedx/codedx-tool-service:v1.31 .0' ,
65
+ [string ] $imagePreDelete = ' codedx/codedx-cleanup:v1.31 .0' ,
66
+
67
+ [string ] $imageCodeDxTomcatInit = ' codedx/codedx-tomcat:v2023.12.3 ' ,
68
68
[string ] $imageMariaDB = ' codedx/codedx-mariadb:v1.28.0' ,
69
69
[string ] $imageMinio = ' bitnami/minio:2021.4.6-debian-10-r11' ,
70
70
[string ] $imageWorkflowController = ' codedx/codedx-workflow-controller:v2.17.0' ,
0 commit comments