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/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 24cc357 update 0.2.5 index with new zookeeper dependency (#8436)
24cc357 is described below
commit 24cc357b2ac78cc9522466aa7ee0a6eaeb478f21
Author: Xiang Fu <[email protected]>
AuthorDate: Tue Mar 29 14:03:57 2022 -0700
update 0.2.5 index with new zookeeper dependency (#8436)
---
kubernetes/helm/index.yaml | 56 +++++++++++++++++++--------------------
kubernetes/helm/pinot/Chart.yaml | 2 +-
kubernetes/helm/pinot/values.yaml | 2 +-
3 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/kubernetes/helm/index.yaml b/kubernetes/helm/index.yaml
index f81da2a..bc8e8d7 100644
--- a/kubernetes/helm/index.yaml
+++ b/kubernetes/helm/index.yaml
@@ -1,34 +1,34 @@
apiVersion: v1
entries:
pinot:
- - apiVersion: v1
- appVersion: 0.2.5
- created: "2022-03-29T13:13:13.151614-07:00"
- dependencies:
- - condition: pinot.zookeeper.enabled,zookeeper.enabled
- name: zookeeper
- repository: https://charts.bitnami.com/bitnami
- version: 7.0.0
- 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: adf2e1134745cafd3330cfc9272e1ed61586fe3bc59e2440c7d54db5ec5fb261
- 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/kubernetes/helm
- urls:
- - pinot-0.2.5.tgz
- version: 0.2.5
+ - apiVersion: v1
+ appVersion: 0.2.5
+ created: "2022-03-29T13:13:13.151614-07:00"
+ dependencies:
+ - condition: pinot.zookeeper.enabled,zookeeper.enabled
+ name: zookeeper
+ repository: https://charts.bitnami.com/bitnami
+ version: 7.0.0
+ 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: adf2e1134745cafd3330cfc9272e1ed61586fe3bc59e2440c7d54db5ec5fb261
+ 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/kubernetes/helm
+ urls:
+ - pinot-0.2.5.tgz
+ version: 0.2.5
- apiVersion: v1
appVersion: 0.2.4
created: "2021-07-07T15:53:54.287681-07:00"
diff --git a/kubernetes/helm/pinot/Chart.yaml b/kubernetes/helm/pinot/Chart.yaml
index 05e140b..ca73e5e 100644
--- a/kubernetes/helm/pinot/Chart.yaml
+++ b/kubernetes/helm/pinot/Chart.yaml
@@ -29,7 +29,7 @@ keywords:
- pinot
home: https://pinot.apache.org/
sources:
- - https://github.com/apache/pinot
+ - https://github.com/apache/pinot/tree/master/kubernetes/helm
maintainers:
- name: pinot-dev
email: [email protected]
diff --git a/kubernetes/helm/pinot/values.yaml
b/kubernetes/helm/pinot/values.yaml
index 715b12b..c043438 100644
--- a/kubernetes/helm/pinot/values.yaml
+++ b/kubernetes/helm/pinot/values.yaml
@@ -413,7 +413,7 @@ minion:
zookeeper:
## If true, install the Zookeeper chart alongside Pinot
- ## ref: https://github.com/kubernetes/charts/tree/master/incubator/zookeeper
+ ## ref: https://github.com/bitnami/charts/tree/master/bitnami/zookeeper
enabled: true
## If the Zookeeper Chart is disabled a URL override is required to connect
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]