From 24a706d836cd1f10313fe3a65f17d129160098bd Mon Sep 17 00:00:00 2001 From: Aron Kaufmann Date: Thu, 21 Mar 2024 15:47:48 +0100 Subject: [PATCH] updated chartversion, also in readme --- apigateway/helm/Chart.yaml | 2 +- apigateway/helm/README.md.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" . }}