You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by as...@apache.org on 2021/11/13 14:44:18 UTC

[druid] branch master updated: upgrade app version to 0.22.0 (#11872)

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

asdf2014 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 3042c17  upgrade app version to 0.22.0 (#11872)
3042c17 is described below

commit 3042c1776ccb5d54a0fc913cfcef8f60afb252f5
Author: Sandeep <is...@gmail.com>
AuthorDate: Sat Nov 13 22:44:00 2021 +0800

    upgrade app version to 0.22.0 (#11872)
    
    Co-authored-by: Benedict Jin <as...@apache.org>
---
 helm/druid/Chart.yaml  | 2 +-
 helm/druid/values.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm/druid/Chart.yaml b/helm/druid/Chart.yaml
index 9ba1db0..6dd7f87 100644
--- a/helm/druid/Chart.yaml
+++ b/helm/druid/Chart.yaml
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 apiVersion: v2
-appVersion: 0.19.0
+appVersion: 0.22.0
 description: Apache Druid is a high performance real-time analytics database.
 name: druid
 dependencies:
diff --git a/helm/druid/values.yaml b/helm/druid/values.yaml
index 48ab127..46c1774 100644
--- a/helm/druid/values.yaml
+++ b/helm/druid/values.yaml
@@ -17,7 +17,7 @@
 
 image:
   repository: apache/druid
-  tag: 0.19.0
+  tag: 0.22.0
   pullPolicy: IfNotPresent
   pullSecrets: []
 

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