@@ -53,9 +53,9 @@ param (
53
53
[string ] $minioEphemeralStorageReservation ,
54
54
[string ] $workflowEphemeralStorageReservation ,
55
55
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 ' ,
56
+ [string ] $imageCodeDxTomcat = ' codedx/codedx-tomcat:v2023.8.6 ' ,
57
+ [string ] $imageCodeDxTools = ' codedx/codedx-tools:v2023.8.6 ' ,
58
+ [string ] $imageCodeDxToolsMono = ' codedx/codedx-toolsmono:v2023.8.6 ' ,
59
59
60
60
[string ] $imagePrepare = ' codedx/codedx-prepare:v1.28.0' ,
61
61
[string ] $imageNewAnalysis = ' codedx/codedx-newanalysis:v1.28.0' ,
@@ -64,7 +64,7 @@ param (
64
64
[string ] $imageToolService = ' codedx/codedx-tool-service:v1.28.0' ,
65
65
[string ] $imagePreDelete = ' codedx/codedx-cleanup:v1.28.0' ,
66
66
67
- [string ] $imageCodeDxTomcatInit = ' codedx/codedx-tomcat:v2023.8.5 ' ,
67
+ [string ] $imageCodeDxTomcatInit = ' codedx/codedx-tomcat:v2023.8.6 ' ,
68
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' ,
0 commit comments