|
1 | 1 | <#PSScriptInfo |
2 | | -.VERSION 1.2.3 |
| 2 | +.VERSION 1.3.0 |
3 | 3 | .GUID 47733b28-676e-455d-b7e8-88362f442aa3 |
4 | 4 | .AUTHOR Code Dx |
5 | 5 | #> |
@@ -52,13 +52,13 @@ param ( |
52 | 52 | [string] $workflowEphemeralStorageReservation, |
53 | 53 | [string] $nginxEphemeralStorageReservation, |
54 | 54 |
|
55 | | - [string] $imageCodeDxTomcat = 'codedx/codedx-tomcat:v5.1.1', |
56 | | - [string] $imageCodeDxTools = 'codedx/codedx-tools:v1.0.5', |
57 | | - [string] $imageCodeDxToolsMono = 'codedx/codedx-toolsmono:v1.0.5', |
| 55 | + [string] $imageCodeDxTomcat = 'codedx/codedx-tomcat:v5.1.2', |
| 56 | + [string] $imageCodeDxTools = 'codedx/codedx-tools:v1.0.6', |
| 57 | + [string] $imageCodeDxToolsMono = 'codedx/codedx-toolsmono:v1.0.6', |
58 | 58 | [string] $imageNewAnalysis = 'codedx/codedx-newanalysis:v1.0.0', |
59 | 59 | [string] $imageSendResults = 'codedx/codedx-results:v1.0.0', |
60 | 60 | [string] $imageSendErrorResults = 'codedx/codedx-error-results:v1.0.0', |
61 | | - [string] $imageToolService = 'codedx/codedx-tool-service:v1.0.2', |
| 61 | + [string] $imageToolService = 'codedx/codedx-tool-service:v1.0.6', |
62 | 62 | [string] $imagePreDelete = 'codedx/codedx-cleanup:v1.0.0', |
63 | 63 |
|
64 | 64 | [int] $toolServiceReplicas = 3, |
@@ -111,7 +111,7 @@ param ( |
111 | 111 | [string] $codedxHelmRepo = 'https://codedx.github.io/codedx-kubernetes', |
112 | 112 |
|
113 | 113 | [string] $codedxGitRepo = 'https://github.com/codedx/codedx-kubernetes.git', |
114 | | - [string] $codedxGitRepoBranch = 'v1.3.3', |
| 114 | + [string] $codedxGitRepoBranch = 'v1.3.4', |
115 | 115 |
|
116 | 116 | [int] $kubeApiTargetPort = 443, |
117 | 117 |
|
|
0 commit comments