Skip to content

Commit

Permalink
Fix exchange-manager.properties and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
linzebing authored and hashhar committed Mar 3, 2022
1 parent a5bb353 commit ef74c7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/trino/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/trino/templates/configmap-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ef74c7c

Please sign in to comment.