jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
258 stars 340 forks source link

[jaeger] Make pullPolicy consistently IfNotPresent #444

Closed lollipopman closed 1 year ago

lollipopman commented 1 year ago

Most images are set to a pullPolicy of IfNotPresent, but the following images were set to Always prior to this commit:

This makes it confusing when testing local images in a minikube cluster. Instead be consistent and use IfNotPresent for all images, which makes local testing easier.

Signed-off-by: Jesse Hathaway jhathaway@wikimedia.org

mehta-ankit commented 1 year ago

@lollipopman can you update the chart version please.

lollipopman commented 1 year ago

@mehta-ankit yes, fixed, thanks!