@@ -100,7 +100,7 @@ spec:
100100 containers:
101101 - name: migration
102102 image: <%= @options[:image] %> :<%= @options[:release] %>
103- imagePullPolicy: Always
103+ imagePullPolicy: IfNotPresent
104104 <%- if @options[:buildpacks] -%>
105105 command: ["launcher"]
106106 args: <%= @options[:migrate][:cmd].shellsplit %>
@@ -152,7 +152,7 @@ spec:
152152 containers:
153153 - name: <%= procname %> -proc
154154 image: <%= @options[:image] %> :<%= @options[:release] %>
155- imagePullPolicy: Always
155+ imagePullPolicy: IfNotPresent
156156 <%- if @options[:buildpacks] -%>
157157 command: ["launcher"]
158158 args: <%= proc[:cmd].shellsplit %>
@@ -202,7 +202,7 @@ spec:
202202 initContainers:
203203 - name: migration-check
204204 image: <%= @options[:image] %> :<%= @options[:release] %>
205- imagePullPolicy: Always
205+ imagePullPolicy: IfNotPresent
206206 <%- if @options[:buildpacks] -%>
207207 command: ["launcher"]
208208 args: <%= @options[:migrate][:check].shellsplit %>
@@ -257,7 +257,7 @@ spec:
257257 containers:
258258 - name: task
259259 image: <%= @options[:image] %> :<%= @options[:release] %>
260- imagePullPolicy: Always
260+ imagePullPolicy: IfNotPresent
261261 <%- if @options[:buildpacks] -%>
262262 command: ["launcher"]
263263 args: <%= cron[:cmd].shellsplit %>
0 commit comments