Skip to content

Commit 6aa2f24

Browse files
author
Code Dx Build
committed
feat: update to latest Docker image versions
Code Dx: v2023.8.3 MariaDB: v1.24.0 Tool Orchestration: v1.26.0 Workflow: v2.17.0 RestoreDB: v1.5.0
1 parent dac8871 commit 6aa2f24

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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.93.0
3+
version: 1.94.0
44
appVersion: "1.26.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:v2023.8.2'
9-
imageNameCodeDxToolsMono: 'codedx/codedx-toolsmono:v2023.8.2'
8+
imageNameCodeDxTools: 'codedx/codedx-tools:v2023.8.3'
9+
imageNameCodeDxToolsMono: 'codedx/codedx-toolsmono:v2023.8.3'
1010
imageNamePrepare: 'codedx/codedx-prepare:v1.26.0'
1111
imageNameNewAnalysis: 'codedx/codedx-newanalysis:v1.26.0'
1212
imageNameSendResults: 'codedx/codedx-results:v1.26.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.108.0
4-
appVersion: "2023.8.2"
3+
version: 1.109.0
4+
appVersion: "2023.8.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.8.2'
6+
codedxTomcatImage: 'codedx/codedx-tomcat:v2023.8.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.8.2'
11+
codedxTomcatInitImage: 'codedx/codedx-tomcat:v2023.8.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: 4 additions & 4 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:v2023.8.2',
57-
[string] $imageCodeDxTools = 'codedx/codedx-tools:v2023.8.2',
58-
[string] $imageCodeDxToolsMono = 'codedx/codedx-toolsmono:v2023.8.2',
56+
[string] $imageCodeDxTomcat = 'codedx/codedx-tomcat:v2023.8.3',
57+
[string] $imageCodeDxTools = 'codedx/codedx-tools:v2023.8.3',
58+
[string] $imageCodeDxToolsMono = 'codedx/codedx-toolsmono:v2023.8.3',
5959

6060
[string] $imagePrepare = 'codedx/codedx-prepare:v1.26.0',
6161
[string] $imageNewAnalysis = 'codedx/codedx-newanalysis:v1.26.0',
@@ -64,7 +64,7 @@ param (
6464
[string] $imageToolService = 'codedx/codedx-tool-service:v1.26.0',
6565
[string] $imagePreDelete = 'codedx/codedx-cleanup:v1.26.0',
6666

67-
[string] $imageCodeDxTomcatInit = 'codedx/codedx-tomcat:v2023.8.2',
67+
[string] $imageCodeDxTomcatInit = 'codedx/codedx-tomcat:v2023.8.3',
6868
[string] $imageMariaDB = 'codedx/codedx-mariadb:v1.24.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)