Skip to content

Commit

Permalink
feat: update to latest Docker image versions
Browse files Browse the repository at this point in the history
Code Dx: v2024.12.1

MariaDB: v1.37.0

Tool Orchestration: v1.34.0

Workflow: v2.17.0

RestoreDB: v1.14.0
  • Loading branch information
Code Dx Build committed Jan 14, 2025
1 parent 1d27487 commit bf6f732
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion admin/restore-db.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ param (
[string] $namespaceCodeDx = 'cdx-app',
[string] $releaseNameCodeDx = 'codedx',
[int] $waitSeconds = 600,
[string] $imageDatabaseRestore = 'codedx/codedx-dbrestore:v1.13.0',
[string] $imageDatabaseRestore = 'codedx/codedx-dbrestore:v1.14.0',
[string] $dockerImagePullSecretName,
[switch] $skipCodeDxRestart
)
Expand Down
2 changes: 1 addition & 1 deletion setup/core/charts/codedx-tool-orchestration/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: codedx-tool-orchestration
version: 1.125.0
version: 1.126.0
appVersion: "1.34.0"
description: A Helm chart for Code Dx Tool Orchestration
icon: https://codedx.com/wp-content/uploads/2017/03/CodeDx-logo.png
Expand Down
4 changes: 2 additions & 2 deletions setup/core/charts/codedx-tool-orchestration/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ codedxTls:
enabled: false
caConfigMap:

imageNameCodeDxTools: 'codedx/codedx-tools:v2024.12.0'
imageNameCodeDxToolsMono: 'codedx/codedx-toolsmono:v2024.12.0'
imageNameCodeDxTools: 'codedx/codedx-tools:v2024.12.1'
imageNameCodeDxToolsMono: 'codedx/codedx-toolsmono:v2024.12.1'
imageNamePrepare: 'codedx/codedx-prepare:v1.34.0'
imageNameNewAnalysis: 'codedx/codedx-newanalysis:v1.34.0'
imageNameSendResults: 'codedx/codedx-results:v1.34.0'
Expand Down
4 changes: 2 additions & 2 deletions setup/core/charts/codedx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: codedx
version: 1.139.0
appVersion: "2024.12.0"
version: 1.140.0
appVersion: "2024.12.1"
description: A Helm chart for Code Dx
icon: https://codedx.com/wp-content/uploads/2017/03/CodeDx-logo.png
home: https://github.com/codedx/codedx-kubernetes
Expand Down
4 changes: 2 additions & 2 deletions setup/core/charts/codedx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# codedxTomcatImage specifies the image to use for the Code Dx deployment.
# ref: https://hub.docker.com/r/codedx/codedx-tomcat/tags
#
codedxTomcatImage: 'codedx/codedx-tomcat:v2024.12.0'
codedxTomcatImage: 'codedx/codedx-tomcat:v2024.12.1'

# codedxTomcatInitImage specifies the image to use for the Code Dx deployment initialization.
# ref: https://hub.docker.com/r/codedx/codedx-tomcat/tags
#
codedxTomcatInitImage: 'codedx/codedx-tomcat:v2024.12.0'
codedxTomcatInitImage: 'codedx/codedx-tomcat:v2024.12.1'

# codedxTomcatImagePullPolicy specifies the policy to use when pulling the Code Dx Tomcat image.
# ref: https://kubernetes.io/docs/concepts/configuration/overview/#container-images
Expand Down
10 changes: 5 additions & 5 deletions setup/core/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ param (
[string] $minioEphemeralStorageReservation,
[string] $workflowEphemeralStorageReservation,

[string] $imageCodeDxTomcat = 'codedx/codedx-tomcat:v2024.12.0',
[string] $imageCodeDxTools = 'codedx/codedx-tools:v2024.12.0',
[string] $imageCodeDxToolsMono = 'codedx/codedx-toolsmono:v2024.12.0',
[string] $imageCodeDxTomcat = 'codedx/codedx-tomcat:v2024.12.1',
[string] $imageCodeDxTools = 'codedx/codedx-tools:v2024.12.1',
[string] $imageCodeDxToolsMono = 'codedx/codedx-toolsmono:v2024.12.1',

[string] $imagePrepare = 'codedx/codedx-prepare:v1.34.0',
[string] $imageNewAnalysis = 'codedx/codedx-newanalysis:v1.34.0',
Expand All @@ -65,8 +65,8 @@ param (
[string] $imageToolService = 'codedx/codedx-tool-service:v1.34.0',
[string] $imagePreDelete = 'codedx/codedx-cleanup:v1.34.0',

[string] $imageCodeDxTomcatInit = 'codedx/codedx-tomcat:v2024.12.0',
[string] $imageMariaDB = 'codedx/codedx-mariadb:v1.36.0',
[string] $imageCodeDxTomcatInit = 'codedx/codedx-tomcat:v2024.12.1',
[string] $imageMariaDB = 'codedx/codedx-mariadb:v1.37.0',
[string] $imageMinio = 'bitnami/minio:2021.4.6-debian-10-r11',
[string] $imageWorkflowController = 'codedx/codedx-workflow-controller:v2.17.0',
[string] $imageWorkflowExecutor = 'codedx/codedx-argoexec:v2.17.0',
Expand Down

0 comments on commit bf6f732

Please sign in to comment.