Skip to content

Commit f6705f0

Browse files
codelipenghuisijie
andauthored
Bump Pulsar 2.7.0 (#88)
Co-authored-by: Sijie Guo <[email protected]>
1 parent 6c9856a commit f6705f0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

charts/pulsar/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
#
1919

2020
apiVersion: v1
21-
appVersion: "2.6.2"
21+
appVersion: "2.7.0"
2222
description: Apache Pulsar Helm chart for Kubernetes
2323
name: pulsar
24-
version: 2.6.2-2
24+
version: 2.7.0
2525
home: https://pulsar.apache.org
2626
sources:
2727
- https://github.com/apache/pulsar

charts/pulsar/values.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -138,27 +138,27 @@ extra:
138138
images:
139139
zookeeper:
140140
repository: apachepulsar/pulsar-all
141-
tag: 2.6.2
141+
tag: 2.7.0
142142
pullPolicy: IfNotPresent
143143
bookie:
144144
repository: apachepulsar/pulsar-all
145-
tag: 2.6.2
145+
tag: 2.7.0
146146
pullPolicy: IfNotPresent
147147
autorecovery:
148148
repository: apachepulsar/pulsar-all
149-
tag: 2.6.2
149+
tag: 2.7.0
150150
pullPolicy: IfNotPresent
151151
broker:
152152
repository: apachepulsar/pulsar-all
153-
tag: 2.6.2
153+
tag: 2.7.0
154154
pullPolicy: IfNotPresent
155155
proxy:
156156
repository: apachepulsar/pulsar-all
157-
tag: 2.6.2
157+
tag: 2.7.0
158158
pullPolicy: IfNotPresent
159159
functions:
160160
repository: apachepulsar/pulsar-all
161-
tag: 2.6.2
161+
tag: 2.7.0
162162
prometheus:
163163
repository: prom/prometheus
164164
tag: v2.17.2
@@ -542,7 +542,7 @@ pulsar_metadata:
542542
image:
543543
# the image used for running `pulsar-cluster-initialize` job
544544
repository: apachepulsar/pulsar-all
545-
tag: 2.6.2
545+
tag: 2.7.0
546546
pullPolicy: IfNotPresent
547547
## set an existing configuration store
548548
# configurationStore:

0 commit comments

Comments
 (0)