charts icon indicating copy to clipboard operation
charts copied to clipboard

Results 89 charts issues
Sort by recently updated
recently updated
newest added

There is a bug in chart while supplying the additionalJVMConfig as the helm chart requires additionalJVMConfig to be an {} but it expects it to be [] in the template....

Support for group provider properties. https://trino.io/docs/current/develop/group-provider.html

cla-signed

**I'm using this chart with trino version 396 and observed and change this log warnings:** 1. Configuration property 'discovery-server.enabled' is deprecated and should not be used 1. Configuration property 'exchange.base-directory'...

This PR updates the `affinity`, `nodeSelector` and `tolerations` values to contain 2 sub-configurations, one for the worker and one for the coordinator. This allows seperate `affinity`, `nodeSelector` and `tolerations` configuration...

cla-signed
breaking-changes

In order to isolate the deployment of coordinator and workers, we need to apply `nodeSelector`, `affinity` and `tolerations` separately. This MR moves them from global setting to coordinator and worker...

Based on https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml

cla-signed

This is to install multiple helm releases of trino cluster in the same namespace. Closes #159 .

### Describe the bug Not able to deploy multiple clusters using helm chart due to configmap conflicts (caused by this [line](https://github.com/trinodb/charts/blob/50e5089cb26a670f52d396e15ff3f3ffa4bceb7b/charts/trino/templates/configmap-coordinator.yaml#L152) for example) chart version: 0.20.0 ### Suggestion Templating configmap...