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 }}