dave2wave commented on code in PR #18015:
URL: https://github.com/apache/pulsar/pull/18015#discussion_r1002602373
##########
site2/docs/helm-deploy.md:
##########
@@ -131,47 +134,47 @@ The Pulsar Helm chart is designed to enable controlled
upgrades. So it can confi
images:
zookeeper:
repository: apachepulsar/pulsar-all
- tag: 2.5.0
+ tag: @pulsar:version@
pullPolicy: IfNotPresent
bookie:
repository: apachepulsar/pulsar-all
- tag: 2.5.0
+ tag: @pulsar:version@
pullPolicy: IfNotPresent
autorecovery:
repository: apachepulsar/pulsar-all
- tag: 2.5.0
+ tag: @pulsar:version@
pullPolicy: IfNotPresent
broker:
repository: apachepulsar/pulsar-all
- tag: 2.5.0
+ tag: @pulsar:version@
pullPolicy: IfNotPresent
proxy:
repository: apachepulsar/pulsar-all
- tag: 2.5.0
+ tag: @pulsar:version@
pullPolicy: IfNotPresent
functions:
repository: apachepulsar/pulsar-all
- tag: 2.5.0
+ tag: @pulsar:version@
prometheus:
Review Comment:
@michaeljmarshall I believe you have updated many of these tags and
repositories.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]