diff --git a/charts/trino/Chart.yaml b/charts/trino/Chart.yaml index 057ef7e..376efd3 100644 --- a/charts/trino/Chart.yaml +++ b/charts/trino/Chart.yaml @@ -15,7 +15,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: 0.1.41 +version: 0.1.42 # 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/trino/templates/configmap-coordinator.yaml b/charts/trino/templates/configmap-coordinator.yaml index 895c063..faf9d39 100644 --- a/charts/trino/templates/configmap-coordinator.yaml +++ b/charts/trino/templates/configmap-coordinator.yaml @@ -70,7 +70,6 @@ data: http-server.http.port={{ .Values.service.port }} query.max-memory={{ .Values.server.config.query.maxMemory }} query.max-memory-per-node={{ .Values.server.config.query.maxMemoryPerNode }} - discovery-server.enabled=true discovery.uri=http://localhost:{{ .Values.service.port }} {{ if .Values.event_listener.enabled }} event-listener.config-files={{ .Values.server.config.path }}/http-event-listener.properties