Skip to content

Commit

Permalink
Publish helm 0.2.8 (apache#12465)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangfu0 authored Feb 22, 2024
1 parent 839a91e commit 133ad9e
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 13 deletions.
2 changes: 1 addition & 1 deletion helm/README-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ This step will generate an `index.yaml` file which contains all the Charts infor

Update generated `index.yaml` accordingly:
- Revert the changes for all previous Charts;
- Change `entries.pinot.source` to `https://github.com/apache/pinot/tree/master/kubernetes/helm`.
- Change `entries.pinot.source` to `https://github.com/apache/pinot/tree/master/helm`.
48 changes: 38 additions & 10 deletions helm/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
apiVersion: v1
entries:
pinot:
- apiVersion: v1
appVersion: 1.0.0
created: "2024-02-22T11:12:34.734773+08:00"
dependencies:
- condition: pinot.zookeeper.enabled,zookeeper.enabled
name: zookeeper
repository: https://charts.bitnami.com/bitnami
version: 9.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: c027e580faecc7aa934a10cf1b5d324cc3faafa58c21531c0fa006458f60547a
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.8.tgz
version: 0.2.8
- apiVersion: v1
appVersion: 0.2.7
created: "2023-05-04T20:38:46.922122-04:00"
Expand All @@ -25,7 +53,7 @@ entries:
name: pinot-dev
name: pinot
sources:
- https://github.com/apache/pinot/tree/master/kubernetes/helm
- https://github.com/apache/pinot/tree/master/helm
urls:
- pinot-0.2.7.tgz
version: 0.2.7
Expand Down Expand Up @@ -53,7 +81,7 @@ entries:
name: pinot-dev
name: pinot
sources:
- https://github.com/apache/pinot/tree/master/kubernetes/helm
- https://github.com/apache/pinot/tree/master/helm
urls:
- pinot-0.2.6.tgz
version: 0.2.6
Expand Down Expand Up @@ -81,7 +109,7 @@ entries:
name: pinot-dev
name: pinot
sources:
- https://github.com/apache/pinot/tree/master/kubernetes/helm
- https://github.com/apache/pinot/tree/master/helm
urls:
- pinot-0.2.5.tgz
version: 0.2.5
Expand Down Expand Up @@ -109,7 +137,7 @@ entries:
name: pinot-dev
name: pinot
sources:
- https://github.com/apache/pinot/tree/master/kubernetes/helm
- https://github.com/apache/pinot/tree/master/helm
urls:
- pinot-0.2.4.tgz
version: 0.2.4
Expand Down Expand Up @@ -137,7 +165,7 @@ entries:
name: pinot-dev
name: pinot
sources:
- https://github.com/apache/pinot/tree/master/kubernetes/helm
- https://github.com/apache/pinot/tree/master/helm
urls:
- pinot-0.2.3.tgz
version: 0.2.3
Expand Down Expand Up @@ -165,7 +193,7 @@ entries:
name: pinot-dev
name: pinot
sources:
- https://github.com/apache/pinot/tree/master/kubernetes/helm
- https://github.com/apache/pinot/tree/master/helm
urls:
- pinot-0.2.2.tgz
version: 0.2.2
Expand Down Expand Up @@ -193,7 +221,7 @@ entries:
name: pinot-dev
name: pinot
sources:
- https://github.com/apache/pinot/tree/master/kubernetes/helm
- https://github.com/apache/pinot/tree/master/helm
urls:
- pinot-0.2.1.tgz
version: 0.2.1
Expand Down Expand Up @@ -221,7 +249,7 @@ entries:
name: pinot-dev
name: pinot
sources:
- https://github.com/apache/pinot/tree/master/kubernetes/helm
- https://github.com/apache/pinot/tree/master/helm
urls:
- pinot-0.2.0.tgz
version: 0.2.0
Expand All @@ -243,7 +271,7 @@ entries:
name: pinot-dev
name: presto
sources:
- https://github.com/apache/pinot/tree/master/kubernetes/helm
- https://github.com/apache/pinot/tree/master/helm
urls:
- presto-0.2.1.tgz
version: 0.2.1
Expand All @@ -264,7 +292,7 @@ entries:
name: pinot-dev
name: presto
sources:
- https://github.com/apache/pinot/tree/master/kubernetes/helm
- https://github.com/apache/pinot/tree/master/helm
urls:
- presto-0.2.0.tgz
version: 0.2.0
Expand Down
Binary file added helm/pinot-0.2.8.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions helm/pinot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ 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.8-SNAPSHOT
version: 0.2.9-SNAPSHOT
keywords:
- olap
- analytics
- database
- pinot
home: https://pinot.apache.org/
sources:
- https://github.com/apache/pinot/tree/master/kubernetes/helm
- https://github.com/apache/pinot/tree/master/helm
maintainers:
- name: pinot-dev
email: [email protected]

0 comments on commit 133ad9e

Please sign in to comment.