Bump Apache Pulsar version to 2.9.3 (#277)
This commit is contained in:
parent
a2d3f3ef41
commit
465d1726e2
@ -45,10 +45,6 @@ bookkeeper:
|
||||
diskUsageWarnThreshold: "0.999"
|
||||
PULSAR_PREFIX_diskUsageThreshold: "0.999"
|
||||
PULSAR_PREFIX_diskUsageWarnThreshold: "0.999"
|
||||
metadata:
|
||||
image:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
|
||||
broker:
|
||||
replicaCount: 1
|
||||
@ -65,31 +61,4 @@ proxy:
|
||||
replicaCount: 1
|
||||
|
||||
toolset:
|
||||
useProxy: false
|
||||
|
||||
# use pulsar image
|
||||
|
||||
images:
|
||||
zookeeper:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
bookie:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
autorecovery:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
broker:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
functions:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
proxy:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
|
||||
pulsar_metadata:
|
||||
image:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
useProxy: false
|
||||
@ -18,10 +18,10 @@
|
||||
#
|
||||
|
||||
apiVersion: v2
|
||||
appVersion: "2.9.2"
|
||||
appVersion: "2.9.3"
|
||||
description: Apache Pulsar Helm chart for Kubernetes
|
||||
name: pulsar
|
||||
version: 2.9.3
|
||||
version: 2.9.4
|
||||
home: https://pulsar.apache.org
|
||||
sources:
|
||||
- https://github.com/apache/pulsar
|
||||
|
||||
@ -163,27 +163,27 @@ extra:
|
||||
images:
|
||||
zookeeper:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
tag: 2.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
bookie:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
tag: 2.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
autorecovery:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
tag: 2.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
broker:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
tag: 2.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
proxy:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
tag: 2.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
functions:
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
tag: 2.9.3
|
||||
prometheus:
|
||||
repository: prom/prometheus
|
||||
tag: v2.17.2
|
||||
@ -652,7 +652,7 @@ pulsar_metadata:
|
||||
image:
|
||||
# the image used for running `pulsar-cluster-initialize` job
|
||||
repository: apachepulsar/pulsar-all
|
||||
tag: 2.9.2
|
||||
tag: 2.9.3
|
||||
pullPolicy: IfNotPresent
|
||||
## set an existing configuration store
|
||||
# configurationStore:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user