Skip to content

Commit f347f91

Browse files
author
Code Dx Build
committed
feat: update to latest Docker image versions
Code Dx: v2025.9.1 MariaDB: v1.38.0 Tool Orchestration: v1.34.0 Workflow: v2.17.0 RestoreDB: v1.15.0
1 parent 9882395 commit f347f91

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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.156.0
4-
appVersion: "2025.9.0"
3+
version: 1.157.0
4+
appVersion: "2025.9.1"
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.9.0'
6+
codedxTomcatImage: 'codedx/codedx-tomcat:v2025.9.1'
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.9.0'
11+
codedxTomcatInitImage: 'codedx/codedx-tomcat:v2025.9.1'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ param (
5454
[string] $minioEphemeralStorageReservation,
5555
[string] $workflowEphemeralStorageReservation,
5656

57-
[string] $imageCodeDxTomcat = 'codedx/codedx-tomcat:v2025.9.0',
57+
[string] $imageCodeDxTomcat = 'codedx/codedx-tomcat:v2025.9.1',
5858
[string] $imageCodeDxTools = 'codedx/codedx-tools:v2025.6.4',
5959
[string] $imageCodeDxToolsMono = 'codedx/codedx-toolsmono:v2025.6.4',
6060

@@ -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.9.0',
68+
[string] $imageCodeDxTomcatInit = 'codedx/codedx-tomcat:v2025.9.1',
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)