Skip to content

Commit 1a06c5f

Browse files
author
Code Dx Build
committed
feat: update to latest Docker image versions
Code Dx: v2022.7.3 Tomcat Init: v1.3.0 MariaDB: v1.7.0 Tool Orchestration: v1.16.0 Workflow: v2.16.0 RestoreDB: v1.4.0
1 parent b333973 commit 1a06c5f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

setup/core/charts/codedx-tool-orchestration/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: codedx-tool-orchestration
3-
version: 1.58.0
3+
version: 1.59.0
44
appVersion: "1.16.0"
55
description: A Helm chart for Code Dx Tool Orchestration
66
icon: https://codedx.com/wp-content/uploads/2017/03/CodeDx-logo.png

setup/core/charts/codedx-tool-orchestration/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ codedxTls:
55
enabled: false
66
caConfigMap:
77

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'
1010
imageNamePrepare: 'codedx/codedx-prepare:v1.16.0'
1111
imageNameNewAnalysis: 'codedx/codedx-newanalysis:v1.16.0'
1212
imageNameSendResults: 'codedx/codedx-results:v1.16.0'

setup/core/charts/codedx/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: codedx
3-
version: 1.66.0
4-
appVersion: "2022.7.2"
3+
version: 1.67.0
4+
appVersion: "2022.7.3"
55
description: A Helm chart for Code Dx
66
icon: https://codedx.com/wp-content/uploads/2017/03/CodeDx-logo.png
77
home: https://github.com/codedx/codedx-kubernetes

setup/core/charts/codedx/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# codedxTomcatImage specifies the image to use for the Code Dx deployment.
44
# ref: https://hub.docker.com/r/codedx/codedx-tomcat/tags
55
#
6-
codedxTomcatImage: 'codedx/codedx-tomcat:v2022.7.2'
6+
codedxTomcatImage: 'codedx/codedx-tomcat:v2022.7.3'
77

88
# codedxTomcatInitImage specifies the image to use for the Code Dx deployment initialization.
99
# ref: https://hub.docker.com/r/codedx/codedx-bash/tags

setup/core/setup.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ param (
5353
[string] $minioEphemeralStorageReservation,
5454
[string] $workflowEphemeralStorageReservation,
5555

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',
5959

6060
[string] $imagePrepare = 'codedx/codedx-prepare:v1.16.0',
6161
[string] $imageNewAnalysis = 'codedx/codedx-newanalysis:v1.16.0',

0 commit comments

Comments
 (0)