From 3cba3dde3709e60d600f8954b7f1f4853fe2bb1f Mon Sep 17 00:00:00 2001 From: D063161 <42270330+cberge908@users.noreply.github.com> Date: Tue, 21 May 2024 18:12:19 +0200 Subject: [PATCH] bump version & fix payloadSize template --- charts/openmetadata/Chart.yaml | 2 +- charts/openmetadata/templates/secrets.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/openmetadata/Chart.yaml b/charts/openmetadata/Chart.yaml index 619791e..9acc2e4 100644 --- a/charts/openmetadata/Chart.yaml +++ b/charts/openmetadata/Chart.yaml @@ -16,7 +16,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.4.0 +version: 1.4.1 # 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/charts/openmetadata/templates/secrets.yaml b/charts/openmetadata/templates/secrets.yaml index 6334dce..262b306 100644 --- a/charts/openmetadata/templates/secrets.yaml +++ b/charts/openmetadata/templates/secrets.yaml @@ -47,7 +47,7 @@ data: ELASTICSEARCH_INDEX_MAPPING_LANG: {{ .searchIndexMappingLanguage | quote| b64enc }} ELASTICSEARCH_KEEP_ALIVE_TIMEOUT_SECS: {{ .keepAliveTimeoutSecs | quote | b64enc }} ELASTICSEARCH_CLUSTER_ALIAS: {{ .clusterAlias | quote | b64enc }} - ELASTICSEARCH_PAYLOAD_BYTES_SIZE: {{ .payLoadSize | quote | b64enc }} + ELASTICSEARCH_PAYLOAD_BYTES_SIZE: {{ .payLoadSize | int | toString | b64enc }} {{- if .trustStore.enabled }} ELASTICSEARCH_TRUST_STORE_PATH: {{ .trustStore.path | b64enc }} {{ end }}