Update grafana dashboard images version to 0.0.9 (#45)

Signed-off-by: xiaolong.ran <rxl@apache.org>

### Modifications

- Update grafana dashboard images version to 0.0.9
- Add `.gitignore` file
This commit is contained in:
冉小龙 2020-07-23 10:34:12 +08:00 committed by GitHub
parent 5995172c35
commit 682dfcee69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
# Intellij
.idea
# Mac
**/.DS_Store
**/output
**/~
# charts
.chart-packages/**
.chart-index/**
.vs/
charts/**/*.tgz
charts/**/*.lock
PRIVATEKEY
PUBLICKEY

View File

@ -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