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 caa5dbc4ef #9518 added pinot helm 0.2.6 with secure version pinot 
0.11.0 (#9519)
caa5dbc4ef is described below

commit caa5dbc4efb506054c20317fca818e95ae51f3a1
Author: Priyank Bagrecha <[email protected]>
AuthorDate: Wed Nov 23 13:47:38 2022 -0800

    #9518 added pinot helm 0.2.6 with secure version pinot 0.11.0 (#9519)
    
    * #9518 upgrade default version of pinot via helm chart deploy to secure 
0.11.0
    
    * #9518 adding pinot helm 0.2.6
    
    * Update Chart.yaml
    
    Co-authored-by: Priyank Bagrecha <[email protected]>
    Co-authored-by: Xiang Fu <[email protected]>
---
 kubernetes/helm/index.yaml        |  28 ++++++++++++++++++++++++++++
 kubernetes/helm/pinot-0.2.6.tgz   | Bin 0 -> 60818 bytes
 kubernetes/helm/pinot/Chart.yaml  |   4 ++--
 kubernetes/helm/pinot/values.yaml |   2 +-
 4 files changed, 31 insertions(+), 3 deletions(-)

diff --git a/kubernetes/helm/index.yaml b/kubernetes/helm/index.yaml
index bc8e8d7a16..5f69405a11 100644
--- a/kubernetes/helm/index.yaml
+++ b/kubernetes/helm/index.yaml
@@ -1,6 +1,34 @@
 apiVersion: v1
 entries:
   pinot:
+  - apiVersion: v1
+    appVersion: 0.2.6
+    created: "2022-11-23T13:05:57.685715-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: a02cf25577d5cfe6a78c82dbb987e1817fe059d276168933635876467071d402
+    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.6.tgz
+    version: 0.2.6
   - apiVersion: v1
     appVersion: 0.2.5
     created: "2022-03-29T13:13:13.151614-07:00"
diff --git a/kubernetes/helm/pinot-0.2.6.tgz b/kubernetes/helm/pinot-0.2.6.tgz
new file mode 100644
index 0000000000..8350b34cb7
Binary files /dev/null and b/kubernetes/helm/pinot-0.2.6.tgz differ
diff --git a/kubernetes/helm/pinot/Chart.yaml b/kubernetes/helm/pinot/Chart.yaml
index ca73e5ee9f..8d60c12366 100644
--- a/kubernetes/helm/pinot/Chart.yaml
+++ b/kubernetes/helm/pinot/Chart.yaml
@@ -18,10 +18,10 @@
 #
 
 apiVersion: v1
-appVersion: 0.2.6-SNAPSHOT
+appVersion: 0.2.7-SNAPSHOT
 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.6-SNAPSHOT
+version: 0.2.7-SNAPSHOT
 keywords:
   - olap
   - analytics
diff --git a/kubernetes/helm/pinot/values.yaml 
b/kubernetes/helm/pinot/values.yaml
index 52ba4ad246..1416241d06 100644
--- a/kubernetes/helm/pinot/values.yaml
+++ b/kubernetes/helm/pinot/values.yaml
@@ -21,7 +21,7 @@
 
 image:
   repository: apachepinot/pinot
-  tag: latest # release-0.10.0
+  tag: latest # release-0.11.0
   pullPolicy: Always # Use IfNotPresent when you pinged a version of image tag
 
 cluster:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to