Skip to content

Commit a695814

Browse files
author
Code Dx Build
committed
feat: update to latest Docker image versions
Code Dx: v2023.12.3 MariaDB: v1.28.0 Tool Orchestration: v1.31.0 Workflow: v2.17.0 RestoreDB: v1.7.0
1 parent f1e09ed commit a695814

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

setup/core/charts/codedx-tool-orchestration/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-tool-orchestration
3-
version: 1.102.0
4-
appVersion: "1.30.0"
3+
version: 1.103.0
4+
appVersion: "1.31.0"
55
description: A Helm chart for Code Dx Tool Orchestration
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-tool-orchestration/values.yaml

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

8-
imageNameCodeDxTools: 'codedx/codedx-tools:v2023.12.2'
9-
imageNameCodeDxToolsMono: 'codedx/codedx-toolsmono:v2023.12.2'
10-
imageNamePrepare: 'codedx/codedx-prepare:v1.30.0'
11-
imageNameNewAnalysis: 'codedx/codedx-newanalysis:v1.30.0'
12-
imageNameSendResults: 'codedx/codedx-results:v1.30.0'
13-
imageNameSendErrorResults: 'codedx/codedx-error-results:v1.30.0'
14-
imageNameHelmPreDelete: 'codedx/codedx-cleanup:v1.30.0'
8+
imageNameCodeDxTools: 'codedx/codedx-tools:v2023.12.3'
9+
imageNameCodeDxToolsMono: 'codedx/codedx-toolsmono:v2023.12.3'
10+
imageNamePrepare: 'codedx/codedx-prepare:v1.31.0'
11+
imageNameNewAnalysis: 'codedx/codedx-newanalysis:v1.31.0'
12+
imageNameSendResults: 'codedx/codedx-results:v1.31.0'
13+
imageNameSendErrorResults: 'codedx/codedx-error-results:v1.31.0'
14+
imageNameHelmPreDelete: 'codedx/codedx-cleanup:v1.31.0'
1515
imagePullSecretKey: ""
1616

17-
toolServiceImageName: 'codedx/codedx-tool-service:v1.30.0'
17+
toolServiceImageName: 'codedx/codedx-tool-service:v1.31.0'
1818
toolServiceImagePullSecrets: []
1919
toolServicePort: 3333
2020

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.117.0
4-
appVersion: "2023.12.2"
3+
version: 1.118.0
4+
appVersion: "2023.12.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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:v2023.12.2'
6+
codedxTomcatImage: 'codedx/codedx-tomcat:v2023.12.3'
77

88
# codedxTomcatInitImage specifies the image to use for the Code Dx deployment initialization.
99
# ref: https://hub.docker.com/r/codedx/codedx-tomcat/tags
1010
#
11-
codedxTomcatInitImage: 'codedx/codedx-tomcat:v2023.12.2'
11+
codedxTomcatInitImage: 'codedx/codedx-tomcat:v2023.12.3'
1212

1313
# codedxTomcatImagePullPolicy specifies the policy to use when pulling the Code Dx Tomcat image.
1414
# ref: https://kubernetes.io/docs/concepts/configuration/overview/#container-images

setup/core/setup.ps1

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

56-
[string] $imageCodeDxTomcat = 'codedx/codedx-tomcat:v2023.12.2',
57-
[string] $imageCodeDxTools = 'codedx/codedx-tools:v2023.12.2',
58-
[string] $imageCodeDxToolsMono = 'codedx/codedx-toolsmono:v2023.12.2',
59-
60-
[string] $imagePrepare = 'codedx/codedx-prepare:v1.30.0',
61-
[string] $imageNewAnalysis = 'codedx/codedx-newanalysis:v1.30.0',
62-
[string] $imageSendResults = 'codedx/codedx-results:v1.30.0',
63-
[string] $imageSendErrorResults = 'codedx/codedx-error-results:v1.30.0',
64-
[string] $imageToolService = 'codedx/codedx-tool-service:v1.30.0',
65-
[string] $imagePreDelete = 'codedx/codedx-cleanup:v1.30.0',
66-
67-
[string] $imageCodeDxTomcatInit = 'codedx/codedx-tomcat:v2023.12.2',
56+
[string] $imageCodeDxTomcat = 'codedx/codedx-tomcat:v2023.12.3',
57+
[string] $imageCodeDxTools = 'codedx/codedx-tools:v2023.12.3',
58+
[string] $imageCodeDxToolsMono = 'codedx/codedx-toolsmono:v2023.12.3',
59+
60+
[string] $imagePrepare = 'codedx/codedx-prepare:v1.31.0',
61+
[string] $imageNewAnalysis = 'codedx/codedx-newanalysis:v1.31.0',
62+
[string] $imageSendResults = 'codedx/codedx-results:v1.31.0',
63+
[string] $imageSendErrorResults = 'codedx/codedx-error-results:v1.31.0',
64+
[string] $imageToolService = 'codedx/codedx-tool-service:v1.31.0',
65+
[string] $imagePreDelete = 'codedx/codedx-cleanup:v1.31.0',
66+
67+
[string] $imageCodeDxTomcatInit = 'codedx/codedx-tomcat:v2023.12.3',
6868
[string] $imageMariaDB = 'codedx/codedx-mariadb:v1.28.0',
6969
[string] $imageMinio = 'bitnami/minio:2021.4.6-debian-10-r11',
7070
[string] $imageWorkflowController = 'codedx/codedx-workflow-controller:v2.17.0',

0 commit comments

Comments
 (0)