Bump the image version to 2.6.1 (#57)
Signed-off-by: xiaolong.ran rxl@apache.org Motivation Follow release process and bump the image version to 2.6.1
This commit is contained in:
parent
b44b523c8a
commit
4178c70d90
@ -18,10 +18,10 @@
|
||||
#
|
||||
|
||||
apiVersion: v1
|
||||
appVersion: "2.6.0"
|
||||
appVersion: "2.6.1"
|
||||
description: Apache Pulsar Helm chart for Kubernetes
|
||||
name: pulsar
|
||||
version: 2.6.0-3
|
||||
version: 2.6.1-1
|
||||
home: https://pulsar.apache.org
|
||||
sources:
|
||||
- https://github.com/apache/pulsar
|
||||
|
||||
@ -131,27 +131,27 @@ extra:
|
||||
images:
|
||||
zookeeper:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.6.0
|
||||
tag: 2.6.1
|
||||
pullPolicy: IfNotPresent
|
||||
bookie:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.6.0
|
||||
tag: 2.6.1
|
||||
pullPolicy: IfNotPresent
|
||||
autorecovery:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.6.0
|
||||
tag: 2.6.1
|
||||
pullPolicy: IfNotPresent
|
||||
broker:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.6.0
|
||||
tag: 2.6.1
|
||||
pullPolicy: IfNotPresent
|
||||
proxy:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.6.0
|
||||
tag: 2.6.1
|
||||
pullPolicy: IfNotPresent
|
||||
functions:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.6.0
|
||||
tag: 2.6.1
|
||||
prometheus:
|
||||
repository: prom/prometheus
|
||||
tag: v2.17.2
|
||||
@ -536,7 +536,7 @@ pulsar_metadata:
|
||||
image:
|
||||
# the image used for running `pulsar-cluster-initialize` job
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.6.0
|
||||
tag: 2.6.1
|
||||
pullPolicy: IfNotPresent
|
||||
## set an existing configuration store
|
||||
# configurationStore:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user