Skip to content

Commit

Permalink
Bump the image version to 2.6.2 (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaolong.ran <[email protected]>

### Motivation

Bump the image version to 2.6.2

### Verifying this change

- [x] Make sure that the change passes the CI checks.
  • Loading branch information
wolfstudy authored Nov 13, 2020
1 parent 36e13e1 commit ebc40c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/pulsar/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
#

apiVersion: v1
appVersion: "2.6.1"
appVersion: "2.6.2"
description: Apache Pulsar Helm chart for Kubernetes
name: pulsar
version: 2.6.1-2
version: 2.6.2-1
home: https://pulsar.apache.org
sources:
- https://github.com/apache/pulsar
Expand Down
14 changes: 7 additions & 7 deletions charts/pulsar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,27 +137,27 @@ extra:
images:
zookeeper:
repository: apachepulsar/pulsar-all
tag: 2.6.1
tag: 2.6.2
pullPolicy: IfNotPresent
bookie:
repository: apachepulsar/pulsar-all
tag: 2.6.1
tag: 2.6.2
pullPolicy: IfNotPresent
autorecovery:
repository: apachepulsar/pulsar-all
tag: 2.6.1
tag: 2.6.2
pullPolicy: IfNotPresent
broker:
repository: apachepulsar/pulsar-all
tag: 2.6.1
tag: 2.6.2
pullPolicy: IfNotPresent
proxy:
repository: apachepulsar/pulsar-all
tag: 2.6.1
tag: 2.6.2
pullPolicy: IfNotPresent
functions:
repository: apachepulsar/pulsar-all
tag: 2.6.1
tag: 2.6.2
prometheus:
repository: prom/prometheus
tag: v2.17.2
Expand Down Expand Up @@ -541,7 +541,7 @@ pulsar_metadata:
image:
# the image used for running `pulsar-cluster-initialize` job
repository: apachepulsar/pulsar-all
tag: 2.6.1
tag: 2.6.2
pullPolicy: IfNotPresent
## set an existing configuration store
# configurationStore:
Expand Down

0 comments on commit ebc40c3

Please sign in to comment.