Bump the image version to 2.6.2 (#81)
Signed-off-by: xiaolong.ran <rxl@apache.org> ### Motivation Bump the image version to 2.6.2 ### Verifying this change - [x] Make sure that the change passes the CI checks.
This commit is contained in:
parent
36e13e1078
commit
ebc40c3382
@ -18,10 +18,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "2.6.1"
|
appVersion: "2.6.2"
|
||||||
description: Apache Pulsar Helm chart for Kubernetes
|
description: Apache Pulsar Helm chart for Kubernetes
|
||||||
name: pulsar
|
name: pulsar
|
||||||
version: 2.6.1-2
|
version: 2.6.2-1
|
||||||
home: https://pulsar.apache.org
|
home: https://pulsar.apache.org
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/apache/pulsar
|
- https://github.com/apache/pulsar
|
||||||
|
|||||||
@ -137,27 +137,27 @@ extra:
|
|||||||
images:
|
images:
|
||||||
zookeeper:
|
zookeeper:
|
||||||
repository: apachepulsar/pulsar-all
|
repository: apachepulsar/pulsar-all
|
||||||
tag: 2.6.1
|
tag: 2.6.2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
bookie:
|
bookie:
|
||||||
repository: apachepulsar/pulsar-all
|
repository: apachepulsar/pulsar-all
|
||||||
tag: 2.6.1
|
tag: 2.6.2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
autorecovery:
|
autorecovery:
|
||||||
repository: apachepulsar/pulsar-all
|
repository: apachepulsar/pulsar-all
|
||||||
tag: 2.6.1
|
tag: 2.6.2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
broker:
|
broker:
|
||||||
repository: apachepulsar/pulsar-all
|
repository: apachepulsar/pulsar-all
|
||||||
tag: 2.6.1
|
tag: 2.6.2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
proxy:
|
proxy:
|
||||||
repository: apachepulsar/pulsar-all
|
repository: apachepulsar/pulsar-all
|
||||||
tag: 2.6.1
|
tag: 2.6.2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
functions:
|
functions:
|
||||||
repository: apachepulsar/pulsar-all
|
repository: apachepulsar/pulsar-all
|
||||||
tag: 2.6.1
|
tag: 2.6.2
|
||||||
prometheus:
|
prometheus:
|
||||||
repository: prom/prometheus
|
repository: prom/prometheus
|
||||||
tag: v2.17.2
|
tag: v2.17.2
|
||||||
@ -541,7 +541,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.6.1
|
tag: 2.6.2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
## set an existing configuration store
|
## set an existing configuration store
|
||||||
# configurationStore:
|
# configurationStore:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user