diff --git a/microservicesruntime/helm/Chart.yaml b/microservicesruntime/helm/Chart.yaml index 1a1055e..8573ceb 100644 --- a/microservicesruntime/helm/Chart.yaml +++ b/microservicesruntime/helm/Chart.yaml @@ -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 @@ -38,4 +38,4 @@ dependencies: repository: "https://open-source.softwareag.com/webmethods-helm-charts/charts" tags: - softwareag-common - version: 1.x.x \ No newline at end of file + version: 1.0.2 \ No newline at end of file diff --git a/microservicesruntime/helm/README.md.gotmpl b/microservicesruntime/helm/README.md.gotmpl index f5725b5..dcdfa0d 100644 --- a/microservicesruntime/helm/README.md.gotmpl +++ b/microservicesruntime/helm/README.md.gotmpl @@ -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" . }} diff --git a/microservicesruntime/helm/values.yaml b/microservicesruntime/helm/values.yaml index 9b42ba9..afc7cec 100644 --- a/microservicesruntime/helm/values.yaml +++ b/microservicesruntime/helm/values.yaml @@ -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: