Merge "Change image pull policy from Always to IfNotPresent."

This commit is contained in:
Zuul 2019-04-12 21:18:59 +00:00 committed by Gerrit Code Review
commit 690d9e878e
1 changed files with 5 additions and 5 deletions

View File

@ -119,7 +119,7 @@ data:
- name: E2E_FOCUS
value: Conformance
image: gcr.io/heptio-images/kube-conformance:v1.8.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: e2e
volumeMounts:
- mountPath: /tmp/results
@ -137,7 +137,7 @@ data:
- name: RESULTS_DIR
value: /tmp/results
image: gcr.io/heptio-images/sonobuoy:v0.9.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: sonobuoy-worker
volumeMounts:
- mountPath: /etc/sonobuoy
@ -179,7 +179,7 @@ data:
- name: CHROOT_DIR
value: /node
image: gcr.io/heptio-images/sonobuoy-plugin-systemd-logs:v0.9.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: systemd-logs
securityContext:
privileged: true
@ -203,7 +203,7 @@ data:
- name: RESULTS_DIR
value: /tmp/results
image: gcr.io/heptio-images/sonobuoy:v0.9.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: sonobuoy-worker
securityContext:
privileged: true
@ -261,7 +261,7 @@ spec:
fieldRef:
fieldPath: status.podIP
image: gcr.io/heptio-images/sonobuoy:v0.9.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: kube-sonobuoy
volumeMounts:
- mountPath: /etc/sonobuoy