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
This commit is contained in:
Prashanth Tirupachur Vasanthakrishnan 2020-07-02 01:01:39 -05:00 committed by GitHub
parent 93d8fd1981
commit bf152134b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 21 deletions

View File

@ -48,7 +48,7 @@ bookkeeper:
metadata: metadata:
image: image:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
broker: broker:
replicaCount: 1 replicaCount: 1
@ -72,24 +72,24 @@ toolset:
images: images:
zookeeper: zookeeper:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
bookie: bookie:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
autorecovery: autorecovery:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
broker: broker:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
functions: functions:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
proxy: proxy:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
pulsar_metadata: pulsar_metadata:
image: image:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0

View File

@ -348,7 +348,7 @@ bookkeeper:
image: image:
# the image used for running `bookkeeper-cluster-initialize` job # the image used for running `bookkeeper-cluster-initialize` job
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Set the resources used for running `bin/bookkeeper shell initnewcluster` ## Set the resources used for running `bin/bookkeeper shell initnewcluster`
## ##
@ -509,7 +509,7 @@ pulsar_metadata:
image: image:
# the image used for running `pulsar-cluster-initialize` job # the image used for running `pulsar-cluster-initialize` job
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## set an existing configuration store ## set an existing configuration store
# configurationStore: # configurationStore:

View File

@ -24,10 +24,10 @@ affinity:
images: images:
broker: broker:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
functions: functions:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
# disable auto recovery # disable auto recovery
components: components:
@ -51,4 +51,4 @@ broker:
managedLedgerDefaultAckQuorum: "1" managedLedgerDefaultAckQuorum: "1"
proxy: proxy:
replicaCount: 1 replicaCount: 1

View File

@ -20,31 +20,31 @@
images: images:
zookeeper: zookeeper:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
bookie: bookie:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
autorecovery: autorecovery:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
broker: broker:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
functions: functions:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
proxy: proxy:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
bookkeeper: bookkeeper:
metadata: metadata:
image: image:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0
pulsar_metadata: pulsar_metadata:
image: image:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.5.0 tag: 2.6.0