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/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 0dbe06d  Publish helm repo with new index (#6035)
0dbe06d is described below

commit 0dbe06d1c720b36f872e437bb2c853a7925f2de0
Author: Xiang Fu <fx19880...@gmail.com>
AuthorDate: Fri Sep 18 20:43:41 2020 -0700

    Publish helm repo with new index (#6035)
---
 kubernetes/helm/README-dev.md    |  41 +++++++++++++++++++++++++++++++++++++++
 kubernetes/helm/index.yaml       |  34 +++++++++++++++++++++++++++++---
 kubernetes/helm/pinot-0.2.1.tgz  | Bin 23881 -> 23883 bytes
 kubernetes/helm/pinot/Chart.yaml |   2 +-
 4 files changed, 73 insertions(+), 4 deletions(-)

diff --git a/kubernetes/helm/README-dev.md b/kubernetes/helm/README-dev.md
new file mode 100644
index 0000000..e30fd8d
--- /dev/null
+++ b/kubernetes/helm/README-dev.md
@@ -0,0 +1,41 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+
+## Publish helm repo
+
+- Update Helm Verison:
+
+Update `Chart.yaml` file for fields: `appVersion` and `version`.
+
+- Package Helm Charts
+
+Run below command to package Pinot Chart.
+```
+helm package pinot
+```
+This step will generate a `pinot-${version}.tgz` file.
+
+- Index all the packages:
+
+```
+helm repo index .
+```
+This step will generate an `index.yaml` file which contains all the Charts 
information.
diff --git a/kubernetes/helm/index.yaml b/kubernetes/helm/index.yaml
index d7c1eb3..b2313c7 100644
--- a/kubernetes/helm/index.yaml
+++ b/kubernetes/helm/index.yaml
@@ -2,8 +2,36 @@ apiVersion: v1
 entries:
   pinot:
   - apiVersion: v1
+    appVersion: 0.2.1
+    created: "2020-09-18T14:07:53.823402-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: 605b74fb6203f62500638fd679859cc771ca37ed420f89e02a0c82c3ede92690
+    home: https://pinot.apache.org/
+    keywords:
+    - olap
+    - analytics
+    - database
+    - pinot
+    maintainers:
+    - email: d...@pinot.apache.org
+      name: pinot-dev
+    name: pinot
+    sources:
+    - https://github.com/apache/incubator-pinot
+    urls:
+    - pinot-0.2.1.tgz
+    version: 0.2.1
+  - apiVersion: v1
     appVersion: 0.2.0
-    created: "2020-05-10T01:58:56.42736-07:00"
+    created: "2020-09-18T14:07:53.82094-07:00"
     dependencies:
     - condition: pinot.zookeeper.enabled,zookeeper.enabled
       name: zookeeper
@@ -32,7 +60,7 @@ entries:
   presto:
   - apiVersion: v1
     appVersion: 0.2.0
-    created: "2020-05-10T01:58:56.428267-07:00"
+    created: "2020-09-18T14:07:53.825113-07:00"
     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.
@@ -51,4 +79,4 @@ entries:
     urls:
     - presto-0.2.0.tgz
     version: 0.2.0
-generated: "2020-05-10T01:58:56.423122-07:00"
+generated: "2020-09-18T14:07:53.817977-07:00"
diff --git a/kubernetes/helm/pinot-0.2.1.tgz b/kubernetes/helm/pinot-0.2.1.tgz
index cdaf00f..78d8f54 100644
Binary files a/kubernetes/helm/pinot-0.2.1.tgz and 
b/kubernetes/helm/pinot-0.2.1.tgz differ
diff --git a/kubernetes/helm/pinot/Chart.yaml b/kubernetes/helm/pinot/Chart.yaml
index ee9106e..96e729b 100644
--- a/kubernetes/helm/pinot/Chart.yaml
+++ b/kubernetes/helm/pinot/Chart.yaml
@@ -18,7 +18,7 @@
 #
 
 apiVersion: v1
-appVersion: 0.2.0
+appVersion: 0.2.1
 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.1


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

Reply via email to