Skip to content

Commit 6a26be9

Browse files
jentingroboquat
authored andcommitted
Change image pull policy to IfNotPresent
Signed-off-by: JenTing Hsiao <[email protected]>
1 parent 43fdcac commit 6a26be9

10 files changed

+12
-12
lines changed

.werft/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pod:
7373
- name: build
7474
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
7575
workingDir: /workspace
76-
imagePullPolicy: Always
76+
imagePullPolicy: IfNotPresent
7777
resources:
7878
requests:
7979
memory: "10Gi"

.werft/debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pod:
5555
- name: build
5656
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
5757
workingDir: /workspace
58-
imagePullPolicy: Always
58+
imagePullPolicy: IfNotPresent
5959
volumeMounts:
6060
- name: monitoring-satellite-preview-token
6161
mountPath: /mnt/secrets/monitoring-satellite-preview-token

.werft/ide-integration-tests-startup-jetbrains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pod:
1414
- name: gcloud
1515
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
1616
workingDir: /workspace
17-
imagePullPolicy: Always
17+
imagePullPolicy: IfNotPresent
1818
env:
1919
- name: NODENAME
2020
valueFrom:

.werft/ide-integration-tests-startup-vscode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pod:
1414
- name: gcloud
1515
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
1616
workingDir: /workspace
17-
imagePullPolicy: Always
17+
imagePullPolicy: IfNotPresent
1818
env:
1919
- name: NODENAME
2020
valueFrom:

.werft/ide-run-integration-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pod:
2727
- name: gcloud
2828
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
2929
workingDir: /workspace
30-
imagePullPolicy: Always
30+
imagePullPolicy: IfNotPresent
3131
volumeMounts:
3232
- name: gcp-sa
3333
mountPath: /mnt/secrets/gcp-sa
@@ -51,7 +51,7 @@ pod:
5151
- name: tests
5252
image: eu.gcr.io/gitpod-core-dev/build/integration-tests:{{ .Annotations.version }}
5353
workingDir: /workspace
54-
imagePullPolicy: Always
54+
imagePullPolicy: IfNotPresent
5555
volumeMounts:
5656
- name: config
5757
mountPath: /config

.werft/jobs/build/helm/values.dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ imagePrefix: eu.gcr.io/gitpod-core-dev/build/
99
certificatesSecret:
1010
secretName: proxy-config-certificates
1111
version: not-set
12-
imagePullPolicy: Always
12+
imagePullPolicy: IfNotPresent
1313

1414
authProviders: []
1515

.werft/platform-delete-preview-environments-cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pod:
2626
- name: build
2727
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
2828
workingDir: /workspace
29-
imagePullPolicy: Always
29+
imagePullPolicy: IfNotPresent
3030
volumeMounts:
3131
- name: gcp-sa
3232
mountPath: /mnt/secrets/gcp-sa

.werft/run-integration-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pod:
2424
- name: gcloud
2525
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
2626
workingDir: /workspace
27-
imagePullPolicy: Always
27+
imagePullPolicy: IfNotPresent
2828
volumeMounts:
2929
- name: gcp-sa
3030
mountPath: /mnt/secrets/gcp-sa
@@ -48,7 +48,7 @@ pod:
4848
- name: tests
4949
image: eu.gcr.io/gitpod-core-dev/build/integration-tests:{{ .Annotations.version }}
5050
workingDir: /workspace
51-
imagePullPolicy: Always
51+
imagePullPolicy: IfNotPresent
5252
volumeMounts:
5353
- name: config
5454
mountPath: /config

.werft/wipe-devstaging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pod:
1616
- name: wipe-devstaging
1717
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
1818
workingDir: /workspace
19-
imagePullPolicy: Always
19+
imagePullPolicy: IfNotPresent
2020
volumeMounts:
2121
- name: gcp-sa
2222
mountPath: /mnt/secrets/gcp-sa

.werft/workspace-run-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pod:
5151
- name: tests
5252
image: eu.gcr.io/gitpod-core-dev/build/integration-tests:{{ .Annotations.version }}
5353
workingDir: /workspace
54-
imagePullPolicy: Always
54+
imagePullPolicy: IfNotPresent
5555
volumeMounts:
5656
- name: config
5757
mountPath: /config

0 commit comments

Comments
 (0)