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

[pinot] branch master updated: 10689: Update for pinot helm release version 0.2.7 (#10723)

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

jackie 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 fec7b885c1 10689: Update for pinot helm release version 0.2.7 (#10723)
fec7b885c1 is described below

commit fec7b885c15522332f949f8b4e39a8e79014913c
Author: Abhishek Sharma <ab...@spothero.com>
AuthorDate: Tue May 23 19:58:43 2023 -0400

    10689: Update for pinot helm release version 0.2.7 (#10723)
---
 kubernetes/helm/index.yaml        |  28 ++++++++++++++++++++++++++++
 kubernetes/helm/pinot-0.2.7.tgz   | Bin 0 -> 61088 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 5f69405a11..01aece8b5e 100644
--- a/kubernetes/helm/index.yaml
+++ b/kubernetes/helm/index.yaml
@@ -1,6 +1,34 @@
 apiVersion: v1
 entries:
   pinot:
+  - apiVersion: v1
+    appVersion: 0.2.7
+    created: "2023-05-04T20:38:46.922122-04: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: f466ab18582850c589c0a6fc264e12ee236ab9cb3b540b653822296e2f65a323
+    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/kubernetes/helm
+    urls:
+    - pinot-0.2.7.tgz
+    version: 0.2.7
   - apiVersion: v1
     appVersion: 0.2.6
     created: "2022-11-23T13:05:57.685715-08:00"
diff --git a/kubernetes/helm/pinot-0.2.7.tgz b/kubernetes/helm/pinot-0.2.7.tgz
new file mode 100644
index 0000000000..0bffc948de
Binary files /dev/null and b/kubernetes/helm/pinot-0.2.7.tgz differ
diff --git a/kubernetes/helm/pinot/Chart.yaml b/kubernetes/helm/pinot/Chart.yaml
index 8d60c12366..835cdc051d 100644
--- a/kubernetes/helm/pinot/Chart.yaml
+++ b/kubernetes/helm/pinot/Chart.yaml
@@ -18,10 +18,10 @@
 #
 
 apiVersion: v1
-appVersion: 0.2.7-SNAPSHOT
+appVersion: 0.2.8-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.7-SNAPSHOT
+version: 0.2.8-SNAPSHOT
 keywords:
   - olap
   - analytics
diff --git a/kubernetes/helm/pinot/values.yaml b/kubernetes/helm/pinot/values.yaml
index 9060a20037..9e21167a6c 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.11.0
+  tag: latest # release-0.12.0
   pullPolicy: Always # Use IfNotPresent when you pinged a version of image tag
 
 cluster:


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