Skip to content

Commit 0420a54

Browse files
author
Steve Salas
committed
feat: add latest Docker images to HelmRelease
- add init and prepare Docker image names to HelmRelease output (GitOps)
1 parent e56d21f commit 0420a54

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup/core/setup.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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;

0 commit comments

Comments
 (0)