Skip to content

Commit

Permalink
Release helm pinot 0.2.4 (#7136)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangfu0 committed Jul 8, 2021
1 parent c42aef6 commit 8b5c0ac
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 deletions.
4 changes: 4 additions & 0 deletions kubernetes/helm/README-dev.md
Expand Up @@ -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`.
28 changes: 28 additions & 0 deletions kubernetes/helm/index.yaml
@@ -1,6 +1,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: dev@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"
Expand Down
Binary file added kubernetes/helm/pinot-0.2.4.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions kubernetes/helm/pinot/Chart.yaml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/helm/presto/Chart.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 8b5c0ac

Please sign in to comment.