diff --git a/apigateway/helm/Chart.yaml b/apigateway/helm/Chart.yaml index b951177..898434d 100644 --- a/apigateway/helm/Chart.yaml +++ b/apigateway/helm/Chart.yaml @@ -33,7 +33,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.1.0 +version: 1.2.0 # 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 diff --git a/apigateway/helm/README.md.gotmpl b/apigateway/helm/README.md.gotmpl index e9db5a7..6df36e4 100644 --- a/apigateway/helm/README.md.gotmpl +++ b/apigateway/helm/README.md.gotmpl @@ -152,5 +152,5 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$( **Attention:** moved elasticsearch secret keys:
elasticSecretName --> elasticsearch.secretName
elasticSecretUserKey --> elasticsearch.secretUserKey
elasticSecretPasswordKey --> elasticsearch.secretPasswordKey | - +| `1.2.0' | Added Kibana TLS/SSL functionality towards Elasticsearch. Helper function aded for kibana truststore password. {{ template "chart.valuesSection" . }}