This is an automated email from the ASF dual-hosted git repository.
yashmayya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 10d3a1937a7 Publish Helm chart 0.3.5 with Bitnami ZooKeeper Docker
image repo fix (#16985)
10d3a1937a7 is described below
commit 10d3a1937a7fe9d41ebaf33e208811927494d74b
Author: Yash Mayya <[email protected]>
AuthorDate: Thu Oct 9 12:27:26 2025 -0700
Publish Helm chart 0.3.5 with Bitnami ZooKeeper Docker image repo fix
(#16985)
---
helm/index.yaml | 28 ++++++++++++++++++++++++++++
helm/pinot-0.3.5.tgz | Bin 0 -> 76335 bytes
helm/pinot/Chart.yaml | 2 +-
3 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/helm/index.yaml b/helm/index.yaml
index d3c55195503..77b92b66d1e 100644
--- a/helm/index.yaml
+++ b/helm/index.yaml
@@ -1,6 +1,34 @@
apiVersion: v1
entries:
pinot:
+ - apiVersion: v1
+ appVersion: 1.0.0
+ created: "2025-10-08T22:20:54.54165-07:00"
+ dependencies:
+ - condition: pinot.zookeeper.enabled,zookeeper.enabled
+ name: zookeeper
+ repository: https://charts.bitnami.com/bitnami
+ version: 13.x.x
+ description: Apache Pinot is a realtime distributed OLAP datastore, which
is used
+ to deliver scalable real time analytics with low latency. It can ingest
data
+ from offline data sources (such as Hadoop and flat files) as well as
online
+ sources (such as Kafka). Pinot is designed to scale horizontally.
+ digest: 12ab4f9755439aa6f6b5ee6c042b748ec68e8070dc3b156ce388e9345b6e84d6
+ home: https://pinot.apache.org/
+ keywords:
+ - olap
+ - analytics
+ - database
+ - pinot
+ maintainers:
+ - email: [email protected]
+ name: pinot-dev
+ name: pinot
+ sources:
+ - https://github.com/apache/pinot/tree/master/helm
+ urls:
+ - pinot-0.3.5.tgz
+ version: 0.3.5
- apiVersion: v1
appVersion: 1.0.0
created: "2025-07-07T13:29:57.984734-07:00"
diff --git a/helm/pinot-0.3.5.tgz b/helm/pinot-0.3.5.tgz
new file mode 100644
index 00000000000..06434a74f33
Binary files /dev/null and b/helm/pinot-0.3.5.tgz differ
diff --git a/helm/pinot/Chart.yaml b/helm/pinot/Chart.yaml
index 96d564c524b..8eb0762bf10 100644
--- a/helm/pinot/Chart.yaml
+++ b/helm/pinot/Chart.yaml
@@ -21,7 +21,7 @@ apiVersion: v1
appVersion: 1.0.0
name: pinot
description: Apache Pinot is a realtime distributed OLAP datastore, which is
used to deliver scalable real time analytics with low latency. It can ingest
data from offline data sources (such as Hadoop and flat files) as well as
online sources (such as Kafka). Pinot is designed to scale horizontally.
-version: 0.3.5-SNAPSHOT
+version: 0.3.6-SNAPSHOT
keywords:
- olap
- analytics
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]