Skip to content

Commit

Permalink
trino 0.1.42: remove deprecated discovery-server.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
GaruGaru committed Jan 16, 2024
1 parent bf8c59f commit cb63665
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/trino/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion charts/trino/templates/configmap-coordinator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb63665

Please sign in to comment.