You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/06/26 04:52:24 UTC

[pulsar-helm-chart] branch master updated: Upgrade the pulsar manager image version to 0.3.0 (#271)

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

mmarshall 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 6afab51  Upgrade the pulsar manager image version to 0.3.0 (#271)
6afab51 is described below

commit 6afab51badba82b05a9ee90ca3f40ed7a684d55c
Author: Yong Zhang <zh...@gmail.com>
AuthorDate: Sun Jun 26 12:52:20 2022 +0800

    Upgrade the pulsar manager image version to 0.3.0 (#271)
    
    ---
    
    **Motivation**
    
    The pulsar manager released 0.3.0, we can upgrade it in our charts.
---
 charts/pulsar/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml
index ce6cce0..f3da13e 100644
--- a/charts/pulsar/values.yaml
+++ b/charts/pulsar/values.yaml
@@ -194,7 +194,7 @@ images:
     pullPolicy: IfNotPresent
   pulsar_manager:
     repository: apachepulsar/pulsar-manager
-    tag: v0.2.0
+    tag: v0.3.0
     pullPolicy: IfNotPresent
     hasCommand: false