Skip to content

Commit

Permalink
Change image pull policy to IfNotPresent
Browse files Browse the repository at this point in the history
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
  • Loading branch information
jenting committed May 10, 2022
1 parent a766836 commit 07ca9a5
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .werft/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pod:
- name: build
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
workingDir: /workspace
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
resources:
requests:
memory: "10Gi"
Expand Down
2 changes: 1 addition & 1 deletion .werft/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pod:
- name: build
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
workingDir: /workspace
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: monitoring-satellite-preview-token
mountPath: /mnt/secrets/monitoring-satellite-preview-token
Expand Down
2 changes: 1 addition & 1 deletion .werft/ide-integration-tests-startup-jetbrains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pod:
- name: gcloud
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
workingDir: /workspace
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: NODENAME
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion .werft/ide-integration-tests-startup-vscode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pod:
- name: gcloud
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
workingDir: /workspace
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: NODENAME
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions .werft/ide-run-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pod:
- name: gcloud
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
workingDir: /workspace
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: gcp-sa
mountPath: /mnt/secrets/gcp-sa
Expand All @@ -51,7 +51,7 @@ pod:
- name: tests
image: eu.gcr.io/gitpod-core-dev/build/integration-tests:{{ .Annotations.version }}
workingDir: /workspace
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: config
mountPath: /config
Expand Down
2 changes: 1 addition & 1 deletion .werft/jobs/build/helm/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ imagePrefix: eu.gcr.io/gitpod-core-dev/build/
certificatesSecret:
secretName: proxy-config-certificates
version: not-set
imagePullPolicy: Always
imagePullPolicy: IfNotPresent

authProviders: []

Expand Down
2 changes: 1 addition & 1 deletion .werft/platform-delete-preview-environments-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pod:
- name: build
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
workingDir: /workspace
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: gcp-sa
mountPath: /mnt/secrets/gcp-sa
Expand Down
4 changes: 2 additions & 2 deletions .werft/run-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pod:
- name: gcloud
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
workingDir: /workspace
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: gcp-sa
mountPath: /mnt/secrets/gcp-sa
Expand All @@ -48,7 +48,7 @@ pod:
- name: tests
image: eu.gcr.io/gitpod-core-dev/build/integration-tests:{{ .Annotations.version }}
workingDir: /workspace
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: config
mountPath: /config
Expand Down
2 changes: 1 addition & 1 deletion .werft/wipe-devstaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pod:
- name: wipe-devstaging
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:cw-werft-cred.0
workingDir: /workspace
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: gcp-sa
mountPath: /mnt/secrets/gcp-sa
Expand Down
2 changes: 1 addition & 1 deletion .werft/workspace-run-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pod:
- name: tests
image: eu.gcr.io/gitpod-core-dev/build/integration-tests:{{ .Annotations.version }}
workingDir: /workspace
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: config
mountPath: /config
Expand Down

0 comments on commit 07ca9a5

Please sign in to comment.