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 cfac709480 Change helm app version to 1.0.0 for Apache Pinot latest
release version (#12436)
cfac709480 is described below
commit cfac709480f1b325d4918252d6773ee14b37a195
Author: Xiang Fu <[email protected]>
AuthorDate: Sun Feb 18 18:50:22 2024 +0800
Change helm app version to 1.0.0 for Apache Pinot latest release version
(#12436)
---
helm/pinot/Chart.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm/pinot/Chart.yaml b/helm/pinot/Chart.yaml
index 835cdc051d..0bfb3825b2 100644
--- a/helm/pinot/Chart.yaml
+++ b/helm/pinot/Chart.yaml
@@ -18,7 +18,7 @@
#
apiVersion: v1
-appVersion: 0.2.8-SNAPSHOT
+appVersion: 1.0.0
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.8-SNAPSHOT
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]