Skip to content

Commit

Permalink
version changed for support of trustStorePasswordFromSecret
Browse files Browse the repository at this point in the history
  • Loading branch information
thr committed Jun 24, 2024
1 parent 82efdab commit d510796
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microservicesruntime/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.4
version: 1.0.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -38,4 +38,4 @@ dependencies:
repository: "https://open-source.softwareag.com/webmethods-helm-charts/charts"
tags:
- softwareag-common
version: 1.x.x
version: 1.0.2
1 change: 1 addition & 0 deletions microservicesruntime/helm/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,6 @@ helm install wm-msr webmethods/microservicesruntime \
| `1.0.2` | Added new option `microservicesruntime.licenseKeyProvided` to allow using images with trial or baked-in license key |
| `1.0.3` | Make Liveness and Readiness Probes as per current default. Both can now also be overwritten in a custom values file `values.yaml`. |
| `1.0.4` | Option in `values.yaml` to create a ServiceMonitor added. Some errors in Nginx external LB corrected |
| `1.0.5` | value `trustStorePasswordFromSecret` added to support common `1.0.2` |

{{ template "chart.valuesSection" . }}
10 changes: 10 additions & 0 deletions microservicesruntime/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,16 @@ metering:
# -- The password for the metering client truststore.
# Configure this property only if you use a truststore.
trustStorePassword:
# -- Configuration for secretKeyRef containing the password for the metering client truststore.
# Configure this property only if you use a truststore.
# Mutually exclusive with providing the password directly over metering.trustStorePassword.
trustStorePasswordFromSecret:
# -- enable secretKeyRef instead of providing password directly
enabled: false
# -- Name of the referenced secret
secretName: ""
# -- Key containing the truststore password in the referenced secret
secretKey: ""

# -- Define values for Prometheus Operator to scrap metrics via annotation or ServiceMonitor.
prometheus:
Expand Down

0 comments on commit d510796

Please sign in to comment.