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