diff --git a/helm/README-dev.md b/helm/README-dev.md index d763421ff81a..ab1c168cb3dd 100644 --- a/helm/README-dev.md +++ b/helm/README-dev.md @@ -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`. diff --git a/helm/index.yaml b/helm/index.yaml index 01aece8b5e7e..dc8a9446e1de 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-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: dev@pinot.apache.org + 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" @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/helm/pinot-0.2.8.tgz b/helm/pinot-0.2.8.tgz new file mode 100644 index 000000000000..d189c0689270 Binary files /dev/null and b/helm/pinot-0.2.8.tgz differ diff --git a/helm/pinot/Chart.yaml b/helm/pinot/Chart.yaml index 0bfb3825b23d..d8cad372dec4 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.8-SNAPSHOT +version: 0.2.9-SNAPSHOT keywords: - olap - analytics @@ -29,7 +29,7 @@ keywords: - 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: dev@pinot.apache.org