How to change istio-proxy's imagePullPolicy,it is always,I want to change it to IfNotPresent

image: docker.io/istio/proxyv2:1.7.0-beta.1
imagePullPolicy: Always
name: istio-proxy

You can set values.global.imagePullPolicy: IfNotPresent.