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

[pulsar-helm-chart] branch master updated: Update grafana dashboard images version to 0.0.9 (#45)

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

rxl 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 682dfce  Update grafana dashboard images version to 0.0.9 (#45)
682dfce is described below

commit 682dfcee69f9acfab067026c162c14d0e6b46935
Author: 冉小龙 <rx...@apache.org>
AuthorDate: Thu Jul 23 10:34:12 2020 +0800

    Update grafana dashboard images version to 0.0.9 (#45)
    
    Signed-off-by: xiaolong.ran <rx...@apache.org>
    
    ### Modifications
    
    - Update grafana dashboard images version to 0.0.9
    - Add `.gitignore` file
---
 .gitignore                | 18 ++++++++++++++++++
 charts/pulsar/values.yaml |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4fe84e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+# Intellij
+.idea
+
+# Mac
+**/.DS_Store
+
+**/output
+**/~
+
+# charts
+.chart-packages/**
+.chart-index/**
+.vs/
+charts/**/*.tgz
+charts/**/*.lock
+
+PRIVATEKEY
+PUBLICKEY
diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml
index 73ee03e..2405432 100644
--- a/charts/pulsar/values.yaml
+++ b/charts/pulsar/values.yaml
@@ -151,7 +151,7 @@ images:
     pullPolicy: IfNotPresent
   grafana:
     repository: streamnative/apache-pulsar-grafana-dashboard-k8s
-    tag: 0.0.8
+    tag: 0.0.9
     pullPolicy: IfNotPresent
   pulsar_manager:
     repository: apachepulsar/pulsar-manager