Skip to content

Commit 70fdb02

Browse files
author
Steve Salas
committed
Merge master into develop
2 parents 8cfbe58 + e98322b commit 70fdb02

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

codedx/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: codedx
33
version: 0.5.0
44
kubeVersion: ">=1.8.0"
5-
appVersion: "4.3.3"
5+
appVersion: "4.4.0"
66
description: A Helm chart for Code Dx
77
icon: https://codedx.com/wp-content/uploads/2017/03/CodeDx-logo.png
88
home: https://github.com/codedx/codedx-kubernetes

codedx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The following table lists the configurable parameters of the Code Dx chart and t
101101

102102
| Parameter | Description | Default |
103103
|-----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------|
104-
| `codedxTomcatImage` | Code Dx Tomcat image full name | `codedx/codedx-tomcat:v4.3.3` |
104+
| `codedxTomcatImage` | Code Dx Tomcat image full name | `codedx/codedx-tomcat:v4.4.0` |
105105
| `codedxTomcatImagePullSecrets` | Pull secrets for Code Dx Tomcat image | `[]` |
106106
| `codedxTomcatPort` | Port for Code Dx Tomcat service | `9090` |
107107
| `codedxJavaOpts` | Extra options passed to Tomcat JVM | `""` |

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:v4.3.3`
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:v4.4.0`
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:v4.3.3
9+
codedxTomcatImage: codedx/codedx-tomcat:v4.4.0
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:v4.3.3
6+
codedxTomcatImage: codedx/codedx-tomcat:v4.4.0
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:v4.3.3
6+
codedxTomcatImage: codedx/codedx-tomcat:v4.4.0
77

88
# codedxTomcatImagePullSecrets allows you to specify names of secrets to use
99
# for pulling the Code Dx image.

0 commit comments

Comments
 (0)