Skip to content

Commit 0aa8d91

Browse files
author
Steve Salas
committed
Update to v1.3.4
1 parent c3bc9d8 commit 0aa8d91

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

setup/core/charts/codedx-tool-orchestration/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-tool-orchestration
3-
version: 1.0.8
4-
appVersion: "1.0.5"
3+
version: 1.0.9
4+
appVersion: "1.0.6"
55
description: A Helm chart for Code Dx Tool Orchestration
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-tool-orchestration/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ codedxTls:
55
enabled: false
66
caConfigMap:
77

8-
imageNameCodeDxTools: "codedx/codedx-tools:v1.0.5"
9-
imageNameCodeDxToolsMono: "codedx/codedx-toolsmono:v1.0.5"
8+
imageNameCodeDxTools: "codedx/codedx-tools:v1.0.6"
9+
imageNameCodeDxToolsMono: "codedx/codedx-toolsmono:v1.0.6"
1010
imageNameNewAnalysis: "codedx/codedx-newanalysis:v1.0.0"
1111
imageNameSendResults: "codedx/codedx-results:v1.0.0"
1212
imageNameSendErrorResults: "codedx/codedx-error-results:v1.0.0"
1313
imageNameHelmPreDelete: "codedx/codedx-cleanup:v1.0.0"
1414
imagePullSecretKey: ""
1515

16-
toolServiceImageName: codedx/codedx-tool-service:v1.0.2
16+
toolServiceImageName: codedx/codedx-tool-service:v1.0.6
1717
toolServiceImagePullSecrets: []
1818
toolServicePort: 3333
1919

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.3.0
4-
appVersion: "5.1.1"
3+
version: 1.3.1
4+
appVersion: "5.1.2"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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:v5.1.0
6+
codedxTomcatImage: codedx/codedx-tomcat:v5.1.2
77

88
# codedxTomcatImagePullPolicy specifies the policy to use when pulling the Code Dx Tomcat image.
99
# ref: https://kubernetes.io/docs/concepts/configuration/overview/#container-images

setup/core/setup.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<#PSScriptInfo
2-
.VERSION 1.2.3
2+
.VERSION 1.3.0
33
.GUID 47733b28-676e-455d-b7e8-88362f442aa3
44
.AUTHOR Code Dx
55
#>
@@ -52,13 +52,13 @@ param (
5252
[string] $workflowEphemeralStorageReservation,
5353
[string] $nginxEphemeralStorageReservation,
5454

55-
[string] $imageCodeDxTomcat = 'codedx/codedx-tomcat:v5.1.1',
56-
[string] $imageCodeDxTools = 'codedx/codedx-tools:v1.0.5',
57-
[string] $imageCodeDxToolsMono = 'codedx/codedx-toolsmono:v1.0.5',
55+
[string] $imageCodeDxTomcat = 'codedx/codedx-tomcat:v5.1.2',
56+
[string] $imageCodeDxTools = 'codedx/codedx-tools:v1.0.6',
57+
[string] $imageCodeDxToolsMono = 'codedx/codedx-toolsmono:v1.0.6',
5858
[string] $imageNewAnalysis = 'codedx/codedx-newanalysis:v1.0.0',
5959
[string] $imageSendResults = 'codedx/codedx-results:v1.0.0',
6060
[string] $imageSendErrorResults = 'codedx/codedx-error-results:v1.0.0',
61-
[string] $imageToolService = 'codedx/codedx-tool-service:v1.0.2',
61+
[string] $imageToolService = 'codedx/codedx-tool-service:v1.0.6',
6262
[string] $imagePreDelete = 'codedx/codedx-cleanup:v1.0.0',
6363

6464
[int] $toolServiceReplicas = 3,
@@ -111,7 +111,7 @@ param (
111111
[string] $codedxHelmRepo = 'https://codedx.github.io/codedx-kubernetes',
112112

113113
[string] $codedxGitRepo = 'https://github.com/codedx/codedx-kubernetes.git',
114-
[string] $codedxGitRepoBranch = 'v1.3.3',
114+
[string] $codedxGitRepoBranch = 'v1.3.4',
115115

116116
[int] $kubeApiTargetPort = 443,
117117

0 commit comments

Comments
 (0)