Skip to content

Commit 0f6dea8

Browse files
authored
Bump to Pulsar 2.7.4 (#189)
* Bump to Pulsar 2.7.4 * update * update
1 parent b4b2fa7 commit 0f6dea8

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.7.2"
21+
appVersion: "2.7.4"
2222
description: Apache Pulsar Helm chart for Kubernetes
2323
name: pulsar
24-
version: 2.7.6
24+
version: 2.7.7
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
@@ -158,27 +158,27 @@ extra:
158158
images:
159159
zookeeper:
160160
repository: apachepulsar/pulsar-all
161-
tag: 2.7.2
161+
tag: 2.7.4
162162
pullPolicy: IfNotPresent
163163
bookie:
164164
repository: apachepulsar/pulsar-all
165-
tag: 2.7.2
165+
tag: 2.7.4
166166
pullPolicy: IfNotPresent
167167
autorecovery:
168168
repository: apachepulsar/pulsar-all
169-
tag: 2.7.2
169+
tag: 2.7.4
170170
pullPolicy: IfNotPresent
171171
broker:
172172
repository: apachepulsar/pulsar-all
173-
tag: 2.7.2
173+
tag: 2.7.4
174174
pullPolicy: IfNotPresent
175175
proxy:
176176
repository: apachepulsar/pulsar-all
177-
tag: 2.7.2
177+
tag: 2.7.4
178178
pullPolicy: IfNotPresent
179179
functions:
180180
repository: apachepulsar/pulsar-all
181-
tag: 2.7.2
181+
tag: 2.7.4
182182
prometheus:
183183
repository: prom/prometheus
184184
tag: v2.17.2
@@ -615,7 +615,7 @@ pulsar_metadata:
615615
image:
616616
# the image used for running `pulsar-cluster-initialize` job
617617
repository: apachepulsar/pulsar-all
618-
tag: 2.7.2
618+
tag: 2.7.4
619619
pullPolicy: IfNotPresent
620620
## set an existing configuration store
621621
# configurationStore:

0 commit comments

Comments
 (0)