From e46e6360db8dcbb733fb8e79857861cdd9460408 Mon Sep 17 00:00:00 2001 From: Zebing Lin Date: Wed, 2 Mar 2022 23:11:55 -0800 Subject: [PATCH] Fix exchange-manager.properties and bump version --- README.md | 2 +- charts/trino/Chart.yaml | 4 ++-- charts/trino/templates/configmap-worker.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 89bfb26f..78032577 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ You can then run `helm search repo trino` to see the charts. Then you can install chart using: ```console -helm install my-trino trino/trino --version 0.2.0 +helm install my-trino trino/trino --version 0.5.0 ``` ## Documentation diff --git a/charts/trino/Chart.yaml b/charts/trino/Chart.yaml index 21aacb09..b5bc787c 100644 --- a/charts/trino/Chart.yaml +++ b/charts/trino/Chart.yaml @@ -15,12 +15,12 @@ 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: 0.4.0 +version: 0.5.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 # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "370" +appVersion: "372" icon: https://trino.io/assets/trino.png diff --git a/charts/trino/templates/configmap-worker.yaml b/charts/trino/templates/configmap-worker.yaml index a72f336a..c4194407 100644 --- a/charts/trino/templates/configmap-worker.yaml +++ b/charts/trino/templates/configmap-worker.yaml @@ -50,7 +50,7 @@ data: exchange-manager.properties: | exchange-manager.name={{ .Values.server.exchangeManager.name }} - exchange.encryption-enabled={{ .Values.server.exchangeManager.encryptionEnabled }} + exchange.base-directory={{ .Values.server.exchangeManager.baseDir }} {{- range $configValue := .Values.additionalExchangeManagerProperties }} {{ $configValue }} {{- end }}