imalik8088 opened a new issue, #10689: URL: https://github.com/apache/pinot/issues/10689
Hi there, I'm running Pinot in Kubernetes via Helm. I've created a own chart which is dependent on the [index.yaml](https://github.com/apache/pinot/blob/master/kubernetes/helm/index.yaml): ```yaml apiVersion: v2 name: apache-pinot description: A Helm chart for Kubernetes type: application version: 0.1.0 appVersion: "1.16.0" dependencies: - name: pinot repository: https://raw.githubusercontent.com/apache/pinot/master/kubernetes/helm version: 0.2.6 ``` The issue that I'm facing is that I want to expose Pinot in my k8s cluster via ingress resource and the ingress used in the version `0.2.6` uses an old apiVersion which is deprecated and anymore applicable. Are any plans to release a newer version of the chart? The mentioned ingress issue has been already resolved in the master but I'm not able to use it in the mentioned `0.2.6` release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org