diff --git a/charts/gateway-helm/templates/_helpers.tpl b/charts/gateway-helm/templates/_helpers.tpl index 5a86cb30925..52a16415b53 100755 --- a/charts/gateway-helm/templates/_helpers.tpl +++ b/charts/gateway-helm/templates/_helpers.tpl @@ -78,7 +78,10 @@ docker.io/envoyproxy/gateway:{{ .Chart.Version }} Pull policy for the Envoy Gateway image. */}} {{- define "eg.image.pullPolicy" -}} -{{ .Values.deployment.envoyGateway.imagePullPolicy | default .Values.global.images.envoyGateway.pullPolicy}} +{{ .Values.deployment.envoyGateway.imagePullPolicy | default .Values.global.images.envoyGateway.pullPolicy | default "IfNotPresent" }} +{{- end }} + +{{/* {{- end }} {{/*