Switch to GHCR tools images for local tests, with imagePullPolicy: IfNotPresent.

This is more consistent with our CI environment.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2021-07-21 09:21:05 -05:00
parent fec59eb1bf
commit ae72d30cec
5 changed files with 11 additions and 5 deletions
+2
View File
@@ -26,6 +26,7 @@ spec:
containers:
- name: proxy
image: #@ data.values.proxy_image
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 3128
@@ -48,6 +49,7 @@ spec:
failureThreshold: 2
- name: accesslogs
image: #@ data.values.proxy_image
imagePullPolicy: IfNotPresent
command:
- "/bin/sh"
- "-c"