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

View File

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