Skip to content

Commit 2dea90d

Browse files
author
Steve Salas
committed
Update to v5.0.5
1 parent 422d428 commit 2dea90d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

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.0.3
3+
version: 1.0.4
44
appVersion: "1.0.2"
55
description: A Helm chart for Code Dx Tool Orchestration
66
icon: https://codedx.com/wp-content/uploads/2017/03/CodeDx-logo.png

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:v1.0.1"
9-
imageNameCodeDxToolsMono: "codedx/codedx-toolsmono:v1.0.1"
8+
imageNameCodeDxTools: "codedx/codedx-tools:v1.0.2"
9+
imageNameCodeDxToolsMono: "codedx/codedx-toolsmono:v1.0.2"
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"

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: 0.8.14
4-
appVersion: "5.0.4"
3+
version: 0.8.15
4+
appVersion: "5.0.5"
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

codedx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Any values that require locally cloning the chart will be labeled with _"LFV"_ (
128128

129129
| Parameter | Description | Default |
130130
|-----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------|
131-
| `codedxTomcatImage` | Code Dx Tomcat image full name | `codedx/codedx-tomcat:v5.0.4` |
131+
| `codedxTomcatImage` | Code Dx Tomcat image full name | `codedx/codedx-tomcat:v5.0.5` |
132132
| `codedxTomcatImagePullPolicy` | Pull policy for the Code Dx Tomcat image | `IfNotPresent` |
133133
| `codedxTomcatImagePullSecrets` | Pull secrets for Code Dx Tomcat image | `[]` |
134134
| `codedxTomcatImagePullSecrets[i].name` | Name of a secret to use for pulling the Code Dx Tomcat image | |

codedx/docs/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ codedxTomcatImage: "<new-codedx-image>"
2424
helm upgrade {my-codedx} codedx/codedx --set codedxTomcatImage=codedx/codedx-tomcat:vX.Y.Z
2525
```
2626

27-
- `<new-codedx-image>`: The full name of a Code Dx image [from docker](https://hub.docker.com/r/codedx/codedx-tomcat/tags), ie `codedx/codedx-tomcat:v5.0.4`
27+
- `<new-codedx-image>`: The full name of a Code Dx image [from docker](https://hub.docker.com/r/codedx/codedx-tomcat/tags), ie `codedx/codedx-tomcat:v5.0.5`
2828
- `{my-codedx}`: The name of the Code Dx installation, which is set when installing Code Dx via `helm install`. If installed via `helm install --name my-install ...`, the installation name would be `my-install`. If no name was specified, it will default to `codedx`.
2929

3030
**Be sure to include any additional values used in previous upgrades or installations.** If you passed a custom `values.yaml` file via `-f my-values.yaml`, make sure to include this file during the upgrade call or to specify the `--reuse-values` parameter. Otherwise, helm may modify Code Dx in unintended ways.

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.0.4
6+
codedxTomcatImage: codedx/codedx-tomcat:v5.0.5
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

0 commit comments

Comments
 (0)