This is an automated email from the ASF dual-hosted git repository.
jackie 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 41b9a60f1e [HELM]: Publish Helm 0.3.0 (#14169)
41b9a60f1e is described below
commit 41b9a60f1e28b60e77f778c04d89ba521c7c1313
Author: Nila Prasad <[email protected]>
AuthorDate: Mon Oct 7 14:08:15 2024 -0400
[HELM]: Publish Helm 0.3.0 (#14169)
---
helm/index.yaml | 30 +++++++++++++++++++++++++++++-
helm/pinot-0.3.0.tgz | Bin 0 -> 69832 bytes
helm/pinot/Chart.yaml | 2 +-
3 files changed, 30 insertions(+), 2 deletions(-)
diff --git a/helm/index.yaml b/helm/index.yaml
index f08bd52f4c..29100f8b47 100644
--- a/helm/index.yaml
+++ b/helm/index.yaml
@@ -3,7 +3,35 @@ entries:
pinot:
- apiVersion: v1
appVersion: 1.0.0
- created: "2024-05-30T09:29:30.175007-04:00"
+ created: "2024-10-04T14:07:23.8044492-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: e1d403bd3315e3e162b70cb3e481f024afcce2a8ccd3cf4193532d8ae1455d5a
+ 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.0.tgz
+ version: 0.3.0
+ - apiVersion: v1
+ appVersion: 1.0.0
+ created: "2024-10-04T14:07:23.7984481-04:00"
dependencies:
- condition: pinot.zookeeper.enabled,zookeeper.enabled
name: zookeeper
diff --git a/helm/pinot-0.3.0.tgz b/helm/pinot-0.3.0.tgz
new file mode 100644
index 0000000000..57218f993c
Binary files /dev/null and b/helm/pinot-0.3.0.tgz differ
diff --git a/helm/pinot/Chart.yaml b/helm/pinot/Chart.yaml
index 8f3518e863..c2856a71ba 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.0-SNAPSHOT
+version: 0.3.1-SNAPSHOT
keywords:
- olap
- analytics
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]