You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/07/02 06:01:48 UTC

[pulsar-helm-chart] branch master updated: Issue-29: Bump missed out pulsar-image tags to 2.6.0 (#30)

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

sijie 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 bf15213  Issue-29: Bump missed out pulsar-image tags to 2.6.0 (#30)
bf15213 is described below

commit bf152134b21e149bf111398ccda3336b45c830ad
Author: Prashanth Tirupachur Vasanthakrishnan <63...@users.noreply.github.com>
AuthorDate: Thu Jul 2 01:01:39 2020 -0500

    Issue-29: Bump missed out pulsar-image tags to 2.6.0 (#30)
    
    Fixes #29
    
    ### Motivation
    
    Bumped missed out pulsar-image tags to 2.6.0
    
    ### Modifications
    
    Modified the following files:
    1. .ci/clusters/values-pulsar-image.yaml
    2. charts/pulsar/values.yaml
    3. examples/values-one-node.yaml
    4. examples/values-pulsar.yaml
---
 .ci/clusters/values-pulsar-image.yaml | 16 ++++++++--------
 charts/pulsar/values.yaml             |  4 ++--
 examples/values-one-node.yaml         |  6 +++---
 examples/values-pulsar.yaml           | 16 ++++++++--------
 4 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/.ci/clusters/values-pulsar-image.yaml b/.ci/clusters/values-pulsar-image.yaml
index 732928e..a8f0191 100644
--- a/.ci/clusters/values-pulsar-image.yaml
+++ b/.ci/clusters/values-pulsar-image.yaml
@@ -48,7 +48,7 @@ bookkeeper:
   metadata:
     image:
       repository: apachepulsar/pulsar-all
-      tag: 2.5.0
+      tag: 2.6.0
 
 broker:
   replicaCount: 1
@@ -72,24 +72,24 @@ toolset:
 images:
   zookeeper:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
   bookie:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
   autorecovery:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
   broker:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
   functions:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
   proxy:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
 
 pulsar_metadata:
   image:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
\ No newline at end of file
+    tag: 2.6.0
diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml
index b71d4b9..2637fed 100644
--- a/charts/pulsar/values.yaml
+++ b/charts/pulsar/values.yaml
@@ -348,7 +348,7 @@ bookkeeper:
     image:
       # the image used for running `bookkeeper-cluster-initialize` job
       repository: apachepulsar/pulsar-all
-      tag: 2.5.0
+      tag: 2.6.0
       pullPolicy: IfNotPresent
     ## Set the resources used for running `bin/bookkeeper shell initnewcluster`
     ##
@@ -509,7 +509,7 @@ pulsar_metadata:
   image:
     # the image used for running `pulsar-cluster-initialize` job
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
     pullPolicy: IfNotPresent
   ## set an existing configuration store
   # configurationStore:
diff --git a/examples/values-one-node.yaml b/examples/values-one-node.yaml
index 80a31dd..394b4ec 100644
--- a/examples/values-one-node.yaml
+++ b/examples/values-one-node.yaml
@@ -24,10 +24,10 @@ affinity:
 images:
   broker:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
   functions:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
 
 # disable auto recovery
 components:
@@ -51,4 +51,4 @@ broker:
     managedLedgerDefaultAckQuorum: "1"
 
 proxy:
-  replicaCount: 1
\ No newline at end of file
+  replicaCount: 1
diff --git a/examples/values-pulsar.yaml b/examples/values-pulsar.yaml
index b1cfb0c..98b95bd 100644
--- a/examples/values-pulsar.yaml
+++ b/examples/values-pulsar.yaml
@@ -20,31 +20,31 @@
 images:
   zookeeper:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
   bookie:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
   autorecovery:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
   broker:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
   functions:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
   proxy:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0
 
 bookkeeper:
   metadata:
     image:
       repository: apachepulsar/pulsar-all
-      tag: 2.5.0
+      tag: 2.6.0
 
 
 pulsar_metadata:
   image:
     repository: apachepulsar/pulsar-all
-    tag: 2.5.0
+    tag: 2.6.0