This is an automated email from the ASF dual-hosted git repository.
xiangfu 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 717220cf12 Publish helm 0.2.9 (#13230)
717220cf12 is described below
commit 717220cf12f4a4b79735b3654b14ff5091af839f
Author: Abhishek Sharma <[email protected]>
AuthorDate: Wed May 29 01:48:52 2024 -0400
Publish helm 0.2.9 (#13230)
---
helm/index.yaml | 28 ++++++++++++++++++++++++++++
helm/pinot-0.2.9.tgz | Bin 0 -> 69294 bytes
helm/pinot/Chart.yaml | 2 +-
3 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/helm/index.yaml b/helm/index.yaml
index dc8a9446e1..247f7583be 100644
--- a/helm/index.yaml
+++ b/helm/index.yaml
@@ -1,6 +1,34 @@
apiVersion: v1
entries:
pinot:
+ - apiVersion: v1
+ appVersion: 1.0.0
+ created: "2024-05-25T17:11:29.789854-04: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: 82d585f788eacda0afc593c55e1dd60880547cbcde4e45783dfe936e4b60970b
+ 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.2.9.tgz
+ version: 0.2.9
- apiVersion: v1
appVersion: 1.0.0
created: "2024-02-22T11:12:34.734773+08:00"
diff --git a/helm/pinot-0.2.9.tgz b/helm/pinot-0.2.9.tgz
new file mode 100644
index 0000000000..3e99d1b451
Binary files /dev/null and b/helm/pinot-0.2.9.tgz differ
diff --git a/helm/pinot/Chart.yaml b/helm/pinot/Chart.yaml
index d8cad372de..8f3518e863 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.2.9-SNAPSHOT
+version: 0.3.0-SNAPSHOT
keywords:
- olap
- analytics
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]