Skip to content

Commit 20fcedb

Browse files
author
Code Dx Build
committed
feat: update to latest Docker image versions
Code Dx: v2025.3.6 MariaDB: v1.38.0 Tool Orchestration: v1.34.0 Workflow: v2.17.0 RestoreDB: v1.15.0
1 parent 92b400e commit 20fcedb

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

admin/restore-db.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ param (
1919
[string] $namespaceCodeDx = 'cdx-app',
2020
[string] $releaseNameCodeDx = 'codedx',
2121
[int] $waitSeconds = 600,
22-
[string] $imageDatabaseRestore = 'codedx/codedx-dbrestore:v1.14.0',
22+
[string] $imageDatabaseRestore = 'codedx/codedx-dbrestore:v1.15.0',
2323
[string] $dockerImagePullSecretName,
2424
[switch] $skipCodeDxRestart
2525
)

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.134.0
3+
version: 1.135.0
44
appVersion: "1.34.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:v2025.3.5'
9-
imageNameCodeDxToolsMono: 'codedx/codedx-toolsmono:v2025.3.5'
8+
imageNameCodeDxTools: 'codedx/codedx-tools:v2025.3.6'
9+
imageNameCodeDxToolsMono: 'codedx/codedx-toolsmono:v2025.3.6'
1010
imageNamePrepare: 'codedx/codedx-prepare:v1.34.0'
1111
imageNameNewAnalysis: 'codedx/codedx-newanalysis:v1.34.0'
1212
imageNameSendResults: 'codedx/codedx-results:v1.34.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.148.0
4-
appVersion: "2025.3.5"
3+
version: 1.149.0
4+
appVersion: "2025.3.6"
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:v2025.3.5'
6+
codedxTomcatImage: 'codedx/codedx-tomcat:v2025.3.6'
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:v2025.3.5'
11+
codedxTomcatInitImage: 'codedx/codedx-tomcat:v2025.3.6'
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
@@ -54,9 +54,9 @@ param (
5454
[string] $minioEphemeralStorageReservation,
5555
[string] $workflowEphemeralStorageReservation,
5656

57-
[string] $imageCodeDxTomcat = 'codedx/codedx-tomcat:v2025.3.5',
58-
[string] $imageCodeDxTools = 'codedx/codedx-tools:v2025.3.5',
59-
[string] $imageCodeDxToolsMono = 'codedx/codedx-toolsmono:v2025.3.5',
57+
[string] $imageCodeDxTomcat = 'codedx/codedx-tomcat:v2025.3.6',
58+
[string] $imageCodeDxTools = 'codedx/codedx-tools:v2025.3.6',
59+
[string] $imageCodeDxToolsMono = 'codedx/codedx-toolsmono:v2025.3.6',
6060

6161
[string] $imagePrepare = 'codedx/codedx-prepare:v1.34.0',
6262
[string] $imageNewAnalysis = 'codedx/codedx-newanalysis:v1.34.0',
@@ -65,7 +65,7 @@ param (
6565
[string] $imageToolService = 'codedx/codedx-tool-service:v1.34.0',
6666
[string] $imagePreDelete = 'codedx/codedx-cleanup:v1.34.0',
6767

68-
[string] $imageCodeDxTomcatInit = 'codedx/codedx-tomcat:v2025.3.5',
68+
[string] $imageCodeDxTomcatInit = 'codedx/codedx-tomcat:v2025.3.6',
6969
[string] $imageMariaDB = 'codedx/codedx-mariadb:v1.38.0',
7070
[string] $imageMinio = 'bitnami/minio:2021.4.6-debian-10-r11',
7171
[string] $imageWorkflowController = 'codedx/codedx-workflow-controller:v2.17.0',

0 commit comments

Comments
 (0)