Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit ad99005

Browse files
thrthr
authored andcommitted
ConfigMap support implementation added and updating helm/README.me from values.yaml
1 parent b15ae70 commit ad99005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

developerportal/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ helm install webmethods/developerportal devportal
4848
| `1.0.0` | Initial release |
4949
| `1.0.1` | Supports wM version 11.0. Validate `devportal.port` value in `values.yaml` if you want to use wM image version 11.0. |
5050
| `1.0.2` | `tpl` function support in `affinity` value added. `topologySpreadConstraints` support added. |
51-
| `1.0.3` | `priorityClassName` support added. Error is corrected on using value `useDefaultAffinityRule == true`. Now, the release name is used in condition with `app.kubernetes.io/instance`. `affinity` and `topologySpreadConstraints` support added for Elasticsearch. |
51+
| `1.0.3` | `priorityClassName` support added. Error is corrected on using value `useDefaultAffinityRule == true`. Now, the release name is used in condition with `app.kubernetes.io/instance`. `affinity` and `topologySpreadConstraints` support added for Elasticsearch. Implementation of `extraConfigMaps` added. |
5252

5353
## Values
5454

mywebmethodsserver/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ helm install wm-mws mywebmethodsserver
4949
| `1.0.2` | `storage.enabled` added in `values.yaml`. For backward reason is this value set to `true` as default. `false` doesn't create and mount any PV. (You can test this feature if you don't want to deploy any own MWS application. MWS is more stateless and has only the database as stateful dependency.) |
5050
| `1.0.2` | `containerName` added in `values.yaml`. Default is the Chart name. (Use `helm repo update` to get latest Helm Chart version.) |
5151
| `1.0.3` | `tpl` function support in `affinity` value added. `topologySpreadConstraints` support added. |
52-
| `1.0.4` | `priorityClassName` support added. |
52+
| `1.0.4` | `priorityClassName` support added. Implementation of `extraConfigMaps` added. |
5353

5454
## Values
5555

0 commit comments

Comments
 (0)