You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2020/05/04 05:49:54 UTC

[incubator-pinot] 01/01: Adding helm repo

This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch adding-helm-repo
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit e7bb772cb9648339827ada9f962cd6f2a66b1030
Author: Xiang Fu <fx...@gmail.com>
AuthorDate: Sun May 3 22:49:30 2020 -0700

    Adding helm repo
---
 kubernetes/helm/index.yaml      |  54 ++++++++++++++++++++++++++++++++++++++++
 kubernetes/helm/pinot-0.2.0.tgz | Bin 0 -> 31564 bytes
 2 files changed, 54 insertions(+)

diff --git a/kubernetes/helm/index.yaml b/kubernetes/helm/index.yaml
new file mode 100644
index 0000000..19adb8b
--- /dev/null
+++ b/kubernetes/helm/index.yaml
@@ -0,0 +1,54 @@
+apiVersion: v1
+entries:
+  pinot:
+  - apiVersion: v1
+    appVersion: 0.2.0
+    created: "2020-05-03T22:47:56.589995-07:00"
+    dependencies:
+    - condition: pinot.zookeeper.enabled,zookeeper.enabled
+      name: zookeeper
+      repository: https://kubernetes-charts-incubator.storage.googleapis.com/
+      version: 2.1.3
+    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: 41c00300c477d4d1ecdd1bcb7ff3f69de95b8631d87c25420897a59dc438c37d
+    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
+    urls:
+    - pinot-0.2.0.tgz
+    version: 0.2.0
+  zookeeper:
+  - apiVersion: v1
+    appVersion: 3.5.5
+    created: "2020-05-03T22:47:56.592461-07:00"
+    description: Centralized service for maintaining configuration information, naming,
+      providing distributed synchronization, and providing group services.
+    digest: ce79cf63a1284c16e6b615a3dea62e619ce99dea85419be5b46a8ee6ceec3b4e
+    home: https://zookeeper.apache.org/
+    icon: https://zookeeper.apache.org/images/zookeeper_small.gif
+    kubeVersion: ^1.10.0-0
+    maintainers:
+    - email: lachlan.evenson@microsoft.com
+      name: lachie83
+    - email: owensk@google.com
+      name: kow3ns
+    name: zookeeper
+    sources:
+    - https://github.com/apache/zookeeper
+    - https://github.com/kubernetes/contrib/tree/master/statefulsets/zookeeper
+    urls:
+    - charts/zookeeper-2.1.3.tgz
+    version: 2.1.3
+generated: "2020-05-03T22:47:56.585173-07:00"
diff --git a/kubernetes/helm/pinot-0.2.0.tgz b/kubernetes/helm/pinot-0.2.0.tgz
new file mode 100644
index 0000000..fde7de3
Binary files /dev/null and b/kubernetes/helm/pinot-0.2.0.tgz differ


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