charts icon indicating copy to clipboard operation
charts copied to clipboard

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

We are using Image Caching via Azure Container Registry to overcome pull limits on Docker Hub. It would be nice to be able to override image repository for images used...

**Desctiption:** Currently, in the Trino Helm chart, certain configurations are provided as multiline strings using the YAML block syntax (|-). For example: ``` catalogs: glue: |- connector.name=hive hive.metastore=glue hive.metastore.glue.region=eu-central-1 fs.native-s3.enabled=true...

Add TPL to all functions to support allowing environment specifics to in seperate values files. as suggested on slack by @nineinchnick

enhancement
cla-signed

Allowing users to define changes in additional value files this is useful when additional values files are used for environment specifics

enhancement
cla-signed

Adding hostAliases template and values for coordinator deployment and worker deployment This is useful for connect to databases with selfsigned certificate and invalid domain name

cla-signed

Currently, both the coordinator and worker Deployments add an annotation to their Pods with the corresponding configmap checksum, which ensures that the Pods are restarted upon configuration changes. When managing...

Ran into this issue after upgrading to the latest Trino chart version. We rely on K8s service annotations to discover services using HashiCorp Consul - See [Service Sync for Consul...

We should add a test that would upgrade the chart from some older version, to make sure there are no breaking changes. With known breaking changes, we'd update the test...