Bump to Pulsar 2.7.4 (#189)

* Bump to Pulsar 2.7.4

* update

* update
This commit is contained in:
Jiwei Guo 2021-12-30 14:55:57 +08:00 committed by GitHub
parent b4b2fa7b80
commit 0f6dea8022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -18,10 +18,10 @@
# #
apiVersion: v1 apiVersion: v1
appVersion: "2.7.2" appVersion: "2.7.4"
description: Apache Pulsar Helm chart for Kubernetes description: Apache Pulsar Helm chart for Kubernetes
name: pulsar name: pulsar
version: 2.7.6 version: 2.7.7
home: https://pulsar.apache.org home: https://pulsar.apache.org
sources: sources:
- https://github.com/apache/pulsar - https://github.com/apache/pulsar

View File

@ -158,27 +158,27 @@ extra:
images: images:
zookeeper: zookeeper:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.7.2 tag: 2.7.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
bookie: bookie:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.7.2 tag: 2.7.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
autorecovery: autorecovery:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.7.2 tag: 2.7.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
broker: broker:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.7.2 tag: 2.7.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
proxy: proxy:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.7.2 tag: 2.7.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
functions: functions:
repository: apachepulsar/pulsar-all repository: apachepulsar/pulsar-all
tag: 2.7.2 tag: 2.7.4
prometheus: prometheus:
repository: prom/prometheus repository: prom/prometheus
tag: v2.17.2 tag: v2.17.2
@ -615,7 +615,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.7.2 tag: 2.7.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## set an existing configuration store ## set an existing configuration store
# configurationStore: # configurationStore: