File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
codedx-tool-orchestration Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : codedx-tool-orchestration
3
- version : 1.58 .0
3
+ version : 1.59 .0
4
4
appVersion : " 1.16.0"
5
5
description : A Helm chart for Code Dx Tool Orchestration
6
6
icon : https://codedx.com/wp-content/uploads/2017/03/CodeDx-logo.png
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ codedxTls:
5
5
enabled : false
6
6
caConfigMap :
7
7
8
- imageNameCodeDxTools : ' codedx/codedx-tools:v2022.7.2 '
9
- imageNameCodeDxToolsMono : ' codedx/codedx-toolsmono:v2022.7.2 '
8
+ imageNameCodeDxTools : ' codedx/codedx-tools:v2022.7.3 '
9
+ imageNameCodeDxToolsMono : ' codedx/codedx-toolsmono:v2022.7.3 '
10
10
imageNamePrepare : ' codedx/codedx-prepare:v1.16.0'
11
11
imageNameNewAnalysis : ' codedx/codedx-newanalysis:v1.16.0'
12
12
imageNameSendResults : ' codedx/codedx-results:v1.16.0'
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : codedx
3
- version : 1.66 .0
4
- appVersion : " 2022.7.2 "
3
+ version : 1.67 .0
4
+ appVersion : " 2022.7.3 "
5
5
description : A Helm chart for Code Dx
6
6
icon : https://codedx.com/wp-content/uploads/2017/03/CodeDx-logo.png
7
7
home : https://github.com/codedx/codedx-kubernetes
Original file line number Diff line number Diff line change 3
3
# codedxTomcatImage specifies the image to use for the Code Dx deployment.
4
4
# ref: https://hub.docker.com/r/codedx/codedx-tomcat/tags
5
5
#
6
- codedxTomcatImage : ' codedx/codedx-tomcat:v2022.7.2 '
6
+ codedxTomcatImage : ' codedx/codedx-tomcat:v2022.7.3 '
7
7
8
8
# codedxTomcatInitImage specifies the image to use for the Code Dx deployment initialization.
9
9
# ref: https://hub.docker.com/r/codedx/codedx-bash/tags
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ param (
53
53
[string ] $minioEphemeralStorageReservation ,
54
54
[string ] $workflowEphemeralStorageReservation ,
55
55
56
- [string ] $imageCodeDxTomcat = ' codedx/codedx-tomcat:v2022.7.2 ' ,
57
- [string ] $imageCodeDxTools = ' codedx/codedx-tools:v2022.7.2 ' ,
58
- [string ] $imageCodeDxToolsMono = ' codedx/codedx-toolsmono:v2022.7.2 ' ,
56
+ [string ] $imageCodeDxTomcat = ' codedx/codedx-tomcat:v2022.7.3 ' ,
57
+ [string ] $imageCodeDxTools = ' codedx/codedx-tools:v2022.7.3 ' ,
58
+ [string ] $imageCodeDxToolsMono = ' codedx/codedx-toolsmono:v2022.7.3 ' ,
59
59
60
60
[string ] $imagePrepare = ' codedx/codedx-prepare:v1.16.0' ,
61
61
[string ] $imageNewAnalysis = ' codedx/codedx-newanalysis:v1.16.0' ,
You can’t perform that action at this time.
0 commit comments