Skip to content

Commit 92d0fad

Browse files
committed
Update to v5.0.2
1 parent 8c279c1 commit 92d0fad

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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.8
4-
appVersion: "5.0.1"
3+
version: 0.8.9
4+
appVersion: "5.0.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

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.1` |
131+
| `codedxTomcatImage` | Code Dx Tomcat image full name | `codedx/codedx-tomcat:v5.0.2` |
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.1`
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.2`
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/sample-values/values-base-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
# Pin to a specific Code Dx version
9-
codedxTomcatImage: codedx/codedx-tomcat:v5.0.1
9+
codedxTomcatImage: codedx/codedx-tomcat:v5.0.2
1010

1111
# Keep or modify Code Dx app data storage size
1212
persistence:

codedx/sample-values/values-full-sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# The contents of this file can be added to your own custom values.yaml file.
55

6-
codedxTomcatImage: codedx/codedx-tomcat:v5.0.1
6+
codedxTomcatImage: codedx/codedx-tomcat:v5.0.2
77

88
persistence:
99
size: 32Gi

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

0 commit comments

Comments
 (0)