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

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d0db35  Update to Pulsar 2.7.2 (#119)
6d0db35 is described below

commit 6d0db35216d72a697d4926916d125c540f637d39
Author: Enrico Olivelli <[email protected]>
AuthorDate: Thu Jun 3 10:31:47 2021 +0200

    Update to Pulsar 2.7.2 (#119)
    
    Co-authored-by: Enrico Olivelli <[email protected]>
---
 charts/pulsar/Chart.yaml  |  4 ++--
 charts/pulsar/values.yaml | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/charts/pulsar/Chart.yaml b/charts/pulsar/Chart.yaml
index bac090f..16fc4d3 100644
--- a/charts/pulsar/Chart.yaml
+++ b/charts/pulsar/Chart.yaml
@@ -18,10 +18,10 @@
 #
 
 apiVersion: v1
-appVersion: "2.7.1"
+appVersion: "2.7.2"
 description: Apache Pulsar Helm chart for Kubernetes
 name: pulsar
-version: 2.7.1
+version: 2.7.2
 home: https://pulsar.apache.org
 sources:
 - https://github.com/apache/pulsar
diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml
index ef84963..dcaf283 100644
--- a/charts/pulsar/values.yaml
+++ b/charts/pulsar/values.yaml
@@ -149,27 +149,27 @@ extra:
 images:
   zookeeper:
     repository: apachepulsar/pulsar-all
-    tag: 2.7.1
+    tag: 2.7.2
     pullPolicy: IfNotPresent
   bookie:
     repository: apachepulsar/pulsar-all
-    tag: 2.7.1
+    tag: 2.7.2
     pullPolicy: IfNotPresent
   autorecovery:
     repository: apachepulsar/pulsar-all
-    tag: 2.7.1
+    tag: 2.7.2
     pullPolicy: IfNotPresent
   broker:
     repository: apachepulsar/pulsar-all
-    tag: 2.7.1
+    tag: 2.7.2
     pullPolicy: IfNotPresent
   proxy:
     repository: apachepulsar/pulsar-all
-    tag: 2.7.1
+    tag: 2.7.2
     pullPolicy: IfNotPresent
   functions:
     repository: apachepulsar/pulsar-all
-    tag: 2.7.1
+    tag: 2.7.2
   prometheus:
     repository: prom/prometheus
     tag: v2.17.2
@@ -569,7 +569,7 @@ pulsar_metadata:
   image:
     # the image used for running `pulsar-cluster-initialize` job
     repository: apachepulsar/pulsar-all
-    tag: 2.7.1
+    tag: 2.7.2
     pullPolicy: IfNotPresent
   ## set an existing configuration store
   # configurationStore:

Reply via email to