File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : codedx
3- version : 1.156 .0
4- appVersion : " 2025.9.0 "
3+ version : 1.157 .0
4+ appVersion : " 2025.9.1 "
55description : A Helm chart for Code Dx
66icon : https://codedx.com/wp-content/uploads/2017/03/CodeDx-logo.png
77home : https://github.com/codedx/codedx-kubernetes
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments