apache / pulsar-helm-chart

Official Apache Pulsar Helm Chart
https://pulsar.apache.org/
Apache License 2.0
212 stars 224 forks source link

Specifying image pull policy in the chart #506

Closed grigorizaika1 closed 5 months ago

grigorizaika1 commented 5 months ago

Is your feature request related to a problem? Please describe. The .Values.images.functions.pullPolicy setting is missing from the chart, unlike other components. New functions and connectors get created/updated much more often than other components are updated. This means that there's no way for the new functions and connectors to dynamically track the image updates.

Describe the solution you'd like A working .Values.images.functions.pullPolicy setting

lhotari commented 5 months ago

covered by #507