File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11<# PSScriptInfo
2- .VERSION 1.10 .0
2+ .VERSION 1.11 .0
33.GUID 47733b28-676e-455d-b7e8-88362f442aa3
44.AUTHOR Code Dx
55#>
@@ -990,7 +990,8 @@ if ($useGitOps) {
990990 - chartPath ' setup/core/charts/codedx' `
991991 - valuesConfigMapNames $codeDxValuesConfigMapNames `
992992 - dockerImageNames @ {
993- ' codedxTomcatImage' = $imageCodeDxTomcat
993+ ' codedxTomcatImage' = $imageCodeDxTomcat ;
994+ ' codedxTomcatInitImage' = $imageCodeDxTomcatInit
994995 }
995996
996997 # ## Optionally Create Tool Orchestration HelmRelease
@@ -1022,6 +1023,7 @@ if ($useGitOps) {
10221023 - dockerImageNames @ {
10231024 ' imageNameCodeDxTools' = $imageCodeDxTools ;
10241025 ' imageNameCodeDxToolsMono' = $imageCodeDxToolsMono ;
1026+ ' imageNamePrepare' = $imagePrepare ;
10251027 ' imageNameNewAnalysis' = $imageNewAnalysis ;
10261028 ' imageNameSendResults' = $imageSendResults ;
10271029 ' imageNameSendErrorResults' = $imageSendErrorResults ;
You can’t perform that action at this time.
0 commit comments