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/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b5c0ac  Release helm pinot 0.2.4 (#7136)
8b5c0ac is described below

commit 8b5c0acc212ed9a8adee88d10a7253f8680f91d4
Author: Xiang Fu <xiangfu.1...@gmail.com>
AuthorDate: Wed Jul 7 21:35:11 2021 -0700

    Release helm pinot 0.2.4 (#7136)
---
 kubernetes/helm/README-dev.md     |   4 ++++
 kubernetes/helm/index.yaml        |  28 ++++++++++++++++++++++++++++
 kubernetes/helm/pinot-0.2.4.tgz   | Bin 0 -> 26536 bytes
 kubernetes/helm/pinot/Chart.yaml  |   4 ++--
 kubernetes/helm/presto/Chart.yaml |   4 ++--
 5 files changed, 36 insertions(+), 4 deletions(-)

diff --git a/kubernetes/helm/README-dev.md b/kubernetes/helm/README-dev.md
index e30fd8d..233deb6 100644
--- a/kubernetes/helm/README-dev.md
+++ b/kubernetes/helm/README-dev.md
@@ -39,3 +39,7 @@ This step will generate a `pinot-${version}.tgz` file.
 helm repo index .
 ```
 This step will generate an `index.yaml` file which contains all the Charts 
information.
+
+Update generated `index.yaml` accordingly:
+- Revert the changes for all previous Charts;
+- Change `entries.pinot.source` to 
`https://github.com/apache/incubator-pinot/tree/master/kubernetes/helm`.
diff --git a/kubernetes/helm/index.yaml b/kubernetes/helm/index.yaml
index b61586d..70b38e9 100644
--- a/kubernetes/helm/index.yaml
+++ b/kubernetes/helm/index.yaml
@@ -2,6 +2,34 @@ apiVersion: v1
 entries:
   pinot:
   - apiVersion: v1
+    appVersion: 0.2.4
+    created: "2021-07-07T15:53:54.287681-07:00"
+    dependencies:
+    - condition: pinot.zookeeper.enabled,zookeeper.enabled
+      name: zookeeper
+      repository: https://charts.helm.sh/incubator
+      version: 2.1.6
+    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: d3d662baa8ec714ac099cd48ea6acf0158b09c1bbd34175d889ed3475159f808
+    home: https://pinot.apache.org/
+    keywords:
+    - olap
+    - analytics
+    - database
+    - pinot
+    maintainers:
+    - email: d...@pinot.apache.org
+      name: pinot-dev
+    name: pinot
+    sources:
+    - https://github.com/apache/incubator-pinot/tree/master/kubernetes/helm
+    urls:
+    - pinot-0.2.4.tgz
+    version: 0.2.4
+  - apiVersion: v1
     appVersion: 0.2.3
     created: "2021-04-22T16:13:57.610533-07:00"
     dependencies:
diff --git a/kubernetes/helm/pinot-0.2.4.tgz b/kubernetes/helm/pinot-0.2.4.tgz
new file mode 100644
index 0000000..6a53611
Binary files /dev/null and b/kubernetes/helm/pinot-0.2.4.tgz differ
diff --git a/kubernetes/helm/pinot/Chart.yaml b/kubernetes/helm/pinot/Chart.yaml
index f04b664..c3737d8 100644
--- a/kubernetes/helm/pinot/Chart.yaml
+++ b/kubernetes/helm/pinot/Chart.yaml
@@ -18,10 +18,10 @@
 #
 
 apiVersion: v1
-appVersion: 0.2.3
+appVersion: 0.2.5-SNAPSHOT
 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.3
+version: 0.2.5-SNAPSHOT
 keywords:
   - olap
   - analytics
diff --git a/kubernetes/helm/presto/Chart.yaml 
b/kubernetes/helm/presto/Chart.yaml
index 84b03d3..f5234ab 100644
--- a/kubernetes/helm/presto/Chart.yaml
+++ b/kubernetes/helm/presto/Chart.yaml
@@ -18,10 +18,10 @@
 #
 
 apiVersion: v1
-appVersion: 0.2.1
+appVersion: 0.2.2-SNAPSHOT
 name: presto
 description: Presto is an open source distributed SQL query engine for running 
interactive analytic queries against data sources of all sizes ranging from 
gigabytes to petabytes.
-version: 0.2.1
+version: 0.2.2-SNAPSHOT
 keywords:
   - analytics
   - database

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to