Skip to content

Commit 06fbba9

Browse files
elmikotmckayus
authored andcommitted
add IfNotPresent to imagePullPolicy
This brings all the templates into alignment with regards to the pull policies.
1 parent 023a1e7 commit 06fbba9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

templates/pythonbuilddc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
],
232232
"resources": {},
233233
"terminationMessagePath": "/dev/termination-log",
234-
"imagePullPolicy": "Always",
234+
"imagePullPolicy": "IfNotPresent",
235235
"volumeMounts": [
236236
{
237237
"mountPath": "/etc/podinfo",

templates/pythondc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
],
144144
"resources": {},
145145
"terminationMessagePath": "/dev/termination-log",
146-
"imagePullPolicy": "Always",
146+
"imagePullPolicy": "IfNotPresent",
147147
"volumeMounts": [
148148
{
149149
"mountPath": "/etc/podinfo",

templates/scalabuilddc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
],
258258
"resources": {},
259259
"terminationMessagePath": "/dev/termination-log",
260-
"imagePullPolicy": "Always",
260+
"imagePullPolicy": "IfNotPresent",
261261
"volumeMounts": [
262262
{
263263
"mountPath": "/etc/podinfo",

0 commit comments

Comments
 (0)